From 4ce0c9e954d784e242e185700f8c425f1398785f Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 16 Jun 2020 20:02:43 +0000 Subject: Add some web links to comments git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@3860 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/winicontopam.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'converter') diff --git a/converter/other/winicontopam.c b/converter/other/winicontopam.c index 7a206f5c..70729cce 100644 --- a/converter/other/winicontopam.c +++ b/converter/other/winicontopam.c @@ -1,3 +1,25 @@ +/*============================================================================= + winicontopam +=============================================================================== + Convert from Windows icon format to PAM +=============================================================================*/ + +/* + Here are some references for the Windows icon format: + + ICO (file format) - Wikipedia + https://en.wikipedia.org/wiki/ICO_(file_format) + + ICO - Just Solve the File Format Problem + http://fileformats.archiveteam.org/wiki/ICO + (Has links to example icon file collections) + + GFF Format Summary: Microsoft Windows Cursor and Icon + https://web.archive.org/web/20050421161512/http:/www.oreilly.com/www/centers/gff/formats/miccur/index.htm + + +*/ + #include #include #include -- cgit 1.4.1