May 24, 2016
4:37 p.m.
Hi, Offray discovered a strange Zinc bug when reading a JPEG. Not sure where to report zinc bugs⦠fogzbugz? or is it a separate project? This fails on "marker D0 cannot be handled" image := ZnEasy getJpeg: ' http://orig13.deviantart.net/e8d3/f/2013/092/a/3/glados_s_activation_by_firs... '. World backgroundImage: image layout: #scaled. but this works just fine image := (ImageReadWriter formFromStream: (ZnEasy get: ' http://orig13.deviantart.net/e8d3/f/2013/092/a/3/glados_s_activation_by_firs...') contents readStream). World backgroundImage: image layout: #scaled. Peter