I'm working on Window seven and IMDisplay works perfectly.
Moreover, it seems it had been developped with MFC so it should work on window.
It's a shame, you can't use it, because it's a powerful tool.
See you.
M.
Search found 10 matches
- 2013-01-23T06:38:57-07:00
- Forum: Developers
- Topic: my dpx file are darker once converted
- Replies: 10
- Views: 10746
- 2013-01-23T06:12:21-07:00
- Forum: Developers
- Topic: my dpx file are darker once converted
- Replies: 10
- Views: 10746
Re: my dpx file are darker once converted
Hum...it seems that "convert a.dpx -set colorspace RGB colorspace sRGB a1.tiff" doesn't run on my computer, but "convert a.dpx -colorspace RGB a1.tiff" does. The result of this command line is the same as former result...but when I try this "convert a.dpx -colorspace sRGB a1.tiff", I get what I was ...
- 2013-01-23T03:15:28-07:00
- Forum: Developers
- Topic: my dpx file are darker once converted
- Replies: 10
- Views: 10746
Re: my dpx file are darker once converted
I'm now trying to change the colorspace of my Image, but I fail... I tried this : Image my_image; my_image.read("a.dpx"); my_image.colorSpace(Magick::RGBColorspace); my_image.write("./out/c.dpx"); my_image.write("./out/b.tiff"); c.dpx is exactly the same as a.dpx, but b.tiff is completly black. I ...
- 2013-01-23T02:22:47-07:00
- Forum: Developers
- Topic: my dpx file are darker once converted
- Replies: 10
- Views: 10746
- 2013-01-23T01:11:09-07:00
- Forum: Developers
- Topic: my dpx file are darker once converted
- Replies: 10
- Views: 10746
Re: my dpx file are darker once converted
Hi Snibgo ! Thx for you reply. Try to use convert.exe was a good idea but unfortunatly it did the same... I'm working with the ImageMagick-6.8.1-Q16_vs2010 version and my aim is to use Magick++ Classes in my own code. I'm going to try to change color space (sRGB->RGB), before save my new image in ...
- 2013-01-22T02:02:55-07:00
- Forum: Developers
- Topic: my dpx file are darker once converted
- Replies: 10
- Views: 10746
my dpx file are darker once converted
Hi all! I have been using the Api ImageMagick++ on Visual Studio 2010 and it works perfectly. But I'm in trouble with DPX files. Indeed, I load DPX images thank the read method of the Image Class and save them thank the write method like following : #include <Magick++.h> #include <string> #include ...
- 2013-01-15T08:57:27-07:00
- Forum: Developers
- Topic: Problem with xstring using Magick::Image::read(string)
- Replies: 5
- Views: 5754
Re: Problem with xstring using Magick::Image::read(string)
I tried to open and build the button workspace on a full version of MS2010 and it does run !
I can now enjoy the power of Magick++.
Thanks you!
M.
I can now enjoy the power of Magick++.
Thanks you!
M.
- 2013-01-15T06:27:47-07:00
- Forum: Developers
- Topic: Problem with xstring using Magick::Image::read(string)
- Replies: 5
- Views: 5754
Re: Problem with xstring using Magick::Image::read(string)
I guess, you are using a full version of Visual Studio 2010.
Mine, it's just express.
I'm going to try a full version, and see what'll happen.
Thank for your avaibility.
M.
Mine, it's just express.
I'm going to try a full version, and see what'll happen.
Thank for your avaibility.
M.
- 2013-01-15T06:16:50-07:00
- Forum: Developers
- Topic: Problem with xstring using Magick::Image::read(string)
- Replies: 5
- Views: 5754
Re: Problem with xstring using Magick::Image::read(string)
Thank magick for your fast reply! I tried to work with button.dsp as you advised me, but it seems I get some compatibility problems. When I open this file into Visual Studio 2010 Express edition, it asks me to convert the project because it's a VS 6 one. But when I do convert the file, nothing opens ...
- 2013-01-15T03:56:28-07:00
- Forum: Developers
- Topic: Problem with xstring using Magick::Image::read(string)
- Replies: 5
- Views: 5754
Problem with xstring using Magick::Image::read(string)
Hi all! I'm trying to use Magick++ on VS2010 (I'm working on window seven). I have configurated my visual project, linking the following library (CORE_RL_Magick++_.lib, CORE_RL_magick_.lib, CORE_RL_wand_.lib, X11.lib, Xext.lib) and pasting all necessary dll in my project directory. I would like to ...