Showing posts with label picture. Show all posts
Showing posts with label picture. Show all posts

Picasa Photo Organizer


Picasa is a very powerful image manager.
It's main features are:
Organize

Organize
Manage your photos in one place, and find photos you forgot you had

edit

Edit
Eliminate scratches & blemishes, fix red-eye, crop and more

create

Create
Turn photos into collages, slideshows and more

share

Share
Upload seamlessly to Picasa Web Albums to share with friends, family & the world


Install instructions for Linux


Just copy and paste the following instructions into a Terminal (you'll have to do it twice, as the first sudo -v stops the rest of instructions):
sudo -v
# Add Google's public package signing key on your system to prevent warnings or errors
wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
echo "deb http://dl.google.com/linux/deb/ stable non-free #Google repository" > /tmp/GooglePicasa.list
# If you don't want to install the beta testing version, don't paste the following line:
echo "deb http://dl.google.com/linux/deb/ testing non-free #Google testing repository" >> /tmp/GooglePicasa.list
sudo mv /tmp/GooglePicasa.list /etc/apt/sources.list.d/
sudo aptitude update
sudo aptitude install picasa

Photo Organizer

Picasa is a free software download from Google that helps you:

  • Locate and organise all the photos on your computer.
  • Edit and add effects to your photos with a few simple clicks.
  • Share your photos with others through email, prints and on the web: it’s fast, easy and free.


It was developed first for Windows, but nowadays it is supported for Linux using the Wine emulation framework.

Install instructions for Ubuntu


sudo -s
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
echo "deb http://dl.google.com/linux/deb/ stable non-free # Google software repository" > /etc/apt/sources.list.d/google.list
aptitude update
aptitude -y install picasa


More instructions on installing Picasa on Linux systems.

Wallpaper changer

Sick of seeing the same wallpaper over and over again?
You have a lot of nice raytracing pictures and would like to see all of them from time to time?

Change your wallpapers easily with any of the following applications.

Ubuntu


Wallpaper Tray
The application lets you add directories, wallpapers are then randomly selected at login or at a given interval. You can also search your wallpaper collection, and delete wallpapers you don't like anymore.
The tray icon changes to the actual image set as wallpaper.
This one is my first selection for changing wallpapers.
Install with
sudo aptitude install wallpaper-tray
or Synaptic.

Desktop Drapes
I used this first and has the advantage that it shows if a wallpaper fits well to your chosen screen resolution.
It's big problem is that it will not include all pictures when you add a folder to your wallpaper collection. It only supports one folder for images, but you can add single pictures as well.
Install with
sudo aptitude install drapes
or Synaptic or Applications main menu.

Webilder
Webilder delivers stunning wallpapers to your Linux desktop, directly from Flickr and Webshots. You choose what keywords (tags) to watch for, and photos are automatically downloaded to your computer. Webilder can also change the wallpaper every few minutes.
I haven't tried this one yet...

Automatic startup


Any of these applications won't start automatically when restarting your session.
Therefore, you'll have to create an entry in the list of startu programs which can be found in System-->Preferences-->Sessions
Have a look at my tutorial for the Advanced Window Manager for an example.