Image::Magick->Scale does nothing if given dimensions < 1, so make sure they are large enough when generating thumbnails in Storage/Image.pm

This commit is contained in:
Graham Knop 2007-04-17 22:00:59 +00:00
parent fc2086e10a
commit 886d8215b8
2 changed files with 7 additions and 1 deletions

View file

@ -8,6 +8,8 @@
http://www.plainblack.com/bugs/tracker/trouble-with-search-users
- fix: Fixed an unhandled exception in Workflow/Activity/PurgeOldAssetRevisions.pm
- Added better error handling for asset instanciation in version tags.
- fix: Image::Magick->Scale does nothing if given dimensions < 1, so make sure
they are large enough when generating thumbnails in Storage/Image.pm
7.3.14