Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author marekki

    (@marekki)

    Hi,

    the quality of the output file is set to 100%. This is the reason, why the file size is so big. I have this in focus for the next update. At moment you can change this only in code. So find in the file: <strong >marekkis-watermark/wm_functions.php the following lines

    switch(exif_imagetype($file)) {
            case 2: ImageJPEG($photoImage,$file,100);break;

    and remove “,100“. so you need only:

    switch(exif_imagetype($file)) {
            case 2: ImageJPEG($photoImage,$file);break;

    After this the quality of the watermarked images will by stay at default and the size of your pictures change minimally.

    See: here
    Best Wishes,
    Marekki.

    Plugin Author marekki

    (@marekki)

    Hi fungoody.com,

    I’ll close this topic because you can follow my instructions to change the size. If you still have problems with this topic, please open a new one.

    Best wishes,
    Marekki.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘File size’ is closed to new replies.