Re: [Java-gnome-developer] Image handling in 4.0.18
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2011-01-06 12:45:43
|
On Thu, 2011-01-06 at 12:09 +0000, William Temperley wrote: > Am I correct in thinking PNGs > are now being converted to JPEGs behind the scenes perhaps? I doubt it. We haven't changed anything at all in our presentation of Cairo or the GdkPixbuf loaders etc; the ability to embed the original JPEG (rather than decoded bitmap) in an output PDF only happens if you call setMimeData() with the original JPEG. I assume you're not doing that. > the new image handling behaviour in 4.0.18 has > considerably changed their appearance. Hm. Well, 4.0.14 was a long time ago; certainly since then under the covers is Cairo 1.10 now and they fixed *all kinds* of things in the rendering paths. I'm afraid I'd have to consider anything generated now as "more correct" and adjust your drawing accordingly. Of course, that only matters if you have somehow got java-gnome 4.0.14 linking against Cairo 1.8 and java-gnome 4.0.18 linking against Cairo 1.10; if we're talking about the same system then that's not going to be the case. > With 4.0.18: Pretty sexy :) AfC Sydney |