ucnv

E

E is a series of digital images in which each image has three different versions. One of them is an original picture of a sky. The other two are encoded from the original picture using the artist's own implemented JPEG and PNG encoders. These two encoders are intentionally made with the slightly wrong algorithms.

In the photo above, from left to right, the original image, JPEG, and PNG are in that order. Each image has the same original representational source but different internal data. This, of course, is what happens when they are converted to different file formats. However, when encoded correctly, the difference is not visible. An incorrect encoding causes an obvious change in appearance. What is expressed here is not only a difference in data content but also a difference in the data structure.

Technically, this JPEG encoder processes the array reads called zig-zag scan in the wrong order, and the PNG encoder processes the misplaced data references in its filter algorithm.

This project is to combine and compare the author's two existing projects, Jpegs in Your Brain (2013) and PNG encoded by an incorrectly implemented method (2016-).


They were initially shown as printed artworks in the artist's solo exhibition "Volatile" at IAMAS library in 2019. Later with over 1,000 image sets, the web version was produced in 2020 and now it can be seen at https://e.ucnv.org/.