3eeeaf3ca3
============= Changes to the API require a library major-version bump. Code Fixes ---------- * A small change to the API: DGifClose() and EGifClose() now take a pointer-to-int second argument (like the corresponding openers) where a diagnostic code will be deposited when they return GIF_ERROR. This replaces the old behavior in which the GifFile structure was left unfreed so the Error member in it could be filled and remain available. The change was was required because it's not always possible to free the struct afterwards. Case in point is a C# wrapper for giflib (or any language/environment where you can't just free objects allocated in a foreign shared library.) * Minor fix for SF bug 56; BitsPerPixel may be left as uninitialized value when reading (truncated) gif. * Applied SF patch 17: Use a fallback on Windows where mkstemp is not available. * Applied SF patch 15: Code hardening, preventing spurious defective-image messages. Retirements ----------- * Removed gif2raw from utils. Its blithe assumption that the EGA16 palette is a reliable default is now about 20 years obsolete. Format conversion is better done with convert(1) from the ImageMagick suite, anyway.
65 lines
2.3 KiB
Text
65 lines
2.3 KiB
Text
@comment $NetBSD: PLIST,v 1.4 2014/05/15 14:16:11 adam Exp $
|
|
bin/gif2rgb
|
|
bin/gifbuild
|
|
bin/gifclrmp
|
|
bin/gifecho
|
|
bin/giffix
|
|
bin/gifinto
|
|
bin/giftext
|
|
bin/giftool
|
|
man/man1/gif2rgb.1
|
|
man/man1/gifbuild.1
|
|
man/man1/gifclrmp.1
|
|
man/man1/gifecho.1
|
|
man/man1/giffix.1
|
|
man/man1/gifinto.1
|
|
man/man1/giflib.1
|
|
man/man1/giftext.1
|
|
man/man1/giftool.1
|
|
share/doc/giflib/gif2rgb.html
|
|
share/doc/giflib/gif87.txt
|
|
share/doc/giflib/gif89.txt
|
|
share/doc/giflib/gif_lib.html
|
|
share/doc/giflib/gifbg.html
|
|
share/doc/giflib/gifbuild.html
|
|
share/doc/giflib/gifclrmp.html
|
|
share/doc/giflib/gifcolor.html
|
|
share/doc/giflib/gifecho.html
|
|
share/doc/giflib/giffix.html
|
|
share/doc/giflib/gifhisto.html
|
|
share/doc/giflib/gifinto.html
|
|
share/doc/giflib/giflib.html
|
|
share/doc/giflib/giftext.html
|
|
share/doc/giflib/giftool.html
|
|
share/doc/giflib/gifwedge.html
|
|
share/doc/giflib/intro.html
|
|
share/doc/giflib/lzgif.txt
|
|
share/doc/giflib/whatsinagif/animation_and_transparency.html
|
|
share/doc/giflib/whatsinagif/bits_and_bytes.html
|
|
share/doc/giflib/whatsinagif/comment_ext.gif
|
|
share/doc/giflib/whatsinagif/gif_file_stream.gif
|
|
share/doc/giflib/whatsinagif/global_color_table.gif
|
|
share/doc/giflib/whatsinagif/graphic_control_ext.gif
|
|
share/doc/giflib/whatsinagif/header_block.gif
|
|
share/doc/giflib/whatsinagif/highlight_green.gif
|
|
share/doc/giflib/whatsinagif/highlight_purple.gif
|
|
share/doc/giflib/whatsinagif/image_data_block.gif
|
|
share/doc/giflib/whatsinagif/image_descriptor_block.gif
|
|
share/doc/giflib/whatsinagif/index.html
|
|
share/doc/giflib/whatsinagif/logical_screen_desc_block.gif
|
|
share/doc/giflib/whatsinagif/lzw_decoding_bytes.gif
|
|
share/doc/giflib/whatsinagif/lzw_encoding_codes.gif
|
|
share/doc/giflib/whatsinagif/lzw_image_data.html
|
|
share/doc/giflib/whatsinagif/lzw_image_data_code_table.html
|
|
share/doc/giflib/whatsinagif/sample_1.gif
|
|
share/doc/giflib/whatsinagif/sample_1_enlarged.gif
|
|
share/doc/giflib/whatsinagif/sample_1_trans.gif
|
|
share/doc/giflib/whatsinagif/sample_1_trans_blue.gif
|
|
share/doc/giflib/whatsinagif/sample_1_trans_red.gif
|
|
share/doc/giflib/whatsinagif/sample_2_animation_green.gif
|
|
share/doc/giflib/whatsinagif/sample_2_animation_red.gif
|
|
share/doc/giflib/whatsinagif/sample_2_animation_yellow.gif
|
|
share/doc/giflib/whatsinagif/sample_2_green_large.gif
|
|
share/doc/giflib/whatsinagif/sample_2_green_yellow_diff.gif
|
|
share/doc/giflib/whatsinagif/sample_2_yellow_large.gif
|
|
share/doc/giflib/whatsinagif/trailer_block.gif
|