Bug 4267 - Can't Print Tiff File
Summary: Can't Print Tiff File
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: libgr
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Michael K. Johnson
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-07-30 10:43 UTC by ohmori
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 1999-07-30 15:34:55 UTC
Embargoed:


Attachments (Terms of Use)

Description ohmori 1999-07-30 10:43:44 UTC
Version: libgr-progs-2.0.13-18

tifftopnm can't accept stdin, So Tiff file can't print.

This is a sample tiff-to-pnm.fpi
---- tiff-to-pnm.fpi ---
#!/bin/sh
#
# takes tiff from stdin, writes pnm to stdout
#
TMPFILE=`mktemp /tmp/printtmp.XXXXXX` || exit 1
cat > $TMPFILE
tifftopnm $TMPFILE

exit 0

Comment 1 Bill Nottingham 1999-07-30 15:34:59 UTC
fixed in libgr-progs-2.0.13-19. :)


Note You need to log in before you can comment on or make changes to this bug.