| | Re: img2sticker: Convert images into .ldr stickers Don Heyse
|
| | (...) Hmm, I don't think so. Traditional antialiasing spreads the partial pixel errors from a line (or edge) into the adjacent pixels. In order to undo it you'd need to know where the line is, but that's the very information you're trying to recover (...) (19 years ago, 30-Jun-05, to lugnet.cad, FTX)
|
| | |
| | | | Re: img2sticker: Convert images into .ldr stickers Timothy Gould
|
| | | | (...) Strictly speaking though, (almost) any filter is invertible. Of course you do need to know what the original filter was which is easier said than done. (...) Although it even worse as the image has been stored a a jpeg which bleeds the colours (...) (19 years ago, 30-Jun-05, to lugnet.cad, FTX)
|
| | | | |
| | | | | | Re: img2sticker: Convert images into .ldr stickers Don Heyse
|
| | | | | (...) Yeah, but if you think of line antialiasing as a sort of blur filter, you'll notice the convolution kernel is directional. The blurring occurs perpendicular to the direction of the line. This implies a different filter for each line segment on (...) (19 years ago, 30-Jun-05, to lugnet.cad, FTX)
|
| | | | | |
| | | | | | Re: img2sticker: Convert images into .ldr stickers Travis Cobbs
|
| | | | (...) That may be true, but antialiasing isn't a filter in that sense. When applied to computer-generated graphics, it's calculated during rendering using information that isn't available in the final image. When aplied during image scaling (...) (19 years ago, 30-Jun-05, to lugnet.cad, FTX)
|
| | | | |