Skip to content

Instantly share code, notes, and snippets.

@fightbulc
Created March 20, 2017 12:33
Show Gist options
  • Select an option

  • Save fightbulc/ed19efe35057efda8014f24e61a7f07b to your computer and use it in GitHub Desktop.

Select an option

Save fightbulc/ed19efe35057efda8014f24e61a7f07b to your computer and use it in GitHub Desktop.

Revisions

  1. Tino Ehrich created this gist Mar 20, 2017.
    7 changes: 7 additions & 0 deletions Pixels
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    Transparent 1x1 PNG:
    header('Content-Type: image/png');
    echo base64_decode('iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUAAACnej3aAAAAAXRSTlMAQObYZgAAAApJREFUCNdjYAAAAAIAAeIhvDMAAAAASUVORK5CYII=');

    Transparent 1x1 GIF:
    header('Content-Type: image/gif');
    echo base64_decode('R0lGODlhAQABAJAAAP8AAAAAACH5BAUQAAAALAAAAAABAAEAAAICBAEAOw==');