Search found 3 matches

by Hyde
2018-01-15T00:35:56-07:00
Forum: Users
Topic: Problems with image.read
Replies: 4
Views: 3148

Re: Problems with image.read

Sry for answer so late.
It doesn't work on command line, I have reinstalled the package and removed the version for x64. At the moment works.
I guess the reason of the problem was a conflict of paths.
Thanks for your attention and help

Best regards
by Hyde
2018-01-11T02:00:47-07:00
Forum: Users
Topic: Problems with image.read
Replies: 4
Views: 3148

Re: Problems with image.read

I have tried to initialize magick, but I still got problems. The value returned by openFileDialog1->FileName is a System String, and it is converted into a std string. I have created a program to show where is the problem (as you suggested). This is the code: #include "stdafx.h" #include &...
by Hyde
2018-01-10T08:43:06-07:00
Forum: Users
Topic: Problems with image.read
Replies: 4
Views: 3148

Problems with image.read

Hi, I am trying to create a software that converts a pdf into a bmp file. I am using visual studio 2017 to create a clr/c++ project. The version of magick++ is ImageMagick-7.0.7-21-Q16 for (x86). I have added and linked all the .h, .lib and .dll files, the code gets compiled without problems, but wh...