lamdalili
lamdalili
> Do you have any examples of places in the graphics32 code where the Max value can be negative? If so that is a bug. No I don't have any...
I think the best solution is to implement OnScaleShiftChange in LayerCollection this helps to avoid redendent usage of OnGetViewportScale and OnGetViewportShift when scalling points
Yes, not referenced in the packages
> While I agree that it would be a nice and logical enhancement I can't really see that it provides any actual benefit. Sorry I missed to say that this...
Before compiling the package, just add the source path to the search reference in Options
No consideration
An other task to add to the todo list : The code for RLE isn't optimal, it starts packing from a sequence of two pixels the correct algo should start...
> Is it possible with the new mechanism, to receive "any" stream and load it as a TBitmap32 with Graphics32 without knowing what format it is? The initial code was...
` PSDPlanarOrder: array[0..PSD_CHANNELS-1] of TColor32Component = (ccRed, ccGreen, ccBlue, ccAlpha);` I'm not sure I understand your code but are you sure changing channels order is supported by all readers ?...
> Since the channel order in the PSD background is fixed to RGBA we need to handle the potential difference and that is what PSDPlanarOrder does. It maps between the...