Twinside / Juicy.Pixels

Haskell library to load & save pictures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Odd distortion of a certain JPEG image

mtolly opened this issue · comments

Just happened to notice this weird square pattern on a specific input image. I'm not familiar enough with JPEG to know if there's a certain feature of the encoding that's not supported. The input seems to show correctly in all other tools I've tried though.

Input:

cover

In case GitHub reencoded here is the original: http://www.gameost.info/wp-content/uploads/2016/09/gitadora-tri-boost-original-soundtrack-volume-02.jpg

Output:

out

Converted with readImage "in.jpg" >>= \(Right dimg) -> writePng "out.png" $ convertRGB8 dimg using 871e18b (and also saw the same result on I think 3.2.8.3 from Hackage).

I'll look into it asap

Fix released as version 3.2.9.2