[Bug 485550] [NEW] render save broken

Jeff jrh2365 at rit.edu
Thu Nov 19 23:19:52 UTC 2009


Public bug reported:

Binary package hint: kpovmodeler

using Ubuntu 9.10

To reproduce:
render the default scene
press "save as"
enter something such as "render.png"
Error: "Unknown image format. Please enter a valid suffix"

Source File: pmpovraywidget.cpp
Method: PMPovrayWidget::slotSave()
Issues:
suffix = suffix.mid(suffix.lastIndexOf('.')); - grabs the last period in addition to the suffix
if (QImageWriter::supportedImageFormats().contains(suffix.toLatin1())) - case sensitivity issues (supportedImageFormats returns some formats in uppercase and some in lowercase)
if( !KImageIO::types( ).contains(format) ) - case sensitivity issues?

** Affects: kpovmodeler (Ubuntu)
     Importance: Undecided
         Status: New

-- 
render save broken
https://bugs.launchpad.net/bugs/485550
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list