Converts images to data-uri (base64 image, image2html) and embedds them into html, to help you into creating both html pages and html newsletters that are more efficient to download and that do not look unprofessional when, for privacy reasons, the associated images are not downloaded by the user. In addition, it helps one into reducing the number of colors of an image in a professional way, so that the user does not notice this reduction (quantization) but the file gets smaller (usually, for a normal photo, reducing its color scale to 512 colors is unnoticed by the user but the file size gets really smaller). The program has lots of other filters, like resizement ones, extraction ones, mirroring ones, rotation ones, contrast correction ones, gamma correction ones, watermarking ones, blending ones, color-scale transformation ones, etc. The program has been compiled in such a way that it adapts to the in-use cpu. Thus, it can be run on any x86 cpu as old as the Pentium one. There ar... |