LMS transparently resizes images (e.g. album covers) when they are requested by a client (e.g. the Web UI, or a device), and returns a scaled version of the original. The method used, however, is optimized for speed and low memory consumption, and not quality.
gdresized-hq is modified version of gdresized (part of the LMS distribution, Linux / MacOS only, a small program which runs in the background and waits for requests from LMS to resize an image and writes the result into the LMS image cache), with the following enhancements:
- uses a higher quality scaling method
- uses the original image as a source for a series of sizes (when e.g. resizing an 400x400 pixel image to 200, 100, and 50 pixels, LMS converts 400 -> 200, 200 -> 100, 100 -> 50)
- upscales images (LMS usually only downscales, and lets the client upscale)
Installation / Usage see the homepage
Results 1 to 1 of 1
-
2019-09-22, 13:50 #1
- Join Date
- Aug 2012
- Location
- Austria
- Posts
- 1,174
[Announce] gdresized-hq - high-quality image resizing for LMS
Last edited by Roland0; 2019-09-22 at 14:02.
Various SW: Web Interface | TUI | Playlist Editor / Generator | Music Classification | Similar Music | Announce | EventTrigger | DB Optimizer | Chiptunes | LMSlib2go | ...
Various HowTos: build a self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ...