Search found 2 matches

by hddsdd
2019-07-27T02:22:46-07:00
Forum: Magick++
Topic: [SOLVED]: Error Image.read JPG
Replies: 4
Views: 115485

Re: Error Image.read JPG


IM 7.0.8 on Windows 10, compiled Visual Studio 2017.
Error my exe:
C:\...... @ error/jpeg.c/JPEGErrorHandler/333

Error in IMDisplay.exe tool:
IMDisplayDoc function [DoReadImage] reported an error.
IMDisplay.exe: Improper call to JPEG library in state 201
'C:\.......' @ error/jpeg.c ...
by hddsdd
2019-07-27T02:10:20-07:00
Forum: Magick++
Topic: Errors using ImageMagick in C++ project in Visual Studio 2017
Replies: 2
Views: 103262

Errors using ImageMagick in C++ project in Visual Studio 2017

I have a C++ project in Visual Studio 2017.

I download this and installed (while installing I added headers c++ button and related things)
https://imagemagick.org/script/download.php#windows
ImageMagick-7.0.8-56-Q16-x86-dll.exe

And I added inlude and lib folders on my project.

My project ...