Searched refs:jpegtran (Results 1 – 12 of 12) sorted by relevance
/external/libjpeg-turbo/gtest/ |
D | jpegtran-gtest-wrapper.cpp | 29 extern "C" int jpegtran(int argc, char *argv[]); 54 EXPECT_EQ(jpegtran(8, command_line), 0); in TEST() 82 EXPECT_EQ(jpegtran(8, command_line), 0); in TEST() 107 EXPECT_EQ(jpegtran(5, command_line), 0); in TEST() 130 EXPECT_EQ(jpegtran(4, command_line), 0); in TEST()
|
/external/libjpeg-turbo/ |
D | change.log | 15 Add jpegtran -drop option; add options to the crop extension and wipe 23 jpegtran: add an option to the -wipe switch to fill the region 31 Document 'f' specifier for jpegtran -crop specification. 38 Add jpegtran -wipe option and extension for -crop. 105 jpegtran has a new "lossless" cropping feature. 107 Implement -perfect option in jpegtran, new API function 110 Better error messages for jpegtran fopen failure. 131 jpegtran has new features for lossless image transformations (rotation 134 jpegtran now copies comments by default; it has a -copy switch to enable 136 always suppressed comments and APPn blocks.) jpegtran now also preserves [all …]
|
D | tjbenchtest.java.in | 159 …runme $EXEDIR/jpegtran -flip horizontal -trim -outfile $OUTDIR/${basename}_${samp}_hflip_jpegtran.… 160 …runme $EXEDIR/jpegtran -flip vertical -trim -outfile $OUTDIR/${basename}_${samp}_vflip_jpegtran.jp… 161 …runme $EXEDIR/jpegtran -transpose -trim -outfile $OUTDIR/${basename}_${samp}_transpose_jpegtran.jp… 162 …runme $EXEDIR/jpegtran -transverse -trim -outfile $OUTDIR/${basename}_${samp}_transverse_jpegtran.… 163 …runme $EXEDIR/jpegtran -rotate 90 -trim -outfile $OUTDIR/${basename}_${samp}_rot90_jpegtran.jpg $O… 164 …runme $EXEDIR/jpegtran -rotate 180 -trim -outfile $OUTDIR/${basename}_${samp}_rot180_jpegtran.jpg … 165 …runme $EXEDIR/jpegtran -rotate 270 -trim -outfile $OUTDIR/${basename}_${samp}_rot270_jpegtran.jpg …
|
D | tjbenchtest.in | 185 …runme $EXEDIR/jpegtran -flip horizontal -trim -outfile $OUTDIR/${basename}_${samp}_hflip_jpegtran.… 186 …runme $EXEDIR/jpegtran -flip vertical -trim -outfile $OUTDIR/${basename}_${samp}_vflip_jpegtran.jp… 187 …runme $EXEDIR/jpegtran -transpose -trim -outfile $OUTDIR/${basename}_${samp}_transpose_jpegtran.jp… 188 …runme $EXEDIR/jpegtran -transverse -trim -outfile $OUTDIR/${basename}_${samp}_transverse_jpegtran.… 189 …runme $EXEDIR/jpegtran -rotate 90 -trim -outfile $OUTDIR/${basename}_${samp}_rot90_jpegtran.jpg $O… 190 …runme $EXEDIR/jpegtran -rotate 180 -trim -outfile $OUTDIR/${basename}_${samp}_rot180_jpegtran.jpg … 191 …runme $EXEDIR/jpegtran -rotate 270 -trim -outfile $OUTDIR/${basename}_${samp}_rot270_jpegtran.jpg …
|
D | README.chromium | 60 - Refactor jpegtran.c to provide test interface 61 - Add input JPEG images for djpeg and jpegtran tests 64 each of tjunittest, tjbench, cjpeg, djpeg and jpegtran.
|
D | usage.txt | 8 as well as the utility programs jpegtran, rdjpgcom and wrjpgcom. (See 13 pages in files cjpeg.1, djpeg.1, jpegtran.1, rdjpgcom.1, wrjpgcom.1. 457 jpegtran performs various useful transformations of JPEG files. 464 jpegtran works by rearranging the compressed data (DCT coefficients), without 468 token, jpegtran cannot perform lossy operations such as changing the image 472 jpegtran uses a command line syntax similar to cjpeg or djpeg. 474 jpegtran [switches] [inputfile] >outputfile 476 jpegtran [switches] inputfile outputfile 480 jpegtran accepts a subset of the switches recognized by cjpeg: 505 jpegtran's default behavior when transforming an odd-size image is designed [all …]
|
D | BUILD.gn | 308 "gtest/jpegtran-gtest-wrapper.cpp", 311 "jpegtran.c",
|
D | README.md | 167 - **jpegtran: Lossless cropping** 169 - **jpegtran: `-perfect` option** 171 - **jpegtran: Forcing width/height when performing lossless crop** 211 - **jpegtran: Scaling**<br>
|
D | ChangeLog.md | 148 9. Added fault tolerance features to djpeg and jpegtran, mainly to demonstrate 183 12. jpegtran now includes the `-wipe` and `-drop` options from jpeg-9a and 185 option. Refer to jpegtran.1 or usage.txt for more details. 690 lossless crop feature in jpegtran or the TurboJPEG API, if libjpeg-turbo was 695 7. The lossless transform features in jpegtran and the TurboJPEG API will now 702 `-copy all` must be passed to jpegtran in order to transfer the EXIF tags from 716 cjpeg/djpeg/jpegtran (refer to the respective man pages for more details.) 1128 8. cjpeg, djpeg, and jpegtran now accept an argument of `-version`, which will 1307 jpegtran, for instance) would result in an error, `Requested feature was 1403 9. The width and height in the `-crop` argument passed to jpegtran can now be [all …]
|
D | README.ijg | 39 usage.txt Usage instructions for cjpeg, djpeg, jpegtran, 96 We have also included "jpegtran", a utility for lossless transcoding between
|
D | jpegtran.c | 458 jpegtran(int argc, char **argv) in jpegtran() function
|
D | libjpeg.txt | 2653 Also, see jpegtran.c for an example of using jpeg_save_markers.
|