Re: Copy only data from screen
Walter Haslbeck <[email protected]>
| Newsgroups | gmane.comp.lang.4gl.fourjs.user |
|---|---|
| Organization | AMG GmbH |
| Message-ID | <[email protected]> |
Hi, > If your users are willing to paste the screenshots into a word > document the size will be much smaller. Most email programs seem to > have an issue with size once they are pasted into them. Embedding a screenshot to reduce the size in word is a BAD IDEA! The better way: convert the (big because uncompressed) .bmp into a compressed image format like PNG or TIFF (and no: I wouldn't recommend JPG for screenshots). There are a lot of free image converters for windows, linux and macos. (I use gimp, pbmtools and Imagemagic on Linux and IrfanView on Windows) Walter