View Single Post
Old 09-19-2011, 02:32 PM   #2
DSpider
Evangelist
DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.DSpider ought to be getting tired of karma fortunes by now.
 
DSpider's Avatar
 
Posts: 450
Karma: 343115
Join Date: Nov 2009
Location: Romania
Device: PW2 2014
If the "Audit Space Usage" window says graphics take up the most space, then you should vectorize as much content as possible and simplify those vectors - meaning you should layer them instead of leaving them edge-to-edge, reduce nr. of nods where too many do the same job, etc.

So instead of having rasterized content (not "pixel-based"), try to incorporate as much vectorization as possible. They scale really well when zoomed (useful for technical plans) and layering them, reducing nods, etc., can drastically improve performance, especially for underpowered devices such as e-readers (though I wouldn't call the iPad "underpowered"... try GoodReader instead of iBooks and see how that goes).

I would recommend Vector Magic and editing the result with Inkscape (or Adobe Illustrator, whatever).

Don't bother vectorizing photos or something with depth perception in them, unless you know what you're doing. Because it could actually increase the filesize while reducing quality. Instead, you could reduce the number of colours (by indexing them to 256, maybe less depending on the content - for something predominantly blue you could go as low as 8 colours and still look gorgeous), use dot matrix to achieve a sort of "printing dots" effect, which will compress really well using TIFF. In fact, I did this quite recently (check my signiture for the note on printing dots). I turned a grayscale image of about 880 KB, indexed it to 1 bit (black and white) and kind of interpolated it, using lines instead of dots:



This is just a sample of a corner, of an item. But once the PDF is resized down to 10" or so (even on a computer screen) they both look virtually the same. Except one took up 880 KB while the other only 91 KB, 9 times less! Do this for a 90 MB PDF full of similar content (raster images) and you may get a 10 MB PDF. Give it a shot.

Either compress it beforehand as TIFF or let Acrobat compress it while it's reducing everything else. I usually let Acrobat compress it. It's not that I don't trust Gimp or anything... it's just that Acrobat is too expensive for what it can do. It better have some of that Photoshop joojoo, compression-wise! Am I wrong here?

Last edited by DSpider; 09-19-2011 at 02:58 PM.
DSpider is offline   Reply With Quote