Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
fixed problems with transparent PNGs, closes #101
Browse files Browse the repository at this point in the history
thx to @jdlx
  • Loading branch information
gharlan committed Jan 31, 2013
1 parent 4bacab7 commit 2f32864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions _lastchanges.txt
Expand Up @@ -28,6 +28,7 @@ Version 4.5.0 (2013-XX-XX)

Bugfixes:
* Cronjobs werden nicht mehr nach jedem Bearbeiten erneut ausgeführt
* Image Manager: Probleme mit Transparenz bei PNGs beseitigt


Version 4.4.1 (2012-08-03)
Expand Down
Expand Up @@ -76,6 +76,7 @@ function execute()
{
$this->params['width'] = $w;
$this->params['height'] = $h;
$this->keepTransparent($gdimage);
return;
}

Expand Down

0 comments on commit 2f32864

Please sign in to comment.