http://bugs.winehq.org/show_bug.cgi?id=10980
Summary: ConvertImage cannot run Product: Wine Version: 0.9.52. Platform: PC URL: http://www.xs4all.nl/~nd/dekkerware/console/index.htm OS/Version: Linux Status: NEW Keywords: download, source Severity: minor Priority: P2 Component: wine-gdiplus AssignedTo: wine-bugs@winehq.org ReportedBy: thestig@google.com
ConvertImage needs several unimplemented gdiplus functions to work:
GdipLoadImageFromFile (The first one it fails on) GdipGetImageEncodersSize (bug 9362) GdipGetImageEncoders GdipGetPropertyCount
http://bugs.winehq.org/show_bug.cgi?id=10980
--- Comment #1 from Lei Zhang thestig@google.com 2008-03-03 13:59:12 --- GdipLoadImageFromFile has been implemented:
http://winehq.org/pipermail/wine-cvs/2008-March/040957.html
still waiting on the other 3 functions.
http://bugs.winehq.org/show_bug.cgi?id=10980
--- Comment #2 from Lei Zhang thestig@google.com 2008-03-11 17:34:48 --- GdipGetPropertyCount is the only function missing now. As long as the user doesn't pass the /P argument, we won't trigger it.
GdipGetImageEncoders only encodes to BMP right now. So as long as you do that, the app works.
It works on my Ubuntu machines, but encoding to BMP somehow fails on my Slackware box.
http://bugs.winehq.org/show_bug.cgi?id=10980
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bunglehead@gmail.com
--- Comment #3 from Nikolay Sivov bunglehead@gmail.com 2008-10-02 07:34:16 --- (In reply to comment #2)
GdipGetPropertyCount is the only function missing now. As long as the user doesn't pass the /P argument, we won't trigger it.
GdipGetImageEncoders only encodes to BMP right now. So as long as you do that, the app works.
It works on my Ubuntu machines, but encoding to BMP somehow fails on my Slackware box.
GdipGetPropertyCount is stubbed now.
http://bugs.winehq.org/show_bug.cgi?id=10980
Kirill K. Smirnov lich@math.spbu.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lich@math.spbu.ru
--- Comment #4 from Kirill K. Smirnov lich@math.spbu.ru 2008-10-24 10:14:36 --- I've just converted several .gif/.jpg files to .bmp using ConvertImage without any errors. Unfortunately, all resulting .bmp images are just a black rectangles.
http://bugs.winehq.org/show_bug.cgi?id=10980
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Austin English austinenglish@gmail.com 2008-10-24 13:12:56 --- (In reply to comment #4)
I've just converted several .gif/.jpg files to .bmp using ConvertImage without any errors. Unfortunately, all resulting .bmp images are just a black rectangles.
That should be a new bug. This one is fixed.
http://bugs.winehq.org/show_bug.cgi?id=10980
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2008-11-07 10:45:57 --- Closing bugs fixed in 1.1.8.