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 672025 - pngenc: add support for 8- and 16-bit gray images
pngenc: add support for 8- and 16-bit gray images
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
unspecified
Other Linux
: Normal enhancement
: 0.10.32
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-13 23:08 UTC by Andrej Gelenberg
Modified: 2012-03-14 13:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch for master branch (2.55 KB, patch)
2012-03-13 23:08 UTC, Andrej Gelenberg
committed Details | Review

Description Andrej Gelenberg 2012-03-13 23:08:07 UTC
Created attachment 209664 [details] [review]
patch for master branch

add support for direct encoding of 8- and 16-bit big endian gray images.
Comment 1 Tim-Philipp Müller 2012-03-14 13:47:46 UTC
Pushed with minor cosmetic change (no c++ comments please, no common submodule update):

 commit 9fb67668705ebc21827b0eb1f724d69d4ef66322
 Author: Andrej Gelenberg <andrej.gelenberg@udo.edu>
 Date:   Tue Mar 13 23:08:38 2012 +0100

    pngenc: add support for 8- and 16-bit gray images
    
    Add support for direct encoding of 8- and 16-bit big endian gray images.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=672025