This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 139785

Summary: Default export format should not be lossy
Product: uml Reporter: kamilparal <kamilparal>
Component: GeneralAssignee: issues@uml <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description kamilparal 2008-07-12 10:38:00 UTC
When using "Export as image" function there are currenty 3 output formats: JPEG, PNG and SVG. JPEG is chosen as the
default one, which is a bad principle and quite an annoyance. For computer graphics a lossless format should be always
chosen as default. JPEGs are good only for photos, everything else looks extremely ugly, especially computer graphics
like screenshots or exported images. Most of the users certainly must switch to some more reasonable format everytime
they want to export the diagram (it remembers the choice, but only for some very little extent). It's really tiresome
and should be fixed. SVG offers to be a best choice by being a vector format, unfortunatelly on mainstream Windows
systems there is a very poor support (ok, let's say none) for vector images. PNG would be an acceptable compromise
between image quality and ease to use.
Comment 1 Trey Spiva 2008-07-14 20:52:00 UTC
In 6.5 the default image format is PNG.
Comment 2 Peter Lam 2008-07-23 23:05:30 UTC
verified in nb 6.5 trunk build 20080723145315 that PNG is now the default format.