Comment on Tell HN: Turn small images to html for funComments−aufreak316yGimp lets you export images into HTML tables :) It even asks you whether you're sane and really want to do it!−ff0066moteOP16yPhotoshop does that too. This method is different because it uses the data URI scheme to encode the (small) image as base64 data in the <img /> tag. No tables here!
Comments
Gimp lets you export images into HTML tables :) It even asks you whether you're sane and really want to do it!
Photoshop does that too. This method is different because it uses the data URI scheme to encode the (small) image as base64 data in the <img /> tag. No tables here!