Help me compile ImageMagick with mozjpeg

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
acterhd
Posts: 6
Joined: 2015-05-18T10:09:01-07:00
Authentication code: 6789

Help me compile ImageMagick with mozjpeg

Post by acterhd »

I'm replaced "jpeg" by mozjpeg, configured mozjpeg by cmake, after configured ImageMagick project (Windows). But when compiling, I get's only errors: Cannot open "jcolsamp.inc" and "jsimdext.inc" and CAN'T BE FIXED by config VS project! Please, help me fix this error in ImageMagick. Try building x64 project.

I want try convert image to JNG with mozjpeg.
acterhd
Posts: 6
Joined: 2015-05-18T10:09:01-07:00
Authentication code: 6789

Re: Help me compile ImageMagick with mozjpeg

Post by acterhd »

I tried change masm command string to:
<Command>ml /I"..\..\jpeg\simd" /nologo /c /Cx /safeseh /coff /Fo"$(IntDir)%(Filename).obj" "%(FullPath)"</Command>
<Outputs>$(IntDir)%(Filename).obj;%(Outputs)</Outputs>
But didn't help!
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Help me compile ImageMagick with mozjpeg

Post by fmw42 »

I know nothing about mozjpeg or how to compile IM with it.

I do not know if mozjpeg can do lossless conversion to anything other than another jpg. See viewtopic.php?f=1&t=28260&p=125670&hili ... eg#p125224.
acterhd
Posts: 6
Joined: 2015-05-18T10:09:01-07:00
Authentication code: 6789

Re: Help me compile ImageMagick with mozjpeg

Post by acterhd »

I know mozjpeg have better compression. But I want mozjpeg+JNG.
Post Reply