You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Local realDimensions:Int[]= Utility.GetPixmapNonMaskedPixelBounds(stackedLimbFrames, -65281) 'God knows why this is the value for magenta here but it is what it is
206
+
207
+
ForLocal frame:Int=0Until m_FrameCount
208
+
'Copy the area that is the real dimensions to a new pixmap
209
+
Local croppedFrame:TPixmap= CreatePixmap(realDimensions[1]- realDimensions[0]+1, realDimensions[3]- realDimensions[2]+1, PF_RGBA8888)
0 commit comments