Search found 2 matches

by normandwilliams
2014-08-01T15:01:30-07:00
Forum: Developers
Topic: Convert to RGB colorspace will not be multithreaded
Replies: 2
Views: 3479

Re: Convert to RGB colorspace will not be multithreaded

Your version is 5 years old so I would first suggest you upgrade. Is it possible that those images are already RGB so nothing needs to be done?

I will see about upgrading a little later. I did some tests after your question. Actually if the source file is of colorspace Gray or RGB the conversion ...
by normandwilliams
2014-08-01T13:33:40-07:00
Forum: Developers
Topic: Convert to RGB colorspace will not be multithreaded
Replies: 2
Views: 3479

Convert to RGB colorspace will not be multithreaded

Hello IMagicians,

I encountered an unexplained behaviour that i would like to understand.

I am using IM 6.5.4-7 on centos. If i am converting an image from jpeg to png and specifying the -colorspace Gray i will see that convert is spawning other threads to do the work (given i have MAGICK_THREAD ...