<div dir="ltr">Hi,<div><br></div><div>I would like to be able to load images in parallel in different threads using imagemagick. This was made possible by IM upstream not so long ago with "original" libjpeg as a result of this thread: <a href="http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25495">http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25495</a> - note it spans two pages.</div><div><br></div><div>However their libjpeg version check is rather strict, so they do not cover linking against libjpeg-turbo (which exports JPEG_LIB_VERSION=62).</div><div><br></div><div>As I heard there is some tension between libjpeg and libjpeg-turbo developers, and I don't know imagemagick's upstream position on that, I would first like to ask for your advice on how to approach this problem. I suppose making sure that libjpeg-turbo's thread-safety guarantees are no worse than recent libjpeg's is one thing, but another is how to change the preprocessor version check in imagemagick's source so both libjpeg implementations are covered.</div><div><br></div><div>Marcin</div></div>