You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some image file formats such as EPS, Postscript and SVG can be significantly compressed. It would be handy if one could compress the output files on the fly using, say, gzip compression.
Could we use a compression = FALSE (none), compression = TRUE (all), compression = c("svg", "eps")(only SVG and EPS extensions), andcompression = NA` (default set of extensions that we typically want to compression; possibly set via an option).
Some image file formats such as EPS, Postscript and SVG can be significantly compressed. It would be handy if one could compress the output files on the fly using, say, gzip compression.
Some ideas:
These should then all output a
foo.svg.gz
file.The text was updated successfully, but these errors were encountered: