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
My main use case for AHK Gdip was to operate on images on the system Clipboard, but Gdip2 appears to be missing this functionality. Is there a new way to operate with the clipboard that isn't documented, or were those methods deprecated?
The text was updated successfully, but these errors were encountered:
Ultimately, the clipboard has nothing to do with GDI+. I would imagine that it was not included in this repo due to that fact. You should be able to fairly easily extend the bitmap class to include those functions from Gdip and build Gdip2.
My main use case for AHK Gdip was to operate on images on the system Clipboard, but Gdip2 appears to be missing this functionality. Is there a new way to operate with the clipboard that isn't documented, or were those methods deprecated?
The text was updated successfully, but these errors were encountered: