Subject:
|
Re: img2sticker: Convert images into .ldr stickers
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Thu, 30 Jun 2005 14:54:21 GMT
|
Viewed:
|
2841 times
|
| |
| |
|
Hmm, I dont think so. Traditional antialiasing spreads the partial
pixel errors from a line (or edge) into the adjacent pixels. In order
to undo it youd need to know where the line is, but thats the very
information youre trying to recover from the image.
|
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.
|
In this case youre not working from an antialiased image, but rather
one that has been sampled by a scanner or a digital camera. There was
no antialiasing applied. They just save what they see, blended colors
and all.
|
Although it even worse as the image has been stored a a jpeg which bleeds the
colours even more in its compression algorithm.
|
Im pretty certain they already have edge sharpening and unblur
convolution filters which should be useful for undoing some of the
blending, before converting to the closest ldraw colors.
|
Yes but edge sharpening actually seems to make the antialiasing worse. If it
finds an edge between the real colour and its fake neighbour it tries to
exaggerate this. I suspect it has something to do with the frequency offsets in
Fourier space.
Will do,
Tim
|
|
Message has 2 Replies: | | Re: img2sticker: Convert images into .ldr stickers
|
| (...) 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
|
| (...) 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)
|
Message is in Reply To:
| | Re: img2sticker: Convert images into .ldr stickers
|
| (...) 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)
|
21 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|