about summary refs log tree commit diff
path: root/netpbm.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-12-05 22:50:07 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2018-12-05 22:50:07 +0000
commit12b7402c6461f2b1d186e6e13124ff6c48fc41c6 (patch)
tree5026ed1dc83416400084c898aa963629067052d2 /netpbm.c
parentb6eceb660067e66762977268fad6a38749dcf193 (diff)
downloadnetpbm-mirror-12b7402c6461f2b1d186e6e13124ff6c48fc41c6.tar.gz
netpbm-mirror-12b7402c6461f2b1d186e6e13124ff6c48fc41c6.tar.xz
netpbm-mirror-12b7402c6461f2b1d186e6e13124ff6c48fc41c6.zip
Release 10.73.23
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@3449 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'netpbm.c')
-rw-r--r--netpbm.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/netpbm.c b/netpbm.c
index f647ad15..eeb82acc 100644
--- a/netpbm.c
+++ b/netpbm.c
@@ -80,16 +80,20 @@ main(int argc, char *argv[]) {
     TRY("ppmnorm", main_pnmnorm);
     TRY("ppmtotga", main_pamtotga);
     TRY("ppmtouil", main_pamtouil);
+    TRY("pnmtopnm", main_pamtopnm);
+    TRY("ppmnorm", main_pnmnorm);
+    TRY("ppmtotga", main_pamtotga);
 
     /* We don't do the ppmtojpeg alias because if user doesn't have a JPEG
        library, there is no main_pnmtojpeg library.  The right way to do
        this is to have these TRY's generated by the subdirectory makes,
        which would know whether pnmtojpeg was built into the merged binary
-       or not.  But that's too much work.  Same with TIFF converters.
+       or not.  But that's too much work.  Same with TIFF and PNG converters.
 
     TRY("ppmtojpeg", main_pnmtojpeg); 
     TRY("pngtopnm", main_pngtopam); 
     TRY("pnmtotiff", main_pamtotiff);
+    TRY("pamrgbatopng", main_pamtopng);
     */
 
     fprintf(stderr,"'%s' is an unknown Netpbm program name \n", cp );