Page 1 of 1

Resizing of images bigger than 4096x4096

PostPosted: Sat Oct 22, 2011 6:12 pm
by patters
This is NASA's large image of the day feed:
http://www.nasa.gov/rss/lg_image_of_the_day.rss

It's from here:
http://www.nasa.gov/rss/

They have a smaller image feed, but they're disappointingly small and there's nothing in the middle.
The images from the large feed won't display on my Sony BDP, even if I modify the profile like so:
  Code:
<LimitImageResolution>false</LimitImageResolution>


So, can Serviio resize images larger than 4096x4096 on the fly? If Java is slow (likely) or too memory-hungry to do this reasonably, how about using FFmpeg like this:
http://svnpenn.blogspot.com/2011/10/ffm ... image.html

It would be great to see some of these huge images at the highest quality possible on a nice 1080 screen :)

Re: Resizing of images bigger than 4096x4096

PostPosted: Sat Oct 22, 2011 7:10 pm
by zip
Well you have to set the limit to true:

  Code:
<LimitImageResolution>true</LimitImageResolution>


If it still doesn't work can you post detailed log? I'm not 100% sure if it works also for online content.

Re: Resizing of images bigger than 4096x4096

PostPosted: Sat Oct 22, 2011 8:37 pm
by patters
Oh, I thought that was inherited from the default profile. I'll give it another try...

Re: Resizing of images bigger than 4096x4096

PostPosted: Sat Oct 22, 2011 9:44 pm
by zip
It probably is. But you were setting it to false.

Re: Resizing of images bigger than 4096x4096

PostPosted: Sun Oct 23, 2011 12:59 am
by patters
I only set it to false because the default of true wasn't working. I just tested explicitly setting it to true and it didn't work either.

Re: Resizing of images bigger than 4096x4096

PostPosted: Sun Oct 23, 2011 3:11 pm
by zip
what if you download the picture and share it locally, does that work?