I\'d like to be able to take a 1-frame SWF file and convert it to PNG through PHP. I\'m okay with using command-line tools to get this done.
How could I go about doi
you can use swftools. swfrender file.swf -X pixelsize -Y pixelsize -o output.png
swfrender file.swf -X pixelsize -Y pixelsize -o output.png
If only one between -X -Y parameter is specified then proportions are respected