phatch-dev team mailing list archive
-
phatch-dev team
-
Mailing list archive
-
Message #01009
[Bug 433152] Re: [Windows] ImageDictionaryField fails on too small images
I prefer option 3. Use the top left pixel to fill of the bigger image.
** Changed in: phatch
Importance: Undecided => Low
** Changed in: phatch
Importance: Low => High
** Changed in: phatch
Status: New => Confirmed
--
[Windows] ImageDictionaryField fails on too small images
https://bugs.launchpad.net/bugs/433152
You received this bug notification because you are a member of Phatch
Developers, which is subscribed to Phatch.
Status in Phatch = Photo & Batch!: Confirmed
Bug description:
If too small image is provided to ImageDictionaryField, it gives "couldn't add an image to the image list" error. Proposed fixes (pick one?):
1. scale image to match field minimum
2. use default (X) image instead and show image name
3. create a new image matching to minimum size and paste the image on the center of it (in other words change the size of image canvas to match minimum size)
References