Search found 29 matches

by 2049651
2015-10-27T17:36:29-07:00
Forum: Developers
Topic: How can I get NtMagick binary file?
Replies: 4
Views: 6062

How can I get NtMagick binary file?

Hello, I have seen the partial code of NtMagicK. I think this is supporting win32 application. But I can't find anywhere NtMagicK binary file like NtMgicK.dsw or something like this. Where I can find the file? What if there is no project file of NtMagicK then would you let me know how to build NtMag...
by 2049651
2015-10-27T06:22:36-07:00
Forum: Developers
Topic: how to modify pixel values?
Replies: 0
Views: 12090

how to modify pixel values?

Hi. I got a problem. the output image has black instead red. 1>c:\program files\imagemagick-6.8.6-q16\include\magick/pixel-accessor.h(160): warning C4244: '=' : conversion from 'double' to 'MagickCore::MagickRealType', possible loss of data here is my code. InitializeMagick(*argv); Image master; mas...
by 2049651
2015-10-26T22:03:27-07:00
Forum: Developers
Topic: How to read an image to put an array?
Replies: 0
Views: 12454

How to read an image to put an array?

Hi. I don't know where to start from. I want to read image by imagemagick into array. My_image.read("c:aaa.jpg"); at this point, there is no error. I want to put to arrary what I had already read image data. And I want to write file by using imagemagick library. Here is my code. ... master...
by 2049651
2015-10-26T18:34:20-07:00
Forum: Developers
Topic: Can ImageMagicK use dialog based MFC windows application?
Replies: 0
Views: 12147

Can ImageMagicK use dialog based MFC windows application?

Hello everyone, I'm trying to use ImageMagicK on vs2010. Can ImageMagicK use dialog based MFC windows application? If yes, how to apply these ImageMagicK initialize code into dialog based MFC windows application? ... #include <Magick++.h> using namespace Magick; InitializeMagick(*argv); Image master...
by 2049651
2015-10-26T03:12:11-07:00
Forum: Developers
Topic: Does ImageMagicK support dialog based windows application?
Replies: 4
Views: 5796

Re: Does ImageMagicK support dialog based windows application?

I'm not sure what you are asking. I have written (but not published) Windows programs with dialogs and sliders and so on, and other Windows programs that use ImageMagick. I haven't written written programs that combine the two. I am asking you what if you have any reference code used ImageMagicK th...
by 2049651
2015-10-26T01:50:52-07:00
Forum: Developers
Topic: Does ImageMagicK support dialog based windows application?
Replies: 4
Views: 5796

Re: Does ImageMagicK support dialog based windows application?

ImageMagick has a number of built-in interfaces: command-line, C, C++, Perl, and so on. I'm not sure what a "dialog based windows application" is. Graphical interfaces with sliders and so on that use ImageMagick are available, such as nip2: http://www.vips.ecs.soton.ac.uk/index.php?title=...
by 2049651
2015-10-26T01:29:34-07:00
Forum: Developers
Topic: initializeMagick(*argv) undeclared identifier error
Replies: 0
Views: 12627

initializeMagick(*argv) undeclared identifier error

Hi. My vs2010 form application has code like this The file looks like this: // ex3.cpp : main project file. #include "stdafx.h" #include "Form1.h" #include <Magick++.h> using namespace ex3; using namespace Magick; [STAThreadAttribute] int main(array<System::String ^> ^args) { // ...
by 2049651
2015-10-26T00:22:11-07:00
Forum: Developers
Topic: Does ImageMagicK support dialog based windows application?
Replies: 4
Views: 5796

Does ImageMagicK support dialog based windows application?

Hi.

I want to know that does ImageMagicK support dialog based windows application?
I don't want to waste my time for this anymore.
by 2049651
2015-10-25T20:59:51-07:00
Forum: Developers
Topic: how to use ImageMagick for VC++(MFC) applications.?
Replies: 2
Views: 7055

Re: how to use ImageMagick for VC++(MFC) applications.?

Dear mbatra,

I have same problems with yours.
I think you might have sloved now.

Would you please let me know how to solve?
by 2049651
2015-10-25T03:37:58-07:00
Forum: Developers
Topic: How to use ImageMagick for VC++ (MFC) application?
Replies: 0
Views: 12220

How to use ImageMagick for VC++ (MFC) application?

Hello? I want to use ImageMagicK at the Form Project like as following picture. http://postfiles8.naver.net/20151025_167/dv2_1445769615766yQC24_JPEG/q2.jpg?type=w1 http://postfiles8.naver.net/20151025_167/dv2_1445769615766yQC24_JPEG/q2.jpg?type=w1 When I implemented, I got some error.   1>ex3.cpp(22...
by 2049651
2015-10-22T08:18:31-07:00
Forum: Developers
Topic: Install problem from Windows Source
Replies: 1
Views: 3832

Install problem from Windows Source

Hi. I'm trying to install ImageMagic to using in vc6.0. So now I'm referencing as following site page. http://www.imagemagick.org/script/install-source.php Especially, you can see this institution "Next, launch your Visual Studio IDE and choose Open->Project. Select the configure workspace from...
by 2049651
2015-10-21T17:33:10-07:00
Forum: Developers
Topic: MagicK++_Demo excuting problem.
Replies: 0
Views: 12059

MagicK++_Demo excuting problem.

Hi.

Now I am working on MagicK++_Demo.
But I have stuck when I executing MagicK++_Demo.dsw in vc6.0.

When I use vc6.0, the executing are stuck.
So does anyone know how to solve this problem?
Would you please let me know which version is support vc6.0?
by 2049651
2015-10-20T08:04:14-07:00
Forum: Developers
Topic: What is the best approach to use ImageMagick Library in VC6.0?
Replies: 2
Views: 4424

Re: What is the best approach to use ImageMagick Library in VC6.0?

VC6.0 is no longer supported so you cannot build the latest version of ImageMagick with that version of Visual Studio. Why can't you use the free 2015 community edition? Because My computer is so old and slow. So I can't have a choice. (I don't need latest version of ImageMagicK :) ) Would you plea...
by 2049651
2015-10-20T07:35:33-07:00
Forum: Developers
Topic: What is the best approach to use ImageMagick Library in VC6.0?
Replies: 2
Views: 4424

What is the best approach to use ImageMagick Library in VC6.0?

Hello Everyone, I don't know where to start from. I'd like to make a simple image signal processing program by using ImageMagick Library. But I'm not well and have not experience with ImageMagicK before. What is the best approach to use ImageMagick Library in VC6.0? Also where is the simple example ...