[SOLVED] using a resize filter without resizing
Posted: 2012-11-10T08:03:03-07:00
What is the easiest way to apply a resizing filter (like the ones used by -resize and -distort Resize) to an image without resizing it?
Using -resize and -distort Resize does not do, because TTBOMK if the input and output sizes are the same, the transformation is short circuited to the identity.
The reason I'm asking is that digital photographers would like to filter out moire from the images obtained out of camera, and I suspect that pushing the result through, say, the EWA LanczosSharp filter, or some other cylindrical windowed Jinc filter, without resizing, may be helpful.
P.S. Not that anybody asked, but I've never liked that there is a short circuit when the resize is trivial.
Using -resize and -distort Resize does not do, because TTBOMK if the input and output sizes are the same, the transformation is short circuited to the identity.
The reason I'm asking is that digital photographers would like to filter out moire from the images obtained out of camera, and I suspect that pushing the result through, say, the EWA LanczosSharp filter, or some other cylindrical windowed Jinc filter, without resizing, may be helpful.
P.S. Not that anybody asked, but I've never liked that there is a short circuit when the resize is trivial.