http://qs1969.pair.com?node_id=555079

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: Image adding in Perlmonks
by jeffa (Bishop) on Jun 13, 2006 at 16:14 UTC

    Get a free copy of the Gimp and either resize the dimensions of the image or use a higher compression to get the file size down to the 80k limit as dorward linked to (or both).

    jeffa

    L-LL-L--L-LL-L--L-LL-L--
    -R--R-RR-R--R-RR-R--R-RR
    B--B--B--B--B--B--B--B--
    H---H---H---H---H---H---
    (the triplet paradiddle with high-hat)
    
Re: Image adding in Perlmonks
by ikegami (Patriarch) on Jun 13, 2006 at 16:41 UTC

    Ways of reducing the size of an image file:

    • Resize the image.
    • Crop the image.
    • Decrease the quality of the image (if you're using a lossy format such as .jpg).
    • Switch to a lossy format (such as .jpg), especially if the image is photo-like (i.e. no hard egdes).
    • Lower the number of colours saved. This is particularly useful for lossless formats such as .png.
    • Lower the number of colours used. This is particularly useful for lossless formats such as .png.
Re: Image adding in Perlmonks
by dorward (Curate) on Jun 13, 2006 at 16:09 UTC

    There is an 80k limit - and you can't (at least, it shouldn't be possible) work around it.