Search found 7 matches

by rwikee
2014-02-01T13:51:41-07:00
Forum: Bugs
Topic: couldn't open NEF files from Nikon d5100
Replies: 2
Views: 4701

couldn't open NEF files from Nikon d5100

I am writing a simple image viewer using qt. I can open the NEF files using qimage , but couldn't do so using imagemagick. here is the code i am using . It is working for many formats. But for NEF format , it throws exception and returns. #include "mainwindow.h" #include "ui_mainwindo...
by rwikee
2010-06-22T00:05:48-07:00
Forum: MagickWand
Topic: How to take screenshot of specific window in linux?
Replies: 2
Views: 13510

Re: How to take screenshot of specific window in linux?

Thanks, i used x:root. then croped the desired portion.
by rwikee
2010-06-17T12:26:39-07:00
Forum: MagickWand
Topic: How to take screenshot of specific window in linux?
Replies: 2
Views: 13510

How to take screenshot of specific window in linux?

Please correct my syntax 1. For taking screenshot of entire window, am using status=MagickReadImage(magick_wand,"x:"); 2. For taking snap of a particular window I used status=MagickReadImage(magick_wand,"x:$WINDOWID"); Both are reporting syntax errors, but if I pass file names as...
by rwikee
2010-06-10T13:14:39-07:00
Forum: MagickWand
Topic: Linker configuration in Visual Studio 6
Replies: 2
Views: 12208

Re: Linker configuration in Visual Studio 6

Thanks a lot for your prompt response, But can you please check the link given in your reply. I guess its not working.
by rwikee
2010-06-10T11:10:36-07:00
Forum: MagickWand
Topic: Linker configuration in Visual Studio 6
Replies: 2
Views: 12208

Linker configuration in Visual Studio 6

I am getting a lot of linking error like ... Compiling... button.cpp piddle.cpp Magick lib DLL import interface Magick module DLL export interface MagickWand lib DLL import interface MagickWand module DLL export interface Magick++ lib DLL import Generating Code... Magick lib DLL import interface Mag...
by rwikee
2010-06-10T02:38:13-07:00
Forum: MagickWand
Topic: How do i start with magicwand ?
Replies: 2
Views: 10955

Re: How do i start with magicwand ?

Thanks for your guidance. I have installed it. Now I can use it from command line. BUT HERE COMES PROBLEM NO. 2 :D The Demo programs in magic++ are building with no error, but they are not running. even demo.bat is not executing, it is showing some error and exiting. Can you suggest me any book or r...
by rwikee
2010-06-09T13:34:27-07:00
Forum: MagickWand
Topic: How do i start with magicwand ?
Replies: 2
Views: 10955

How do i start with magicwand ?

I know its very stupid question, but I will be glad if you can help me out. Where can I download magicwand for c? Everywhere I can see magicwand for php only. But where can i download the c version? I have downloaded imagemagick, in that i found a directory called "wand". But if use it the...