Code: Select all
convert tux.webp -resize 190 -sepia-tone 50% out.png
( http://disemia.com/temp/tux.webp )
The resulting output:

Code: Select all
convert tux.webp -resize 190 -sepia-tone 50% out.png

Typically it is done when you runmortoray wrote:How do I disable OpenMP?
Code: Select all
MAGICK_THREAD_LIMIT=1 convert ....
Code: Select all
convert -limit thread 1 ....Code: Select all
sepia_image=CloneImage(image,image->columns,image->rows,MagickTrue,exception);Code: Select all
convert flash.png ^
-set colorspace RGB -alpha extract -write mpr:ExtractedInitialImageAlpha ^
+delete ^
flash.png -sepia-tone 80% -write mpr:SepiaImg ^
+delete ^
mpr:SepiaImg ^
mpr:ExtractedInitialImageAlpha ^
-alpha Off ^
-compose CopyOpacity -composite ^
RESULT-Sepia-With-Alpha.png
Users browsing this forum: Google [Bot], Semrush [Bot] and 17 guests