When using Qt interface and right mouse click -> Actions -> Save as ... - [feature/bug] If users chooses "PNG" and names the file "bla.png", don't append another png. Currently this creates a file "bla.png.png". - [feature] Remember last used settings for image type and target directory (it always chooses "bmp" and home folder) - [feature] Make PNG the default export format instead of BPM. - [feature] Allow exporting vector PDF image (EPS can already be exported as vector image) - [bug] Fix bounding box for PDF (at the moment save as creates A4 instead of images equivalent to drawing panel) - [feature] Allow specifying a different size of stored bitmap image. - [feature] Allow saving to file from command line to allow creating PNG images via batch. - [feature/bug?] Make antialias work for solids (related to the other bug 1494)
Too many bugs/features for a single ticket! > - [feature/bug] If users chooses "PNG" and names the file "bla.png", don't append another png. Currently this creates a file "bla.png.png" . Fixed > - [feature] Remember last used settings for image type and target directory (it always chooses "bmp" and home folder) Fixed > - [feature] Make PNG the default export format instead of BPM. Fixed > - [feature] Allow exporting vector PDF image (EPS can already be exported as vector image) Marked as enhancement > - [bug] Fix bounding box for PDF (at the moment save as creates A4 instead of images equivalent to drawing panel) Marked as enhancement > - [feature] Allow specifying a different size of stored bitmap image. Marked as enhancement > - [feature] Allow saving to file from command line to allow creating PNG images via batch. Marked as enhancement > - [feature/bug?] Make antialias work for solids (related to the other bug 1494) Marked as enhancement