Opened 9 years ago
Last modified 6 years ago
#2948 new enhancement
ps.map output to stdout
Reported by: | harrikoo | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.6.2 |
Component: | Ps.map | Version: | svn-releasebranch70 |
Keywords: | stdout | Cc: | |
CPU: | Unspecified | Platform: | Unspecified |
Description
It would be nice to have ps.map
optionally output to stdout. The attached patch achieves this.
- by changing the input and output argument handling to
G_open_option_file
;
- by moving the bounding box to the trailer of the produced postscript file;
- and additionally by closing the files using G_close_option_file. This changes moves the closing of output file
PS.fp
fromps_map()
tomain()
where it is created.
- As a result, this removes all seeks from the ps.map.
I'll attach the diff to r67951, but I have idea how to submit this.
Best,
Harri K.
Attachments (1)
Change History (9)
by , 9 years ago
Attachment: | psmapstdout.diff added |
---|
comment:1 by , 9 years ago
Milestone: | 7.0.4 → 7.0.5 |
---|
comment:2 by , 8 years ago
Milestone: | 7.0.5 → 7.3.0 |
---|
comment:3 by , 8 years ago
Milestone: | 7.3.0 → 7.4.0 |
---|
comment:5 by , 7 years ago
Milestone: | 7.4.1 → 7.4.2 |
---|
comment:6 by , 6 years ago
Milestone: | 7.4.2 → 7.6.0 |
---|
All enhancement tickets should be assigned to 7.6 milestone.
Note:
See TracTickets
for help on using tickets.
Milestone renamed