Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

Any minute now…

taylan

Username
taylan
Joined
Visits
2
Last Active
Roles
Member
Badges
0
Points
0
Posts
2

Comments

  • Sorry about that - you can make the call right after $Thumb is created through imagecreatetruecolor around line 260: $Thumb = imagecreatetruecolor($ThumbWidth, $ThumbHeight); imageAlphaBlending($Original, false); imageSaveAlpha($Original, true); i…
  • I modified this add-on slightly to allow transparency in images. When resized, transparent images were getting a black background. Here is the code in case anyone is interested: imageAlphaBlending($Original, false); imageSaveAlpha($Original, true)…
  • Sorry about that - you can make the call right after $Thumb is created through imagecreatetruecolor around line 260: $Thumb = imagecreatetruecolor($ThumbWidth, $ThumbHeight); imageAlphaBlending($Original, false); imageSaveAlpha($Original, true); i…
  • I modified this add-on slightly to allow transparency in images. When resized, transparent images were getting a black background. Here is the code in case anyone is interested: imageAlphaBlending($Original, false); imageSaveAlpha($Original, true)…