Closed
Bug 42199
Opened 24 years ago
Closed 24 years ago
Image decoders handling more than one mimetype
Categories
(Core :: Graphics: ImageLib, defect, P3)
Core
Graphics: ImageLib
Tracking
()
RESOLVED
FIXED
M16
People
(Reporter: tor, Assigned: pnunn)
References
Details
Currently image decoder components register a single mimetype,
which libimg uses to determine what streams to send its way (or
at least this is the way things are supposed to happen #41333).
The MNG component I've written handles both MNG (video/x-mng)
and JNG (image/x-jng) images (actually it can also handle
image/png, but that's another discussion). We need some way
for a decoder to register multiple mimetypes.
M16 has been out for a while now, these bugs target milestones need to be
updated.
Solved by registering two progids for the mng decoder.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 3•24 years ago
|
||
Should this be documented somewhere? Sounds like we need imglib extension
documentation ...
Comment 5•24 years ago
|
||
Well, I don't really know the first thing about imglib. All I'm really saying
is that we should make sure this little piece of imglib folklore is not lost.
Updated•24 years ago
|
QA Contact: elig → tpreston
You need to log in
before you can comment on or make changes to this bug.
Description
•