Strange response when displaying large .jpgs
Status: Alpha
Brought to you by:
gettler
When displaying large .jpg photos using the filesystem browser on the TV pictures from a previous view are displayed. Sometimes the display switches between 2 previous pictures. When the picture file sizes
and resolutions are reduced, e.g. using a mogrify
command line:
mogrify -resize 50x50% +profile "*" *.JPG
All pictures display fine. I suspect there is an out of memory problem or buffer overflow, but the error behaviour is not intuitive. It would be preferable to
output an error message, e.g. photo.jpg file too large
please reduce size.
Richard Kay
rich@copsewood.net