Lines Matching refs:iconvert

1 \chapter{Converting Image Formats With {\kw iconvert}}
2 \label{chap:iconvert}
3 \indexapi{iconvert}
7 The {\cf iconvert} program will read an image (from any file format for
10 In the process, {\cf iconvert} can optionally change the file format or
15 The {\cf iconvert} utility is invoked as follows:
19 \hspace{0.25in} {\cf iconvert} [\emph{options}] \emph{input} \emph{output}
33 \hspace{0.25in} {\cf iconvert --inplace} [\emph{options}] \emph{file1 file2 ..}
44 \section{{\cf iconvert} Recipes}
46 This section will give quick examples of common uses of {\cf iconvert}.
52 The {\cf iconvert} utility will simply infer the file format from the
56 iconvert lena.png lena.jpg
66 iconvert -d uint8 in.tif out.tif
75 iconvert --compression lzw in.tif out.tif
83 iconvert --compression jpeg:50 50 big.jpg small.jpg
92 iconvert -g 2.2 in.tif out.tif
100 iconvert --tile 16 16 s.tif t.tif
106 iconvert --scanline t.tif s.tif
119 iconvert --inplace --compression zip *.tif
133 iconvert --inplace --adjust-time *.jpg
142 iconvert --inplace --adjust-time --caption "Hawaii vacation" *.jpg
144 iconvert --inplace --adjust-time --keyword "John" img18.jpg img21.jpg
146 iconvert --inplace --adjust-time --attrib IPTC:State "HI" \
152 \section{{\cf iconvert} command-line options}
172 Without this flag, {\cf iconvert} expects two file names, which will
184 iconvert --inplace --adjust-time --caption "Hawaii vacation" *.jpg
268 Ordinarily, {\cf iconvert} will attempt to use {\cf
283 rather than simply when {\cf iconvert} was run. This has no effect on
319 iconvert --attrib "IPTC:City" "Berkeley" in.jpg out.jpg