Releases: altmany/export_fig
Releases · altmany/export_fig
v3.27
Fixed EPS bounding box (issue #356)
v3.26
Added -transparent
option for TIFF files
v3.25
Fixed occasional empty files due to excessive cropping (issues #318, #350, #351)
v3.24
- Added support for specifying figure name in addition to handle
- Added warning when trying to export TIF/JPG/BMP with transparency
- Use current figure as default handle even when its HandleVisibility is not 'on'
v3.23
- Added
-toolbar
and -menubar
options to add figure toolbar/menubar items for interactive figure export (issue #73)
- Fixed edge-case bug with GIF export
v3.22
- Fixed small potential memory leak during screen-capture
- Expanded exportgraphics message for vector exports
- Fixed rotated tick labels on R2021a+
v3.21
- Speedups
- Fixed exporting non-current figure (hopefully fixes issue #318)
- Fixed warning when appending to animated GIF
v3.20
- Added GIF support, including animated & transparent-background
- Accept format options as cell-array, not just nested struct
v3.19
- Fixed print error when exporting a specific subplot (issue #347)
- Avoid duplicate error messages
v3.18
Fixed warning about invalid escaped character when the output folder does not exist (issue #345)