http://bugs.winehq.org/show_bug.cgi?id=24679
Summary: SketchUp cannot produce correct png/jpg/bmp files Product: Wine Version: 1.3.3 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: aerilius@googlemail.com
When you click in SketchUp in the menu to file - export 2d graphic, it does not export valid graphics. The resulting images have the correct dimensions, but they are either completely transparent (png, tif) or black (jpg, bmp). For example a png file looks like that (cat test.png): �PNG�k\ � �� �5� p �� �C � IEND�B`� As far as I can see, it has a header and 5 chunks, that means it contains pixel data (the bmp image has 1.5MB), but it shouldn't be empty.
The png export problem of the Mozart program (http://bugs.winehq.org/show_bug.cgi?id=20694) seemed first to be similar, but I tried to enable native GDIplus and it does not help.
In a SketchUp forum I once read about an export problem which was solved by disabling hardware acceleration, but that is not possible in Wine because SketchUp does not run without hardware acceleration.