Search found 10 matches

by eldiener
2016-11-03T13:27:17-07:00
Forum: Magick++
Topic: Render Image to Windows device context
Replies: 2
Views: 12707

Re: Render Image to Windows device context

I did find how to do it from the IMDisplay and NTMagick example code. It would be nice if the Magick++ API added the techniques found in those examples to its API as a member function of the Image class specific Windows programming.
by eldiener
2016-11-02T07:42:09-07:00
Forum: Developers
Topic: Problem building from source using VS2015
Replies: 4
Views: 7805

Re: Problem building from source using VS2015

Thanks for the reply about the non portable functionality.
by eldiener
2016-11-02T07:37:56-07:00
Forum: Developers
Topic: Building from source for use with VS2015
Replies: 5
Views: 9090

Re: Building from source for use with VS2015

After you run 'configure' you just open the generated .sln file with VS2015. VS2015 will upgrade the solution file and the project files to VS2015 format.
by eldiener
2016-11-01T18:53:24-07:00
Forum: Magick++
Topic: Render Image to Windows device context
Replies: 2
Views: 12707

Render Image to Windows device context

How do I render an Magick++ Image to a Windows device context so that an image appears in a window ?
by eldiener
2016-11-01T08:29:27-07:00
Forum: Developers
Topic: Building from source for use with VS2015
Replies: 5
Views: 9090

Re: Building from source for use with VS2015

fmw42 wrote:I am not a Windows user, but see

http://www.imagemagick.org/script/insta ... hp#windows
http://legacy.imagemagick.org/script/in ... hp#windows

Please do not post multiple times about the same issue
I figure out how to do it. Thanks !
by eldiener
2016-11-01T08:27:55-07:00
Forum: Developers
Topic: Problem building from source using VS2015
Replies: 4
Views: 7805

Re: Problem building from source using VS2015

fmw42 wrote:I am not a Windows user, but see

http://www.imagemagick.org/script/insta ... hp#windows
http://legacy.imagemagick.org/script/in ... hp#windows

Please do not post multiple times about the same issue
I just unchecked OpenCL in the configure program to avoid this error. Thanks !
by eldiener
2016-11-01T08:10:02-07:00
Forum: Developers
Topic: Instructions building from source using Visual Studio are wrong
Replies: 1
Views: 5504

Instructions building from source using Visual Studio are wrong

The instructions for building IM from source using Visual Studio on Windows has nothing to do with the reality of the latest source distribution. Among the many incorrect items at http://www.imagemagick.org/script/install-source.php#windows and http://www.imagemagick.org/script/advanced-windows-inst...
by eldiener
2016-11-01T07:45:00-07:00
Forum: Developers
Topic: Problem building from source using VS2015
Replies: 4
Views: 7805

Problem building from source using VS2015

Trying to build IM from source using VS2015 I get this error: ..\..\ImageMagick\MagickCore\accelerate.c(4574): error C2039: 'x': is not a member of 'cl_float2' C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v6.0\include\CL/cl_platform.h(1023): note: see declaration of 'cl_float2' It looks like I...
by eldiener
2016-10-31T19:48:14-07:00
Forum: Developers
Topic: Building from source for use with VS2015
Replies: 5
Views: 9090

Building from source for use with VS2015

Can IM be built from source for use with Visual Studio 2015 ? If so, how ? I want to program with it and Magick++ in VS2015.
by eldiener
2012-03-29T10:22:15-07:00
Forum: Magick++
Topic: Misleading tutorial mention of bugs
Replies: 1
Views: 8408

Misleading tutorial mention of bugs

The Magick++ tutorial was written about 7 years ago and laughs at bugs in the Magick++ implementation that existed then and denigrates the ImageMagick++ implementors. This is hardly a good way to get programmers now to use ImageMagick and Magick++. Someone where I work, seeing the bugs mentioned in ...