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();
|
$this->image->stripImage();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Clean it */
|
||||||
|
$this->image = $this->image->deconstructImages();
|
||||||
$string = $this->image->getImagesBlob();
|
$string = $this->image->getImagesBlob();
|
||||||
} else {
|
} else {
|
||||||
$string = ob_get_contents();
|
$string = ob_get_contents();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user