http://bugs.winehq.org/show_bug.cgi?id=17103
Summary: Picasa 3.1 cannot properly print pictures Product: Wine Version: 1.1.13 Platform: PC URL: http://picasa.google.com/ OS/Version: Linux Status: UNCONFIRMED Keywords: download, patch, printing Severity: minor Priority: P2 Component: wineps.drv AssignedTo: wine-bugs@winehq.org ReportedBy: thestig@google.com
In Picasa 3.1, printing a picture results in a black blob on the paper. One can reproduce this with a PDF printer to save paper and ink. This did not occur with Picasa 3.0.
I looked at this and found PSDRV_SelectBitmap() to be a stub. I wrote a simple implementation and that fixed the problem for me.
p.s. bug 2173 may be related.