diff options
Diffstat (limited to 'Lib/irix5/torgb.py')
-rwxr-xr-x | Lib/irix5/torgb.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/irix5/torgb.py b/Lib/irix5/torgb.py index e46aca3..2e340d1 100755 --- a/Lib/irix5/torgb.py +++ b/Lib/irix5/torgb.py @@ -40,6 +40,12 @@ t.append('pnmtoppm', '--') t.append('fromppm $IN $OUT', 'ff') table['rast'] = t +t = pipes.Template().init() +t.append('djpeg', '--') +t.append('pnmtoppm', '--') +t.append('fromppm $IN $OUT', 'ff') +table['jpeg'] = t + uncompress = pipes.Template().init() uncompress.append('uncompress', '--') |