A DIB can have its bit from Bottom to Top or from Top to Bottom, and all
routines that are created for a DIB should be aware of both of those, and
check for them.
In the past REALbasic seems to have always returned the DIB as Bottom to
Top.
My guess here is that this may have changed, that is it might not always be
Bottom to Top any more, which means all plugins that did not check for this
and handle both cases will fail and the result is the mirroring of the
picture.
> > Has rb changed somthing with internal picture format:
> >
> > I was testing 'LoadSaveJPEG by Purple Shark Software' and 'Micono
> > RbJPEGLib' by Micono.
> > If I save picture from rb45 made app then saved jpg picture is
> > hor&vertically swapped when saved on win98 mashine, but if compiled
> > with rb4.0 then everyting is correct.
> >
> > On the otherhand everything is working normally when done on macos9.1
> > and macos9.2.
> >
> > Anybody seen this? or have workaround?
> >
|