Ticket #650 (closed enhancement: fixed)
Opened 2011-01-20T12:46:05-06:00
Last modified 2011-02-02T04:45:00-06:00
Update tiffcomment to allow editing on the command line
| Reported by: | melissa | Owned by: | melissa | 
|---|---|---|---|
| Priority: | minor | Milestone: | 
               | 
    
| Component: | bio-formats | Severity: | minor | 
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | 
Description
Right now, the only way to edit TIFF comments is using the GUI displayed using 'tiffcomment -edit file.tiff'. It would be nice if we could do something like:
tiffcomment -set "new comment!" file.tiff
or
tiffcomment -set comment.xml file.tiff
or
tiffcomment -set file.tiff
and then enter the comment via stdin.
Change History
comment:1 Changed 2011-02-02T04:45:00-06:00 by curtis
- Status changed from new to closed
 - Resolution set to fixed
 
moved to ome:#4192