Feature Request – PNG Watermark Tiling

HomeSupportImage StoreFeature Request – PNG Watermark Tiling

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #52757
    Van Halen
    Participant

    Currenty we modify image.php at line 295:

    From:

    imagecopyresampled( $wmnew, $watermark, 0, 0, 0, 0, $wmratio[‘w’], $wmratio[‘h’], $wminfo[0], $wminfo[1] );

    To:

    imageSetTile($image,$watermark);
    imagefilledrectangle($image,0,0,$info[0],$info[1],IMG_COLOR_TILED);

     

    Maybe this could be integrated as a selectable option in a next release.

    #52794
    Xpark Media
    Keymaster

    @Van Halen,

    we will look into it, thank you for the feedback

    #53134
    Xpark Media
    Keymaster

    @Van Halen,

    The option was added in version 3.2.9

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.