::[ edam ]:: » Prep. Images (original) (raw)

Prep. Images is a simple application to help prepare photographs for publishing on the web. One at a time, images are displayed so that you can place (via mouse or keyboard) and add a copyright image in one of the corners. Images can also be resized (and sharpened), if required.

Prep. Images was designed to be run as a Nautilus script so that you can select a load of images in Nautilus and prepare them for publishing. It currently proves the following features:

Prep. Images is written in Python.

Getting Prep. Images

Prep. Images is free/libre open-source software, available under the terms of the GNU General Public License version 3 or later.

Download

You can get it here…

Download Prep. Imagesversion 0.115K

changes | old versions

Installation

To install, run the usual three commands:

$ ./configure
$ make
$ make install

You may need to be root to run the final command.

Documentation

Setting up Nautilus

Prep. Images was designed to run as a Nautilus script. To set this up you will need to create a symlink from your nautilus-scripts directory to the prep-images binary. On my system, the following did the trick:

$ ln -s /usr/local/bin/prep-images ~/.gnome2/nautilus-scripts/prep-images

You can also run it from the command-line. prep-images expects a list of image files passed as program arguments.

Setting preferences

Select the copyright image that you want to overlay on your photographs. Typically, this might be a PNG with a transparent background that contains a copyright message.

Resize Image

If enabled, the image will also be resized as the copyright image is applied. You will also need to specify a maximum width and height to resize the image to. A small amount of sharpening is also performed after resizing.

Saving

Here you can choose to

When you first run Prep. Images, you will need to set up the program’s preferences. Until you do, you will not be able to overlay a copyright image.

The images you selected in Nautilus (or passed on the command0line) are displayed one at a time. For each one, choose which corner of the image you want the copyright overlay to be applied to by doing one of the following:

The image is immediately altered (or a new image is saved), as per your preferences.

Development

You can always drop me an email. Feedback and suggestions are always welcome.

Bugs

Please report bugs at the project’s development site:

dev.ed.am/prep-images

Repository

You can obtain the latest development code from the bazaar repository at:

http://bzr.ed.am/gtk/prep-images

last modified: 9:23 am, 31st January, 2013 — no comments