We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
# 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
gmt --version
The text was updated successfully, but these errors were encountered:
Well, if any, the issue would be why there is a epw at all? Those are completely useless because nothing can use them.
epw
Sorry, something went wrong.
So, a world file only makes sense for raster formats, including bmp, png, jpeg, ppm and tif, right?
Yes. World files are read by GDAL that cannot read PS.
Then we can give an error if a world file is requested for vector formats, or just do nothing and close this issue.
Just close it. It doesn't worth spending time on it.
joa-quim
No branches or pull requests
All other formats like bmp, pdf work as expected.
gmt --version
: 6.5.0_f30bd45_2023.10.20The text was updated successfully, but these errors were encountered: