Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ImageMagick Question
#1
Photo 
Problem. I'm using software that outputs many JPGs and alpha JPGs like this:

   

Using this ImageMagick command I can combine the 2 JPGs into a 1 transparent PNG:

composite -compose copy_opacity frame_0000000_alpha.jpg frame_0000000.jpg 0000000.png

That works perfectly but I want to do hundreds or thousands of PNGs.
I tried this:
composite -compose copy_opacity frame_*_alpha.jpg frame_*.jpg *.png

It looks like the output filename doesn't work. Does anyone know how to convert these combined JPGs to PNG's?
Is there another Open Source method to achieve this?
Reply


Messages In This Thread
ImageMagick Question - by Tas_mania - 01-21-2019, 02:11 AM
RE: ImageMagick Question - by Ofnuts - 01-21-2019, 07:26 AM
RE: ImageMagick Question - by Tas_mania - 01-21-2019, 10:45 AM
RE: ImageMagick Question - by Ofnuts - 01-21-2019, 01:35 PM
RE: ImageMagick Question - by Tas_mania - 01-22-2019, 12:15 AM
RE: ImageMagick Question - by Tas_mania - 01-23-2019, 12:44 AM
RE: ImageMagick Question - by Tas_mania - 01-28-2019, 11:01 PM
RE: ImageMagick Question - by Ofnuts - 01-29-2019, 01:03 AM
RE: ImageMagick Question - by Tas_mania - 01-29-2019, 10:32 PM
RE: ImageMagick Question - by Ofnuts - 01-29-2019, 11:29 PM
RE: ImageMagick Question - by rich2005 - 01-30-2019, 10:03 AM
RE: ImageMagick Question - by Tas_mania - 01-31-2019, 09:32 AM

Forum Jump: