After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 564691 - APNG support
APNG support
Status: RESOLVED WONTFIX
Product: GIMP
Classification: Other
Component: Plugins
2.6.3
Other All
: Normal enhancement
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2008-12-16 01:09 UTC by Barney Holmes
Modified: 2018-01-08 08:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Barney Holmes 2008-12-16 01:09:52 UTC
APNG ( see http://animatedpng.com/ ) now has support in FF3. Although a separate user plugin may be written to allow reading and writing of APNG I can find no evidence of this happening anytime soon. APNG is an alteration to the PNG standard that allows any PNG aware client to load the first frame of the APNG as a normal PNG. That suggests to me that a simple adjustment of the PNG import plugin would allow import of APNG as seperate layers. APNG output support could then be added at a later date.
Comment 1 Martin Nordholts 2008-12-16 05:53:10 UTC
Hi! It might make sense to add APNG load support to the png load plug-in, it probably also would make sense to add APNG write support to it, but I'm not sure it makes sense to keep this bug report open. Someone needs to write the actual code, not file enhancement requests about it.
Comment 2 Sven Neumann 2008-12-16 23:18:25 UTC
Definitely not. This can and should be done as a separate third-party plug-in.
Comment 3 Barney Holmes 2008-12-16 23:24:42 UTC
(In reply to comment #2)
> Definitely not. This can and should be done as a separate third-party plug-in.
> 

Can you explain the reasoning behind this ?
Comment 4 Sven Neumann 2008-12-16 23:30:45 UTC
The PNG plug-in is complex enough as it is. If you want support for APNG, then you can write your own plug-in. A dedicated plug-in can support an animated format much better than a combined one.

GIMP provides everything you need to write such a plug-in. We don't keep requests for new plug-ins in our bug-tracker.
Comment 5 Barney Holmes 2008-12-16 23:47:34 UTC
(In reply to comment #4)
> The PNG plug-in is complex enough as it is. If you want support for APNG, then
> you can write your own plug-in. A dedicated plug-in can support an animated
> format much better than a combined one.
> 
> GIMP provides everything you need to write such a plug-in. We don't keep
> requests for new plug-ins in our bug-tracker.
> 

OK, thanks. So my "easy" import solution idea is not that easy ? Oh well, I'm looking at the import PNG code in SVN right now and checking plugin guides.