GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BATCH_IMAGE_CONVERT(1) FreeBSD General Commands Manual BATCH_IMAGE_CONVERT(1)

batch_image_convert - use VIPS to convert a set of images to a new type

batch_image_convert type image1 image2 ...

The first argument is the name of an image type, subsequent arguments are the names of files to be converted to that type. VIPS can usually read almost any image type, but it can only write VIPS, PNG, TIFF, PPM/PGM/PBM and JPEG. You can specify conversion parameters in the type name.

For example:

batch_image_convert tiff fred.jpg jim.png

will convert fred.jpg and jim.png to TIFF format.

batch_image_convert jpeg:95 jim.png

will write jim.jpeg with a 95% quality factor.

returns 0 on success and non-zero on error.

vipsheader(1), im_vips2tiff(3), im_vips2jpeg(3), im_vips2png(3), im_vips2ppm(3)

2 Feb 2002

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.