![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
[...] That would be quite a good solution but, basically, I cannot fetch more than 1 image (I know it sounds weird but, basically, retrieving one of these images from the server triggers rather heavy computing, and I cannot afford that). So, that's not an option, alas ![]() Would it be possible to compute the high-res image only once and then serve only the best scaled variant of it on the fly with e.g. the use of ImageMagick or GD Lib? If not, SVG appears to be more fitting. |
#12
| |||
| |||
|
|
Thomas 'PointedEars' Lahn <PointedEars (AT) web (DOT) de> writes: Would it be possible to compute the high-res image only once and then serve only the best scaled variant of it on the fly with e.g. the use of ImageMagick or GD Lib? If not, SVG appears to be more fitting. Unfortunately not, as the data that composes the image is variable, and potentially changes quite often; that would require the re-scaling process to be run over and over again, potentially wasting a lot of CPU power on the server. Best, Arnaud |
![]() |
| Thread Tools | |
| Display Modes | |
| |