On Wed, Jan 31, 2007 at 04:57:52PM +0100, Gernot Frisch wrote: > is it possible to flip a png along Y-Axis (Mirror left->right)?
Yes. The netpbm package can do that: pngtopnm original.png | pnmflip --leftright | pnmtopng > flipped.png Even though I don't like the pbm/pnm/pgm formats that much. Any enlightenment whether something like this is also possible e.g. with ImageMagick is welcome. Anybody? Greetings Matthias _______________________________________________ Swftools-common mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/swftools-common
