Search found 64 matches
- 2018-04-18T12:44:37-07:00
- Forum: Developers
- Topic: ImageMagick-7.0.7-28 does not build in VS2010
- Replies: 2
- Views: 11655
Re: ImageMagick-7.0.7-28 does not build in VS2010
but that might be because I deleted project heic.
- 2018-04-18T12:44:08-07:00
- Forum: Developers
- Topic: ImageMagick-7.0.7-28 does not build in VS2010
- Replies: 2
- Views: 11655
Re: ImageMagick-7.0.7-28 does not build in VS2010
and the fuzz projects fail as well
- 2018-04-18T12:35:16-07:00
- Forum: Developers
- Topic: ImageMagick-7.0.7-28 does not build in VS2010
- Replies: 2
- Views: 11655
ImageMagick-7.0.7-28 does not build in VS2010
i downloaded and tried to open the configure.sln in vs2010 cannot, because of: const vector<wstring> validSrcFiles = {L".c", L".cpp", L".cc"}; which does not compile in vs2010 so I used vs2015 to build the 2010 sln. which, when I tried to build, failed due to this: #if !defined(INFINITY) # define ...
- 2016-05-18T09:14:34-07:00
- Forum: Developers
- Topic: 7ImageMagick-7.0.1-2 does not build in visual studio 2010
- Replies: 13
- Views: 34525
Re: 7ImageMagick-7.0.1-2 does not build in visual studio 2010
Thanks, I will try this today; moving all of our stuff to 2013 is proving to be a pain.
- 2016-05-09T14:26:23-07:00
- Forum: Developers
- Topic: 7ImageMagick-7.0.1-2 does not build in visual studio 2010
- Replies: 13
- Views: 34525
Re: 7ImageMagick-7.0.1-2 does not build in visual studio 2010
which visual studio do you use to build the windows binary release?
- 2016-05-09T14:25:20-07:00
- Forum: Developers
- Topic: 7ImageMagick-7.0.1-2 does not build in visual studio 2010
- Replies: 13
- Views: 34525
Re: 7ImageMagick-7.0.1-2 does not build in visual studio 2010
visual studio 2010 is what is failing for me.
do you know what Visual Studio versions do work?
do you know what Visual Studio versions do work?
- 2016-05-09T10:29:22-07:00
- Forum: Developers
- Topic: 7ImageMagick-7.0.1-2 does not build in visual studio 2010
- Replies: 13
- Views: 34525
7ImageMagick-7.0.1-2 does not build in visual studio 2010
I am trying to build in VisualStudio 2010 the latest download of source. Fails in flif and MagickCore projects. Any thoughts on how to accomplish a 2010 build? first failure is in flif: 17>------ Rebuild All started: Project: CORE_flif, Configuration: Debug Win32 ------ 17>Build started 09/05/2016 1 ...
- 2016-01-25T14:13:42-07:00
- Forum: Developers
- Topic: how to configure vs2010 build to work
- Replies: 1
- Views: 4584
Re: how to configure vs2010 build to work
more details: seems to work as a command line calling convert but not from the MagickCore::ConvertImageCommand API I have compiled 6.9.3.1 in visual studio 2010, copied all the VisualMagick/bin files to c:\telescope\IMBin I have path set to c:\Telescope\IMBin // we use image magick thus to convert a ...
- 2016-01-25T11:20:41-07:00
- Forum: Developers
- Topic: how to configure vs2010 build to work
- Replies: 1
- Views: 4584
how to configure vs2010 build to work
my workflow uses dlls built with visual studio 2010. I need the latest imagemagick to get the ability to turn off auto grayscaling (see my other topic:rgb converted to grayscale by imagemagick ) The dll's I build to use the imagemagick do not work with the latest window 6.9.3 installer, which I ...
- 2016-01-21T23:11:15-07:00
- Forum: Developers
- Topic: rgb converted to grayscale by imagemagick
- Replies: 10
- Views: 15906
Re: rgb converted to grayscale by imagemagick
- seems they are generated after memory gets filled...
- 2016-01-21T23:10:52-07:00
- Forum: Developers
- Topic: rgb converted to grayscale by imagemagick
- Replies: 10
- Views: 15906
Re: rgb converted to grayscale by imagemagick
these temp files filled 14GB after processing about 1000 jpgs...
- 2016-01-21T20:28:54-07:00
- Forum: Developers
- Topic: rgb converted to grayscale by imagemagick
- Replies: 10
- Views: 15906
Re: rgb converted to grayscale by imagemagick
I recompiled everything with 6.9.3.1 and deployed the imagemagick installer on my test machine. Processing a 1000+ jpgs has resulted in memory filling up and a huge number of files in my windows temp dir, with name like magick_xxxxx, see examples below. None of this happens with 6.9.0.x version I ...
- 2016-01-20T18:18:51-07:00
- Forum: Developers
- Topic: rgb converted to grayscale by imagemagick
- Replies: 10
- Views: 15906
Re: rgb converted to grayscale by imagemagick
I create and use a Magick::Image* thus: Magick::Image * pImage = NULL; try { pImage = new Magick::Image(lszOrgfilePath.c_str()); } catch (...) { .. do some catchy stuff return; } if(pImage) { do stuff with the pImage... get info such as colorspace etc. } //finish up //delete pImage; return; } this ...
- 2016-01-20T10:43:37-07:00
- Forum: Developers
- Topic: rgb converted to grayscale by imagemagick
- Replies: 10
- Views: 15906
Re: rgb converted to grayscale by imagemagick
Hi, your suggestion works fine on the command line. But, I cannot get it working with 6.9.3.1 source and installer. We build our ImageMagick components in visual studio 2010 MT dynamic mode Q16, and then run the IM installer to get the right bits on the customer machines. When I build against 6.9.0 ...
- 2016-01-19T11:42:15-07:00
- Forum: Developers
- Topic: cannot select 2010 in configure.exe
- Replies: 3
- Views: 5637
Re: cannot select 2010 in configure.exe
Thanks. I really did not see the scrollbar. Seems the older I get, the dumber I get. I hope to have a brain cell left in a year or two.
g
g