Don't forget to clean frames before saving
This commit is contained in:
parent
ab484ebc76
commit
c0d3d50fb5
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue