Use of FilterTypes in ImageMagick.?
Posted: 2012-08-20T03:46:42-07:00
Hi,
I am using Magick++ for my MFC application. I am not able to understand the use of FilterTypes ( file - resample.h ) in ImageMagick.
I have used one of the filter types on an image but saw no effect of that filter. I loaded an image using Image class. Then applied one of the filter types on that Image. I didn't see any effect of that filter on that Image.
Can anybody tell me where to use these filter types.?
For example (CubicFilter, LagrangeFilter, LanczosFilter etc..) what change these filters will do on an Image.?
Or
If somebody has used any of the filter types, plz provide the sample code for the same.
Any help will be appreciated.
Thanx & Regards,
Mbatra
I am using Magick++ for my MFC application. I am not able to understand the use of FilterTypes ( file - resample.h ) in ImageMagick.
I have used one of the filter types on an image but saw no effect of that filter. I loaded an image using Image class. Then applied one of the filter types on that Image. I didn't see any effect of that filter on that Image.
Can anybody tell me where to use these filter types.?
For example (CubicFilter, LagrangeFilter, LanczosFilter etc..) what change these filters will do on an Image.?
Or
If somebody has used any of the filter types, plz provide the sample code for the same.
Any help will be appreciated.
Thanx & Regards,
Mbatra