https://bugs.winehq.org/show_bug.cgi?id=20694
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |90c2949b254c82bc8ddc00d251c | |64ce336b7d8e8 Summary|Mozart 10: cannot save gif |Mozart 10/11: Cannot save |jpg or tiff, png + bmp are |gif jpg or tiff, png + bmp |empty, emf only partial. |are empty, emf only | |partial. Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #25 from Anastasius Focht focht@gmx.net --- Hello folks,
this was indeed fixed some time ago. I've exported a score into all supported image formats and they look visually fine.
--- snip --- $ pwd /home/focht/.wine/drive_c
$ ls -lsa test.* 136 -rw-r--r--. 1 focht focht 136958 Mar 31 11:55 test.bmp 20 -rw-r--r--. 1 focht focht 18966 Mar 31 11:54 test.gif 96 -rw-r--r--. 1 focht focht 98159 Mar 31 11:54 test.jpg 12 -rw-r--r--. 1 focht focht 8305 Mar 31 11:55 test.png 136 -rw-r--r--. 1 focht focht 137094 Mar 31 11:54 test.tif
$ file test.*
test.bmp: PC bitmap, Windows 3.x format, 1536 x 713 x 1, image size 136896, resolution 3780 x 3780 px/m, 2 important colors, cbSize 136950, bits offset 62 test.gif: GIF image data, version 89a, 1536 x 713 test.jpg: JPEG image data, JFIF standard 1.01, resolution (DPI), density 96x96, segment length 16, baseline, precision 8, 1536x713, components 3 test.png: PNG image data, 1536 x 713, 1-bit colormap, non-interlaced test.tif: TIFF image data, little-endian, direntries=13, height=713, bps=1, compression=none, PhotometricInterpretation=RGB Palette, width=1536
$ identify test.* test.bmp BMP3 1536x713 1536x713+0+0 1-bit sRGB 2c 136958B 0.000u 0:00.004 test.gif GIF 1536x713 1536x713+0+0 8-bit sRGB 256c 18966B 0.000u 0:00.000 test.jpg JPEG 1536x713 1536x713+0+0 8-bit sRGB 98159B 0.000u 0:00.000 test.png PNG 1536x713 1536x713+0+0 8-bit sRGB 2c 8305B 0.000u 0:00.000 --- snip ---
Resolving fixed by commit https://source.winehq.org/git/wine.git/commitdiff/90c2949b254c82bc8ddc00d251... ("gdiplus: Add support support for 1, 4 and 8 bpp indexed pixel format conversion.").
Thanks Bartosz
$ wine --version wine-9.5-95-g8568848ba83
Regards