Searched refs:jpegtran (Results 1 – 18 of 18) sorted by relevance
/external/libjpeg-turbo/sharedlib/ |
D | CMakeLists.txt | 63 add_executable(jpegtran ../jpegtran.c ../cdjpeg.c ../rdswitch.c ../transupp.c) target 64 target_link_libraries(jpegtran jpeg) 65 set_property(TARGET jpegtran PROPERTY COMPILE_FLAGS "-DUSE_SETMODE") 70 install(TARGETS jpeg cjpeg djpeg jpegtran
|
/external/libjpeg-turbo/release/ |
D | makemacpkg.in | 163 -arch i386 $TMPDIR/dist.x86/$BINDIR/jpegtran \ 164 -arch x86_64 $PKGROOT/$BINDIR/jpegtran \ 165 -output $PKGROOT/$BINDIR/jpegtran 228 $PKGROOT/$BINDIR/jpegtran \ 229 -arch arm $TMPDIR/dist.armv6/$BINDIR/jpegtran \ 230 -output $PKGROOT/$BINDIR/jpegtran 292 $PKGROOT/$BINDIR/jpegtran \ 293 -arch arm $TMPDIR/dist.armv7/$BINDIR/jpegtran \ 294 -output $PKGROOT/$BINDIR/jpegtran 356 $PKGROOT/$BINDIR/jpegtran \ [all …]
|
D | libjpeg-turbo.spec.in | 118 %{_bindir}/jpegtran 144 %{_mandir}/man1/jpegtran.1*
|
D | libjpeg-turbo.nsi.in | 55 File "@CMAKE_BINARY_DIR@\sharedlib\${BUILDDIR}jpegtran.exe" 134 Delete $INSTDIR\bin\jpegtran.exe
|
/external/libjpeg-turbo/ |
D | tjexampletest.in | 99 …$EXEDIR/jpegtran -crop 70x60+16+16 -flip horizontal -trim $OUTDIR/${basename}_${samp}_fast.jpg >$O… 100 …$EXEDIR/jpegtran -crop 70x60+16+16 -flip vertical -trim $OUTDIR/${basename}_${samp}_fast.jpg >$OUT… 101 …$EXEDIR/jpegtran -crop 70x60+16+16 -transpose -trim $OUTDIR/${basename}_${samp}_fast.jpg >$OUTDIR/… 102 …$EXEDIR/jpegtran -crop 70x60+16+16 -transverse -trim $OUTDIR/${basename}_${samp}_fast.jpg >$OUTDIR… 103 …$EXEDIR/jpegtran -crop 70x60+16+16 -rotate 90 -trim $OUTDIR/${basename}_${samp}_fast.jpg >$OUTDIR/… 104 …$EXEDIR/jpegtran -crop 70x60+16+16 -rotate 180 -trim $OUTDIR/${basename}_${samp}_fast.jpg >$OUTDIR… 105 …$EXEDIR/jpegtran -crop 70x60+16+16 -rotate 270 -trim $OUTDIR/${basename}_${samp}_fast.jpg >$OUTDIR…
|
D | tjbenchtest.java.in | 151 …runme $EXEDIR/jpegtran -flip horizontal -trim -outfile $OUTDIR/${basename}_${samp}_hflip_jpegtran.… 152 …runme $EXEDIR/jpegtran -flip vertical -trim -outfile $OUTDIR/${basename}_${samp}_vflip_jpegtran.jp… 153 …runme $EXEDIR/jpegtran -transpose -trim -outfile $OUTDIR/${basename}_${samp}_transpose_jpegtran.jp… 154 …runme $EXEDIR/jpegtran -transverse -trim -outfile $OUTDIR/${basename}_${samp}_transverse_jpegtran.… 155 …runme $EXEDIR/jpegtran -rotate 90 -trim -outfile $OUTDIR/${basename}_${samp}_rot90_jpegtran.jpg $O… 156 …runme $EXEDIR/jpegtran -rotate 180 -trim -outfile $OUTDIR/${basename}_${samp}_rot180_jpegtran.jpg … 157 …runme $EXEDIR/jpegtran -rotate 270 -trim -outfile $OUTDIR/${basename}_${samp}_rot270_jpegtran.jpg …
|
D | change.log | 12 Document 'f' specifier for jpegtran -crop specification. 79 jpegtran has a new "lossless" cropping feature. 81 Implement -perfect option in jpegtran, new API function 84 Better error messages for jpegtran fopen failure. 105 jpegtran has new features for lossless image transformations (rotation 108 jpegtran now copies comments by default; it has a -copy switch to enable 110 always suppressed comments and APPn blocks.) jpegtran now also preserves 121 the encoder. jpegtran uses this to copy the source file's version number, 122 to ensure "jpegtran -copy all" won't create bogus files that contain JFXX 216 New "jpegtran" application performs lossless transcoding between different [all …]
|
D | tjbenchtest.in | 178 …runme $EXEDIR/jpegtran -flip horizontal -trim -outfile $OUTDIR/${basename}_${samp}_hflip_jpegtran.… 179 …runme $EXEDIR/jpegtran -flip vertical -trim -outfile $OUTDIR/${basename}_${samp}_vflip_jpegtran.jp… 180 …runme $EXEDIR/jpegtran -transpose -trim -outfile $OUTDIR/${basename}_${samp}_transpose_jpegtran.jp… 181 …runme $EXEDIR/jpegtran -transverse -trim -outfile $OUTDIR/${basename}_${samp}_transverse_jpegtran.… 182 …runme $EXEDIR/jpegtran -rotate 90 -trim -outfile $OUTDIR/${basename}_${samp}_rot90_jpegtran.jpg $O… 183 …runme $EXEDIR/jpegtran -rotate 180 -trim -outfile $OUTDIR/${basename}_${samp}_rot180_jpegtran.jpg … 184 …runme $EXEDIR/jpegtran -rotate 270 -trim -outfile $OUTDIR/${basename}_${samp}_rot270_jpegtran.jpg …
|
D | CMakeLists.txt | 332 add_executable(jpegtran-static jpegtran.c cdjpeg.c rdswitch.c transupp.c) 333 target_link_libraries(jpegtran-static jpeg-static) 334 set_property(TARGET jpegtran-static PROPERTY COMPILE_FLAGS "-DUSE_SETMODE") 663 add_test(jpegtran${suffix}-420-islow-ari 664 ${dir}jpegtran${suffix} -arithmetic 666 add_test(jpegtran${suffix}-420-islow-ari-cmp 685 add_test(jpegtran${suffix}-420-islow 686 ${dir}jpegtran${suffix} 688 add_test(jpegtran${suffix}-420-islow-cmp 839 add_test(jpegtran${suffix}-crop [all …]
|
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. 471 jpegtran performs various useful transformations of JPEG files. 478 jpegtran works by rearranging the compressed data (DCT coefficients), without 482 token, jpegtran cannot perform lossy operations such as changing the image 486 jpegtran uses a command line syntax similar to cjpeg or djpeg. 488 jpegtran [switches] [inputfile] >outputfile 490 jpegtran [switches] inputfile outputfile 494 jpegtran accepts a subset of the switches recognized by cjpeg: 519 jpegtran's default behavior when transforming an odd-size image is designed [all …]
|
D | Makefile.am | 92 bin_PROGRAMS = cjpeg djpeg jpegtran rdjpgcom wrjpgcom program 145 jpegtran_SOURCES = jpegtran.c rdswitch.c cdjpeg.c transupp.c transupp.h 161 dist_man1_MANS = cjpeg.1 djpeg.1 jpegtran.1 rdjpgcom.1 wrjpgcom.1 516 ./jpegtran -arithmetic -outfile testout_420_islow_ari.jpg $(srcdir)/testimages/testimgint.jpg 529 ./jpegtran -outfile testout_420_islow.jpg $(srcdir)/testimages/testimgari.jpg 651 …./jpegtran -crop 120x90+20+50 -transpose -perfect -outfile testout_crop.jpg $(srcdir)/testimages/$…
|
D | README.md | 163 - **jpegtran: Lossless cropping** 165 - **jpegtran: `-perfect` option** 167 - **jpegtran: Forcing width/height when performing lossless crop** 207 - **jpegtran: Scaling**
|
D | README-turbo.txt | 159 -- jpegtran: lossless cropping 161 -- jpegtran: -perfect option 163 -- jpegtran: forcing width/height when performing lossless crop 203 -- jpegtran: Scaling
|
D | ChangeLog.md | 393 8. cjpeg, djpeg, and jpegtran now accept an argument of `-version`, which will 572 jpegtran, for instance) would result in an error, `Requested feature was 667 9. The width and height in the `-crop` argument passed to jpegtran can now be 671 jpegtran to strictly honor the specified width/height rather than the specified 802 This function is implemented using the same back end as jpegtran, but it 832 12. Eliminated errors in the output of jpegtran on Windows that occurred when 834 (`jpegtran <input.jpg >output.jpg`.)
|
D | README | 39 usage.txt Usage instructions for cjpeg, djpeg, jpegtran, 96 We have also included "jpegtran", a utility for lossless transcoding between
|
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 | libjpeg.txt | 2632 Also, see jpegtran.c for an example of using jpeg_save_markers.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/ |
D | IJG_README | 41 usage.doc Usage instructions for cjpeg, djpeg, jpegtran, 95 "jpegtran", a utility for lossless transcoding between different JPEG
|