♊︎ch /img/
Images
Anonymous · 7mo · No.524
—
Anonymous · 7mo · No.525
so what kind of processing do images here get? the pic above was a 16 color palletized png, 512 wide and 33226 bytes when uploaded, and the server processed it down to a 9 color image with ordered dithering (no floyd-steinberg?). did the original exceed a filesize limit?
—
Anonymous · 7mo · No.527
Don't all images get down scaled?
—
Anonymous · 7mo · No.528
original image was 512x288 so it wasn't downscaled
—
sk!EwDWkw-z · 7mo · No.530
it uses imagemagick with these simple args
so it will scale down only things bigger than 512x512
i prefer the aesthetic of ordered dithering over floyd steinberg
all images get passed through this regardless of canvas size or file size for cohesiveness
—