Opened 15 years ago
Closed 15 years ago
#5045 closed bug (fixed)
PCX: missing filetype
Reported by: | michaelvoliveira | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1/alpha2 |
Component: | Kits/Translation Kit | Version: | R1/alpha1 |
Keywords: | pcx translator | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
PCX translator is present, but the PCX filetype have to be added manually
Attachments (1)
Change History (4)
by , 15 years ago
Attachment: | pcx-mime.diff added |
---|
comment:1 by , 15 years ago
I attached a patch. According to the file format info the first byte should always be 0x0a. I have no experience with sniffer rules, but it did work for me. Is the "1.0 (0x0a)" correct?
comment:2 by , 15 years ago
Status: | new → assigned |
---|
The sniffer rule is way too weak to give it a priority of 1.0. Looking at our PCX translator, it only supports version 5, anyway, so that could be made part of the rule as well.
comment:3 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Added type with an improved sniffer rule in hrev34301.
Note:
See TracTickets
for help on using tickets.
patch for image/x-pcx mime type