Bulk Image Resizing Thing 2.1.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Bulk Image Resizing Thing 2.1.0 (Default branch)
# 1  
Old 11-23-2008
Bulk Image Resizing Thing 2.1.0 (Default branch)

Image BIRT is a simple application that allows a large number of images to be resized in one go. It was created in order to facilitate the maintenance of an online photo album where each hi-res photo needs a low-res copy and a thumbnail. License: GNU General Public License (GPL) Changes:
The format (PNG, JPEG, etc.) of images can now be changed as they are resized. Lossless image formats now produce smaller output files. The build system should now work out of the box on standard Linux distributions. The output file name suffix is now inserted in the correct place. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
pcdindex(1)						      General Commands Manual						       pcdindex(1)

NAME
pcdindex - create index image for a photo CD SYNOPSIS
pcdindex [-m width] [-s size] [-a across] [-c colors] [-f font] [-b|-w] [pcdfile] DESCRIPTION
This program generates an index image for a photo CD, based on the photo CD overview file. You can achieve a similar result with hpcdtoppm -Overview followed by pnmindex -black on the generated PPM images. OPTIONS
-wwidth Maximum width of the result image (default: 1152). -ssize Maximum size of each of the images (default: 192). -aacross Maximum number of images across (default: 6). -ccolors Maximum number of colors, or n to mean no quantization -ffont Font to be used for annotation (default: internal font). -b Black background color (default). -w White background color. EXAMPLES
pcdindex -m 768 -s 96 -f smallfont.pbm overview.pcd > overview.ppm pcdindex /cdrom/photo_cd/overview.pcd | ppmtojpeg > overview.jpg SEE ALSO
hpcdtoppm(1), pnmindex(1), ppmtojpeg(1), ppm(5) 11 September 2000 pcdindex(1)