ImageBundle
ImageBundle copied to clipboard
Getting newWidth and newHeight after resize
It seems that after a doResize $this->width and $this->height are not set with the new values.
I tried to edit Adapter/GD.php with this but I didn't managed... $this->width = $new_width; $this->height = $new_height;