Thanks for the help,
I solved my problem in another way. Zoomin the original image with out altering.
Regards
Sri
Search found 5 matches
- 2011-01-29T02:50:59-07:00
- Forum: Users
- Topic: Reduce time for zoom image without loosing image quality..
- Replies: 3
- Views: 7797
- 2011-01-04T05:44:23-07:00
- Forum: Users
- Topic: Reduce time for zoom image without loosing image quality..
- Replies: 3
- Views: 7797
Re: Reduce time for zoom image without loosing image quality
Hello All, I am loosing quality of image even if i use filters. I used the "CatromFilter" to increase the size of the image as follows Geometry tNailSize( szx, szy ); tNailSize.aspect(aspect); m_Image.density("1550X1550"); m_Image.filterType(CatromFilter); m_Image.zoom(tNailSize); and to reduce size ...
- 2011-01-04T00:12:14-07:00
- Forum: Users
- Topic: Reduce time for zoom image without loosing image quality..
- Replies: 3
- Views: 7797
Reduce time for zoom image without loosing image quality..
Hello All, I am using image magick 6.6.6 version for my VC++ application. In this application i am loading image (with 1920X1080 dimensions) and increasing image size with 25% zoom. It takes 953 milli seconds per 25% zoom, 1500 milli seconds per 50% zoom and 2344 milli seconds per 75% zoom and ...
- 2011-01-03T22:01:37-07:00
- Forum: Developers
- Topic: Reduce time for zoom image without loosing image quality..
- Replies: 0
- Views: 4241
Reduce time for zoom image without loosing image quality..
Hello All, I am using image magick 6.6.6 version for my VC++ application. In this application i am loading image (with 1920X1080 dimensions) and increasing image size with 25% zoom. It takes 953 milli seconds per 25% zoom, 1500 milli seconds per 50% zoom and 2344 milli seconds per 75% zoom and ...
- 2010-12-29T22:37:15-07:00
- Forum: Developers
- Topic: how to install latest image magick patch?
- Replies: 1
- Views: 4531
how to install latest image magick patch?
Hello All, I am using image magick 6.6.6 version for my VC++ application. how can i install latest image magick 6.6.6-7 pacth or add latest image magick patch to my older version of image magick. Can anyone please help me how to install patch to the existing version of image magick? Thanks in ...