| Index of /holger/wri/comp/data/image/g4tweak/pdf2c4 |
Name Last modified Size Description
Parent Directory 10-Apr-2007 23:44 -
Makefile 13-Aug-2006 08:36 1k
double.c 08-Jan-2005 00:06 4k
g4rotate 13-Aug-2006 09:26 25k
g4rotate-ccw 13-Aug-2006 09:26 25k
g4rotate-ccw.c 13-Aug-2006 08:37 1k
g4rotate.c 21-Jun-2006 08:50 1k
pdf2c4 13-Aug-2006 09:26 26k
pdf2c4.c 21-Jun-2006 00:13 2k
pdf2c4.c.2005-07-18-15-02-16 10-Jan-2005 20:08 2k
read 08-Jan-2005 00:00 15k
read.c 08-Jan-2005 00:00 4k
read.c.orig 06-Jan-2005 22:05 3k
sample-big-transformed.pdf 13-Aug-2006 09:54 94k
sample-big.pdf 13-Aug-2006 09:53 85k
sample-big.tif 12-Aug-2006 23:00 84k
sample.tif 12-Aug-2006 21:10 3k
slice 13-Aug-2006 09:26 25k
slice.c 21-Jun-2006 08:49 1k
sw 12-Jan-2005 10:48 1k
swap 13-Aug-2006 09:26 25k
swap.c 12-Jan-2005 13:18 1k
test16.tif 12-Aug-2006 22:14 1k
test17.tif 12-Aug-2006 13:09 1k
test35.tif 12-Aug-2006 21:37 1k
test8.tif 12-Aug-2006 10:08 1k
testswap 13-Aug-2006 09:26 23k
testswap.c 11-Jan-2005 22:12 1k
tiff.c 13-Aug-2006 09:26 15k
tiff.c.2006-06-27-11-11-33 21-Jun-2006 09:25 10k
tiff.c.2006-07-02-14-12-33 27-Jun-2006 11:18 10k
tiff.c.2006-08-12-10-02-30 02-Jul-2006 14:16 10k
tiff.c.2006-08-12-11-06-23 12-Aug-2006 11:06 11k
tiff.c.2006-08-12-11-11-04 12-Aug-2006 11:09 11k
tiff.c.2006-08-12-11-21-43 12-Aug-2006 11:21 11k
tiff.c.2006-08-12-15-41-05 12-Aug-2006 15:37 11k
tiff.c.2006-08-12-17-29-14 12-Aug-2006 17:27 11k
tiff.c.2006-08-12-21-41-37 12-Aug-2006 20:53 13k
write 09-Jan-2005 16:44 25k
write.c 09-Jan-2005 16:43 23k
pdf2c4 < $FILENAME * pdf2c4 dumps images out of g4-compressed PDF, like pdfimages but faster (and cruder), without decompressing g4 * swap swaps image, decompresses g4 via TIFFlib, but without unfolding 8-pixel per byte format, recompresses * slice slices TIFF into two parts at given lines, decompresses g4 via TIFFlib, but without unfolding 8-pixel per byte format, recompresses * rotate rotates TIFF clockwise, decompresses g4 via TIFFlib, but without unfolding 8-pixel per byte format, recompresses * rotate-ccw rotates TIFF counterclockwise, decompresses g4 via TIFFlib, but without unfolding 8-pixel per byte format, recompresses. rotate-ccw is slightly faster that rotate, because less bit-shifting involved. Files are kept in 8-pixels per byte format (*not* expanded). When working with non-8 divisible image lengths, rotate has had most testing. more on usage see eg ../script/pdf_swap, ../script/sliceupisright ... , ../script/rotateupisright