comp500 / ScreenshotToClipboard

Screenshots taken are copied to the clipboard.
https://www.curseforge.com/minecraft/mc-mods/screenshot-to-clipboard
MIT License
33 stars 1 forks source link

Port 1.14.3 code to OSX #1

Closed comp500 closed 5 years ago

comp500 commented 5 years ago

For Mac OSX support, a native library is needed (or some functions, if there are Java bindings to the relevant APIs) that takes a ByteBuffer of RGBA pixel data, and copies it to the clipboard. I don't have a Mac to build or test this code on, so I'll need other people to contribute.

Resources that may help:

comp500 commented 5 years ago

Code contributed and tested thanks to @juliand665!