Question about composite and performance

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
jnimo

Question about composite and performance

Post by jnimo »

Hello again, thanks for reading me again.

I'm working with high res pic and i want to put one over another i'm using this type of command

composite -dissolve 100% -geometry +2480+0 file1.jpg file2.jpg out.jpg

but is a little slow, i don't know but, there is a way to make this a little more fast? thanks in advance
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Question about composite and performance

Post by anthony »

Type using -compose over, which is the default, so just remove the -dissolve option!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply