> Is there a way to turn off this resizing behaviour? I've set
No, would require some code changes.
> maxUPnPImageSize to 9999, but at least when browsing images through the
> Web UI, the images still seem to be run through a resizer. I run my SBS
Only portrait mode images or all of them?
> on a SheevaPlug, which is why I notice (loading a single image takes
> something between 5 and 10 seconds at 100% CPU load).
Yeah, that hurts. I'm seeing this too, even on my x86 (Via C3/1GHz - soon
to be 8yrs of loyal services :-))
> Is there a way to completely turn off resizing and just stream the
> JPEGs as they are on disk (at least if the source images actually are
> JPEGs, that is)? That would make the image browsing actually useful to
> me - my client device is a HP TouchPad, so it won't have problems with
> loading the large images.
You could modify the plugin code. Edit Slim/Plugin/ImageBrowser/Plugin.pm,
around line 157:
weblink => $id ? "/image/$id/cover_${maxSize}x${maxSize}_o" : undef,
make this:
weblink => $id ? "/image/$id/cover" : undef,
I didn't test this...
--
Michael
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/beta