[ros-bugs] [Bug 3412] pictures and fax viewer doesn't show non JPG pictures

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Sat Nov 28 00:05:48 CET 2009


http://www.reactos.org/bugzilla/show_bug.cgi?id=3412


grschneider <grschneider at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |grschneider at gmail.com




--- Comment #4 from grschneider <grschneider at gmail.com>  2009-11-28 00:05:47 CET ---
First off:
0 This is wine code and we sync it

Now some comments about your findings:
1.1 Pretty hard todo without sideeffects on normal GDI drawing operations. I
can explain this in detail if you like, just ping me on irc if you are
interested.

1.2 Point is defined as having two long members x and y. Highest value is
4294967291 on 32-bit systems, your values can not be held in this datatype.
Wrong trace?

2 See 1.2. Would be better to have temp defined as LONG. But since they're
equally sized this should be np.

3 This function takes three coordinates, no clue how to interpret them. Zero
height could be a problem indeed, check your traces.

image->picture and gpimage are two different image representations as it seems.
Concerning the if statement in your attachment: i don't understand the spanish
part :-D


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Ros-bugs mailing list