Blue

A brief explanation of how I created the crypto art NFT “Blue”, a novelty artwork using media with some fun technical properties as an experiment in the artistic reversing engineering of Portable Network Graphics containers.

“Blue” is an artistic answer to “Red”, the “original” work by crypto creator Murat Pak.

“Red” was minted at SuperRare on July 22, 2020. It was acquired that same day by Museum of Crypto Art for Ξ 29.1262 or USD $7,154 at the time. It’s a playful cause and effect piece that can appear differently based on its container’s fluid image handling capabilities and presumably it is novel for a couple other characteristics explained later.

Some websites will show it as its raw 1px by 1px image, while others, or other parts (this site included) will helpfully scale the image to better fit its container, which in turn is informed by screen width, for example. Standard CSS 3 stuff, really.

The media chosen by the artist to represent their NFT is a PNG format graphic, at 1 pixel square resolution, and red (#ff0000) in color. After examining the construction of “Red”, I built and minted a similar replica, “Blue” that is unsurprisingly, blue in color.

“Blue” compared with “Red”

Let’s compare and contrast these two profoundly trivial exercises in PNG graphic construction which are now known as “art” and peek into the utter wizardry involved in creating such a technically masterful artwork, shall we?

“Red”

This is “Red” as it appears on SuperRare.

Red on SuperRare

The artwork is currently owned by the Museum of Crypto Art (MOCA). Here is a screen shot of the PNG data associated with “Red” loaded into a hex editor.

The artwork ‘Red’ as seen in a hex editor

A few fun points of note about the media.

  • the 1 blue pixel PNG that represents ‘Red’ the artwork ← the actual PNG media as an in-line image.
  • It represents 1 red (#ff0000) pixel.
  • The file size is 123 bytes.
  • The SHA 256 summary is 2a1154e18ec1d0d53473f8bb0cdeff99e9d050a6868b6891e07e4e1f5eb6cf6d
  • There is a fun text message appended to the end: “This red pixel is all yours. You paid the price.

“Blue”

This is “Blue” as it appears on SuperRare.

Blue on SuperRare

and here is a screen shot of the PNG data associated with “Blue” loaded into a hex editor.

The artwork ‘Red’ as seen in a hex editor

The media is a tongue-in-cheek satirical reproduction of that found in “Red”.

  • the 1 blue pixel PNG that represents ‘Blue’ the artwork ← the actual PNG media as an in-line image.
  • It represents 1 blue (#0000ff) pixel.
  • The file size is 123 bytes.
  • The SHA 256 summary is a3c989c0b9dce41bd1c8c55c318a552c4fc8a739c1d7e287342ad8b849c10218.
  • There is a fun text message appended to the end: “This blue pixel is all yours. You paid too much.

How to create such masterpiece?

Simple, you need only a web browser and a hex editor.

Generating the PNG is easy

  1. Visit a pixel generation website, such as PNG Pixel
  2. Enter appropriate parameters for your 1px by 1px PNG
  3. Hit Download PNG

You now have a PNG container in the correct color; you are halfway there!

The next thing you will notice as an astute observer of file sizes, is that this blue container is only 70 bytes in size! It’s time to start applying PhD level hacking skills, and append your happy message inside of 53 bytes to arrive at 123 bytes total file size.

Screen shot of appending text to PNG

This step requires opening the PNG file in a hex editor application and simply typing in the phrase on the right at the end of the file (after the PNG container IEND and in this case the final Ç character), until you’ve said your piece.

Once you hit 123 bytes, simply save the file and you’re off to a fancy gallery to make a tidy sum off a dank NFT.

Or not.

#thisisnotfinancialadvice 🤣

Getting social now…

Screen shot of iambluepixel Twitter account

Each of these excellent artworks has its own Twitter account now. Unfortunately, as part of Twitter’s ‘anti-fake-verified-badge campaign’ one cannot have any of the blue shaped emojis in the name field, so I was unable to copy the other Twitter account in full.

I feel like such a lesser, second rate red chip artist now (even though I created the cooler, blue chip piece with 100% more humor). 😩

What next?

Red. Green Blue. The colors traditionally associated with raster graphics…

One of them is still unclaimed!

Which innovative and pioneering master of the PNG spec will hack one out next?!

Let’s a start a 1 pixel crypto art webring!

Special shout out to the wonderful artist hexeosis for purchasing “Blue” from me in a heated bidding war where he was able to even outbid himself multiple times and really make my day with the excitement!

Peace,

obxium