I think the FVIconBitmapContextCreateWithSize is using the wrong number of bytes for the rowBytes calculation. It should be 4 * size.width instead of 4 * 8 * size.width. If that's correct, it'll reduce memory footprint significantly, and reduce the compression overhead. I ran across that while putting in some code in for using vImage to resample, but it's not very well tested.
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bibdesk-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bibdesk-develop
