Search found 46 matches

by wizards
2013-03-07T21:42:38-07:00
Forum: Developers
Topic: How to deallocate the Image memory
Replies: 1
Views: 4737

How to deallocate the Image memory

Hello, I want to read a max of 4 (Some times < 4 also) images and should display them simultaneously. If I read two then images will display horizontally i.e one on top and other on bottom. If I read 4 then 4 images will display on 4 parts of monitor. I did this using VC++. To store 4 images i took ...
by wizards
2013-02-22T03:23:47-07:00
Forum: Users
Topic: How to clear the memory of Image object
Replies: 1
Views: 3823

How to clear the memory of Image object

Hello, I want to read a max of 4 (Some times < 4 also) images and should display them simultaneously. If I read two then images will display horizontally i.e one on top and other on bottom. If I read 4 then 4 images will display on 4 parts of monitor. I did this using VC++. To store 4 images i took ...
by wizards
2011-12-25T08:27:33-07:00
Forum: Magick++
Topic: Configuration porblem while installation on linux
Replies: 1
Views: 8986

Configuration porblem while installation on linux

Hello all, I am new to ImageMagick on Linux. I already build IM from source in VC++. In VC+ + i build IM to support all image formates. when i build IM in linux i am not able to build to support all image formates. I gave the configure as follows ./configure CXX=g++ CFLAGS=-O2 --with-magick-plus-plu...
by wizards
2011-01-03T05:09:37-07:00
Forum: Users
Topic: Saving problem with .cin image file
Replies: 5
Views: 11788

Re: Saving problem with .cin image file

Hello

Thank you very much.
by wizards
2010-12-29T07:03:13-07:00
Forum: Users
Topic: Saving problem with .cin image file
Replies: 5
Views: 11788

Re: Saving problem with .cin image file

Here are the links:

Before Save: http://myfreefilehosting.com/f/8f2078ee0e_7.94MB

After Save: http://myfreefilehosting.com/f/4e3e90d271_2.01MB


Thanks in Advance
by wizards
2010-12-29T06:53:01-07:00
Forum: Users
Topic: Saving problem with .cin image file
Replies: 5
Views: 11788

Re: Saving problem with .cin image file

Thanks for the quick reply. I resize my cin file using convert tool as follows. convert C:\BeforeSave.cin -resize 50% C:\AfterSave.cin but same error i got. When I loaded "AfterSave.cin" into my application I am getting the same problem. My application is giving "UnexpectedEndofFile: ...
by wizards
2010-12-29T06:08:05-07:00
Forum: Users
Topic: Saving problem with .cin image file
Replies: 5
Views: 11788

Saving problem with .cin image file

Hello All, I am using VC++ 2008 environment and Image magick 6.6.5 for develop my VC++ application. In this application, i am loading .cin(Cineon Image File Format ) image file and apply some changes to image and save image. If i can open saved image in Xnview, it shows correctly, but open same imag...
by wizards
2010-12-21T04:25:49-07:00
Forum: Users
Topic: Set My Own Software name to Creation Software property.
Replies: 15
Views: 32458

Re: Set My Own Software name to Creation Software property.

Hi All. I am using image magick library and visual C++ for my task. I built image magick library (Image magick 6.6.5)with 16 bit. I am loading TIF image with the following image property. Creation Software: Adobe Photo shop CS2 Windows. After that i am applying some changes to image and then save im...
by wizards
2010-12-21T04:23:57-07:00
Forum: Users
Topic: Set My Own Software name to Creation Software property.
Replies: 15
Views: 32458

Re: Set My Own Software name to Creation Software property.

Hi All. I am using image magick library and visual C++ for my task. I built image magick library (Image magick 6.6.5)with 16 bit. I am loading TIF image with the following image property. Creation Software: Adobe Photo shop CS2 Windows. After that i am applying some changes to image and then save im...
by wizards
2010-12-21T04:23:28-07:00
Forum: Users
Topic: Set My Own Software name to Creation Software property.
Replies: 15
Views: 32458

Re: Set My Own Software name to Creation Software property.

Hi All. I am using image magick library and visual C++ for my task. I built image magick library (Image magick 6.6.5)with 16 bit. I am loading TIF image with the following image property. Creation Software: Adobe Photo shop CS2 Windows. After that i am applying some changes to image and then save im...
by wizards
2010-12-21T04:23:08-07:00
Forum: Users
Topic: Set My Own Software name to Creation Software property.
Replies: 15
Views: 32458

Re: Set My Own Software name to Creation Software property.

Hi All. I am using image magick library and visual C++ for my task. I built image magick library (Image magick 6.6.5)with 16 bit. I am loading TIF image with the following image property. Creation Software: Adobe Photo shop CS2 Windows. After that i am applying some changes to image and then save im...
by wizards
2010-12-20T04:25:49-07:00
Forum: Users
Topic: set creation software property for all image formats
Replies: 0
Views: 5213

set creation software property for all image formats

Hi All. I am using image magick library and visual C++ for my task. I built image magick library (Image magick 6.6.5)with 16 bit. I am loading TIF image with the following image property. Creation Software: Adobe Photo shop CS2 Windows. After that i am applying some changes to image and then save im...
by wizards
2010-10-21T02:56:09-07:00
Forum: Developers
Topic: set creation software image property for all image formats.
Replies: 0
Views: 3966

set creation software image property for all image formats.

Hi All. I am using image magick library and visual C++ for my task. I built image magick library (Image magick 6.6.5)with 16 bit. I am loading TIF image with the following image property. Creation Software: Adobe Photo shop CS2 Windows. After that i am applying some changes to image and then save im...
by wizards
2010-10-21T02:53:03-07:00
Forum: Developers
Topic: how can i create my own user defined tag for image propertie
Replies: 0
Views: 3967

how can i create my own user defined tag for image propertie

Hi All. I am using image magick library and visual C++ for my task. I built image magick library (Image magick 6.6.5)with 16 bit. I am loading Jpeg image with the following image properties. Width: 42 pixels Height: 431 pixels. Horizontal Resolution: 72 dpi Vertical Resolution: 72 dpi Bit Depth: 8 F...
by wizards
2010-10-19T23:45:24-07:00
Forum: Users
Topic: HOw can i create my own user defined tag in image properties
Replies: 0
Views: 3701

HOw can i create my own user defined tag in image properties

Hi All. I am using image magick library and visual C++ for my task. I built image magick library (Image magick 6.6.5)with 16 bit. I am loading Jpeg image with the following image properties. Width: 42 pixels Height: 431 pixels. Horizontal Resolution: 72 dpi Vertical Resolution: 72 dpi Bit Depth: 8 F...