Thank you for your suggestions. It turned out the problem is in the
handling of transparency in the newly created imageRep. Now I removed
special handling of transparency and relying on the cocoa directly.
Thanks for your help
- Sravan
On Mon, Mar 9, 2020 at 7:21 PM Richard Charles wrote:
>
> I
drags a window from one display
> to another or when a display is attached or removed.”
>
> This might not be true with an offscreen context which might remain valid
> regardless of the display.
>
> --Richard Charles
>
>
> > On Mar 3, 2020, at 11:19 PM, Sravan Kumar La
Hi,
In our product we use
https://developer.apple.com/documentation/appkit/nsgraphicscontext/1529827-graphicscontextwithbitmapimagere?language=objc
to create Graphics Context for drawing on top of image.
This particular API returns null in some cases. One particular case is
troubling us. Wou
Hi,
In our product we use
https://developer.apple.com/documentation/appkit/nsgraphicscontext/1529827-graphicscontextwithbitmapimagere?language=objc
to create Graphics Context for drawing on top of image.
This particular API returns null in some cases. One particular case is
troubling us. Would li