Skip to content

Commit

Permalink
Don't keep a local copy of the binary image data.
Browse files Browse the repository at this point in the history
We were loading the image data into the composed Horde_Image object
AND keeping a cached copy of it (along with any other views of the
image that were loaded in this page view) in the Ansel_Image object.
There is no longer any need for that. Only load the image into
the Horde_Image object object directly and save on memory.

Next up, take advantage of Horde_Image's stream capabilities. Mostly
benificial when using a backend like ImageMagick when the image data
is stored in temporary files instead of being kept in memory like in
GD or Imagick drivers.
  • Loading branch information
mrubinsk committed Jan 29, 2017
1 parent f5d467e commit eb4e20e
Showing 1 changed file with 118 additions and 89 deletions.

0 comments on commit eb4e20e

Please sign in to comment.