logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

wml::des::lowsrc - Create Image and LOWSRC-Attribute for IMG-Tag

Author

        Ralf S. Engelschall
        rse@engelschall.com
        www.engelschall.com

Description

       This creates an image.lowsrc.ANY file out of the image.ANY one containing only a monochrome bitmap
       (black/white) of the image's content and prints out the corresponding "lowsrc="image.lowsrc.gif"" string.

       This include file needs the external program convert from the ImageMagick package which can be found on
       http://www.wizards.dupont.com/cristy/.

Name

       wml::des::lowsrc - Create Image and LOWSRC-Attribute for IMG-Tag

Requires

        Internal: P1, P2, P3
        External: convert (PATH)

See Also

       ImageMagick

EN Tools                                           2020-11-29                                wml::des::lowsrc(3)

Synopsis

        #use wml::des::lowsrc

        <img ...src="image.ANY" <lowsrc "image.ANY"> ...>

See Also