IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2023, 3:03:55 PM (3 years ago)
Author:
eugene
Message:

adding rdjpg (crude jpeg reader)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20220316/Ohana/src/opihi/cmd.data/init.c

    r42305 r42349  
    126126int queue2book       PROTO((int, char **));
    127127int rd               PROTO((int, char **));
     128int rdjpg            PROTO((int, char **));
    128129int rdseg            PROTO((int, char **));
    129130int read_vectors     PROTO((int, char **));
     
    337338  {1, "ipptool2book", queue2book,       "convert queue with ipptool output to book"},
    338339  {1, "rd",           rd,               "load fits image"},
     340  {1, "rdjpg",        rdjpg,            "load jpeg image"},
    339341  {1, "rdseg",        rdseg,            "read a segment of an image from a file"},
    340342  {1, "read",         read_vectors,     "read vectors from datafile"},
Note: See TracChangeset for help on using the changeset viewer.