Search found 3 matches
- 2013-01-29T20:37:49-07:00
- Forum: Users
- Topic: Smoothing an image but keeping it's sharp edges intact
- Replies: 5
- Views: 6713
Re: Smoothing an image but keeping it's sharp edges intact
Alright, look: http://i50.tinypic.com/es9jz8.png I need to find a way to make the initial small image into something like the one above I made manually. That one looks EXACTLY the way I need it to - somewhat blurred just like when -resized, but with sharp pixelated edges just like when -scaled. Is ...
- 2013-01-28T14:52:50-07:00
- Forum: Users
- Topic: Smoothing an image but keeping it's sharp edges intact
- Replies: 5
- Views: 6713
Re: Smoothing an image but keeping it's sharp edges intact
The red background is just an example, I actually want to use it in a game that doesn't work with partial transparency, only boolean, so I need it to have indeed a transparent bg, but one that would look normal if I were to fill it with a random color or paste it over a background image. Yes, I ...
- 2013-01-28T13:29:40-07:00
- Forum: Users
- Topic: Smoothing an image but keeping it's sharp edges intact
- Replies: 5
- Views: 6713
Smoothing an image but keeping it's sharp edges intact
I need to make several images 4 times bigger, and I need them to fit normally in a background, without anti-aliasing or anything similar - I need it's outside to be sharp. Now, I know -scale does exactly that, but -resize makes it look infinitely better. I can't however use -resize because it blurs ...