Skip to content

No worldfile for EPS if -F is used #7976

@seisman

Description

@seisman
# Produce an example PS file
$ gmt psbasemap -R0/10/0/10 -JM10c -Baf > map.ps

# Call psconvert with -F option
$ gmt psconvert map.ps -Te -W -Fnewname      

# No .esw file is generated
$ ls
gmt.history  map.ps  newname.eps

# Without -Te, .esw is generated
$ gmt psconvert map.ps -Te -W          
$ ls                                                        
gmt.history  map.eps  map.esw  map.ps  newname.eps

All other formats like bmp, pdf work as expected.

gmt --version: 6.5.0_f30bd45_2023.10.20

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions