Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
png_set_IHDR were swapped. Bug reported by drochner.
Bump PKGREVISION.
|
|
|
|
|
|
|
|
|
|
* 2.5.4 @ 2010-11-24
Fix some web2png bugs revealed by pychecker.
* 2.5.3 @ 2010-10-20
PNGs with transparency have been OK for web use since 2006.
The gif2png -w switch no longer filters out GIFs with transparency,
and the gif2png -t switch to enable them to pass is gone. Accordingly
the -t switch of web2png is also gone.
|
|
|
|
|
|
Enhanced pngvalid, corrected an error in gray_to_rgb, corrected doc error.
pngvalid contains tests of transforms, which tests are currently disabled
because they are incompletely tested. gray_to_rgb was failing to expand
the bit depth for smaller bit depth images; this seems to be a long
standing error and resulted, apparently, in invalid output. The
documentation did not accurately describe what libpng really does when
converting RGB to gray.
|
|
loading and saving pngs work.
While here, fix a small string buffer that was truncating some libpng
messages, and avoid a linker warning by using getcwd instead of getwd
on BSDs.
No version bump as it hasn't been buildable since the previous bump.
|
|
|
|
to fix the Solaris build problem reported in PR 44428.
Version 1.5.1beta07 [January 22, 2011]
In the manual, describe the png_get_IHDR() arguments in the correct order.
Added const_png_structp and const_png_infop types, and used them in
prototypes for most png_get_*() functions.
Version 1.5.1beta08 [January 23, 2011]
Added png_get_io_chunk_type() and deprecated png_get_io_chunk_name()
Added synopses for the IO_STATE functions and other missing synopses
to the manual. Removed the synopses from libpngpf.3 because they
were out of date and no longer useful. Better information can be
obtained by reading the prototypes and comments in pngpriv.h
Attempted to fix cpp on Solaris with S. Studio 12 cc, fix build
Added a make macro DFNCPP that is a CPP that will accept the tokens in
a .dfn file and adds configure stuff to test for such a CPP. ./configure
should fail if one is not available.
Corrected const_png_ in png.h to png_const_ to avoid polluting the namespace.
Added png_get_current_row_number and png_get_current_pass_number for the
benefit of the user transform callback.
Added png_process_data_pause and png_process_data_skip for the benefit of
progressive readers that need to stop data processing or want to optimize
skipping of unread data (e.g., if the reader marks a chunk to be skipped.)
|
|
0.15.4 (unstable):
Fix the build with gtkmm 2.22, with deprecations disabled.
|
|
bugfixes and translation updates
|
|
|
|
Version 1.5.1beta02 [January 14, 2011]
Fixed a bug in handling of interlaced images (bero at arklinux.org).
Updated CMakeLists.txt (Clifford Yapp)
Version 1.5.1beta03 [January 14, 2011]
Fixed typecasting of some png_debug() statements (Cosmin)
Version 1.5.1beta04 [January 16, 2011]
Updated documentation of png_set|get_tRNS() (Thomas Klausner).
Mentioned in the documentation that applications must #include "zlib.h"
if they need access to anything in zlib.h, and that a number of
macros such as png_memset() are no longer accessible by applications.
Corrected pngvalid gamma test "sample" function to access all of the color
samples of each pixel, instead of sampling the red channel three times.
Prefixed variable names index, div, exp, gamma with "png_" to avoid "shadow"
warnings, and (mistakenly) changed png_exp() to exp().
Version 1.5.1beta05 [January 16, 2011]
Changed variable names png_index, png_div, png_exp, and png_gamma to
char_index, divisor, exp_b10, and gamma_val, respectively, and
changed exp() back to png_exp().
Version 1.5.1beta06 [January 20, 2011]
Prevent png_push_crc_skip() from hanging while reading an unknown chunk
or an over-large compressed zTXt chunk with the progressive reader.
Eliminated more GCC "shadow" warnings.
Revised png_fixed() in png.c to avoid compiler warning about reaching the
end without returning anything.
|
|
Add option to compression library and cjpeg (-block N) to use
different DCT block size.
All N from 1 to 16 are possible. Default is 8 (baseline format).
Larger values produce higher compression,
smaller values produce higher quality.
SmartScale capable decoder (introduced with IJG JPEG 8) required.
|
|
|
|
|
|
|
|
This is documentation for tex-mptopdf.
|
|
The mptopdf script does standalone conversion from mpost to PDF, using
the supp-* and syst-* files. They also allow native MetaPost graphics
inclusion in LaTeX (via pdftex.def) and ConTeXt. They can be used
independently of the rest of ConTeXt, yet are maintained as part of it.
So in TeX Live we pull them out to this separate package for the benefit
of LaTeX users who do not install the rest of ConTeXt. This can be
found on CTAN in macros/pdftex/graphics.
|
|
|
|
|
|
does really suck here.
|
|
https://bugzilla.redhat.com/show_bug.cgi?id=659676
to fix a possible puffer overflow (CVE-2010-4262)
bump PKGREVISION
|
|
|
|
|
|
pkgsrc changes:
* patch-ac no longer required, integrated upstream.
upstream changes:
* Video support for most major video formats
* Publish videos to major Web services, including YouTube, Flickr,
Facebook, and PicasaWeb.
* Runtime monitoring of library directory and auto-import of newly
created files.
* Background writing of metadata (tags, titles, ratings, orientation,
and exposure date) to master files (user-configurable).
* Flagging photos for batch operations.
* Set multiple photos to desktop background slideshow.
* Numerous translation updates.
|
|
|
|
|
|
API compatible with the libungif currently used in pkgsrc
(libungif was used due to patents which are expired now)
|
|
dependency on doxygen, bump PKGREVISION
|
|
|
|
|
|
|
|
|
|
|
|
- bmptopnm: Don't crash on invalid zero value of image height in
the BMP header of a compressed file. Always broken.
- bmptopnm: don't crash on large invalid value of 'colorsused' in
the BMP header.
- ilbmtoppm: Don't crash on image that has a transparent color
index, but no color map.
"pkgsrc" changes:
- Add a lot of patches written by Thomas Klausner and me to make this
compile with PNG 1.5.
|
|
|
|
|
|
|
|
e-mail. No package revision bump as the package didn't build before
and still doesn't until "pngtopnm" gets fixed as well.
|
|
|
|
|
|
|
|
|
|
|
|
|