I was wondering if anybody knew a way to detect when a picture is copied in the clipboard then perform the following when it happens:
- Convert this picture into a GIF/PNG
- Then put back this compressed picture into the clipboard
The reason I am asking is that we often copy paste screenshots to users and paste them in Lotus. For some reason, pasting directly the picture in Lotus makes bigger emails than pasting in Paint saving as GIF, copying from the GIF then pasting in Lotus.
I guess than the clipboard does not store the pixels themselves but literally an object knowing the format of the data taken.
Feel free to correct me if I am wrong !
EDIT:
After the reading the first answer, my question is: "how can I, every time a picture is in the clipboard, compress it and put it back in the clipboard ?"