Opened 15 years ago
Closed 14 years ago
#5929 closed bug (fixed)
ShowImage has blank line for PCX translator in Save As ... menu
Reported by: | Ziusudra | Owned by: | phoudoin |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Add-Ons/Translators | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
36563 gcc2hybrid
ShowImage Save As... submenu shows blank line where PCX image should be. WonderBrush does not list PCX in Export As... formats.
ShowImage will display a PCX image and report it as such on status bar. WonderBrush will also open it without problems. So input works.
If the translator is read only then the blank line shouldn't be there. Also read only translators should state that they are in the DataTranslations preflet.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | ShowImagePCX.png added |
---|
comment:1 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
Note:
See TracTickets
for help on using tickets.
In fact it's not PCX translator as this translator only support PCX -> BBitmap, not the reverse.
The culprid is in fact JPEG translator, which publish a third uninitialized output format, leading to this blank menu item.