Quote:
Originally Posted by athlonkmf
Thing is, with my program I resize and optimize the pictures already, and then it gets vectorized into a PDF which gets rasterized by rasterfarian. This produces high-contrast sharp images. If I just resize my pics to the reader's resolution, they become blurry too.
|
Ahhh... That's probably it.
Since the original is a bitmap, the scaling is done at that level. Basically, 4 pixels are merged into 1. But if the graphic is vectors, scaling would be much more intelligent - making for a much sharper image when scaled (up or down in this case).
How long does rasterfarian take to process a single picture?