Warning: session_start(): open(/tmp/sess_f9eaj30hh075tl5r88sb356em0, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Fotowall openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (6) .- Knowledge Base  . 

Fotowall

   0.9  

Qt Graphic Tool

Score 84%
Fotowall
zoom


Fotowall
zoom


Fotowall
zoom


Link:  Link
Downloads:  3338
Submitted:  Dec 8 2007
Updated:  Dec 8 2009

Description:

Fotowall is a fun tool for creating graphics by mixing some of your favorite pictures in a nice and smooth high resolution composition.

Check out the new homepage on:
http://www.enricoros.com/opensource/fotowall/

The interface is intuitive:
- just push the 'help' or 'tutorial' buttons to get started

To build from source (make sure that Qt 4.5+ development packages are installed):
- download
- unpack (tar xjpvf Fotowall-0.9.tar.bz2)
- cd fotowall-0.9
- qmake-qt4 or qmake (this depends on your linux distribution. we depend on Qt 4.5+)
- make
- make install (or "cp fotowall /usr/local/bin")
and to execute, just type "fotowall".

PosteRazor is IN!. Thanks to Alessandro Portale and to the good framework (Qt4, by QtSoftware) we're using, it was possible to merge the 2 stunning Fotowall and PosteRazor opensource projects into 1 useful program!
Good done, opensource ;-)

Many thanks to all the people that contribute to FotoWall, expecially to Tanguy Arnaud and Alessandro Portale.




Changelog:

0.9: the alchimia release
- Fast, Solid and Integrated Workflow
- New Contents: Canvas and Wordcloud
- Graphics Effects
- Nested Editors
- LikeBack feedback system
- Zoomable canvas
- more than 250 other changes

0.8.2: the hush release
- bugfixes, Polish translations
- compiles on Qt 4.4+ systems
- transparent back blur on windows
- make packagers happy

0.8: the sited release
- Bezier Shaped Text
- Pictures: Crop and change Opacity
- Context-sensitive Top-Bar
- Window Transparency
- OpenGL Acceleration
- Added many User Requested Features




LicenseGPL
Source(Fotowall 0.9 source code)
SUSE([OLD] 0.5 - openSUSE)
Mandriva([OLD] 0.5 - Mandriva)
Ubuntu([OLD] 0.5 - Ubuntu AMD64 ONLY)
other([OLD] 0.4 - Arch Linux)
Send to a friend
Subscribe
Other  Content  from koral
Report inappropriate content



goto page:  1  2 

-

 Exremely cool

 
 by bgp2000 on: Jan 8 2008
 
Score 50%

I especially like how clean you've kept the interface. However I think you could make it even more intuitive. For example Z values could be handled by:

static int highestZValue()
{
static int highestZValue=0;
return highestZValue++;
}

void FWFoto::mousePressEvent( QGraphicsSceneMouseEvent * event )
{
setZValue(highestZValue());
}

I had to search the source code to find the trick with the mouse wheel.

Also I think you should scale proportionately when control is pressed. That's more or less standard.

The background color picker was a bit tricky to find as well.

Apart from those small details I think you've got yourself a really useful little application!

If I'm allowed to request any features, I'd ask for an "export to pdf" button(real easy with QGraphicsView).


Reply to this

-

 Re: Exremely cool

 
 by koral on: May 8 2008
 
Score 50%

Right! added the suggestion in the project homepage! really useful to bring on top by clicking!


Reply to this

-
.

 Two thumbs up!

 
 by joth666 on: Mar 9 2008
 
Score 50%

Very nice! A few suggestions for improvements:

1. The ability to use a picture as a background instead of just a gradient.
2. The ability to change font.
3. Less important, but sometimes it is easier to import pictures through a file selector instead of drag and drop.


Reply to this

-

 Re: Two thumbs up!

 
 by koral on: May 8 2008
 
Score 50%

All those 3 suggestions are in queue for addition ;-)
Watch the TODO list on project's homepage.


Reply to this

-
.

 mimetype support?

 
 by mnurolcay on: Mar 13 2009
 
Score 50%
mnurolcaymnurolcay
Pardus Linux

simple interface with useful features ;)

i tried to add mimetype support for it's *.lay pattern.

added to fotowall.desktop:

MimeType=application/x-fotowall-project;

created a valid fotowall.xml ( goes to /usr/share/mime/packages )

created a valid x-fotowall-project.desktop ( goes to /usr/share/mimelnk/application )

after all these changes, on double clicking on any *.lay file it's opening with fotowall. but just with a blank layout instead of saved one?

so, looks like loading a saved layout is not same with "fotowall foo.lay" command. what i think mustn't be that way :) any idea, suggestion ?


Reply to this

-
.

 Re: mimetype support?

 
 by koral on: Mar 14 2009
 
Score 50%

hello! yes, there is a code problem there. fotowall currently doesn't look for commandline parameters.

However, thanks to your input, i'm chainging that (plus switching the format to xml) so that behavior will be allowed! Nice suggestion!!


Reply to this

-

 Gentoo ebuild

 
 by Hwoarang on: Apr 3 2009
 
Score 50%

Hello

Great idea and application

I wrote an ebuild for this program on gentoo qting-edge overlay and soon I will commit it to the tree.

Keep up the good work.


Reply to this

-
.

 Re: Gentoo ebuild

 
 by koral on: Apr 11 2009
 
Score 50%

Hello! Of course I keep up the work ;-)
Release 0.5 is OUT NOW, with many improvements (CD/DVD cover creation and printing, text tool, effects, tons of usability improvements, ...).
It likes to be built with Qt 4.5 for all the speed and effects ;-)

Thanks for the ebuild, I use Gentoo and I can't wait to see the ebuild on the tree ;-)


Reply to this

-
.

 Great work!

 
 by strikeu on: Apr 29 2009
 
Score 50%

Thanks for great application (: I really enjoy this


Reply to this

-
.

 Transparent background

 
 by pipaceliny on: May 24 2009
 
Score 50%

Could You implement to fotowall an option to set transparent background?

Thanks for fotowall


Darek
Reply to this

-
.

 Re: Transparent background

 
 by pipaceliny on: May 25 2009
 
Score 50%

There should be also more options for title (position, font, font size, underline, bold, italic, etc)

Thnx


Darek
Reply to this

goto page:  1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team