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

[Feature Request] Compatibility iwth EMI #31

Open QwertRvg opened 9 months ago

QwertRvg commented 9 months ago

The EMI mod (a JEI type of recipe viewer) has the option to save recipes as screenshots. It simply saves an image of just the recipe. Could it be made possible to make said screenshot automatically be copied to the clipboard? Most of the time when using this feature you'd immediately share the image, so having to open the folder and look for it there is annoying.

comp500 commented 9 months ago

Could you ask the author of EMI to add events similar to the ones used for Fabrishot when a screenshot is taken and when the file is saved? This feature is somewhat outside the scope of this mod, but if the maintenance burden isn't too high (i.e. there's an API that will be reasonably stable across versions, like the one for Fabrishot) I'd consider implementing it. Alternatively I could expose an API for EMI to call to copy a screenshot when S2C is installed, if that would be preferred?

QwertRvg commented 9 months ago

Thanks so much for your response. I have shared your response with the devloper(s) of EMI, I hope they will respond.