Don't forget to clean frames before saving

2022.09-rc
Domovoy 2012-07-22 16:22:06 +02:00
rodzic ab484ebc76
commit c0d3d50fb5
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -475,6 +475,8 @@ class Photo {
$this->image->stripImage();
}
/* Clean it */
$this->image = $this->image->deconstructImages();
$string = $this->image->getImagesBlob();
} else {
$string = ob_get_contents();