I think convert should do the trick: convert -flop input.png output.png
Best regards Philippe -----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Matthias Kramm Envoyé : Sunday, February 04, 2007 12:05 PM À : [email protected] Objet : Re: [Swftools-common] X-Flip a shape/png? 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 _______________________________________________ Swftools-common mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/swftools-common
