Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
1.04 Thu Feb 3 15:27:41 GMT 2005
- Imlib2 1.1.2 broke our tests as it doesn't enable alpha by
default (for optimisation purposes). The module now enables
alpha by default when you create an image, but you can turn
it off with has_alpha (thanks to Don Armstrong)
- tested with Imlib2 1.2.0
Might fix PR 29054.
|
|
|
|
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
|
|
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
1.03 Tue Jul 13 11:30:47 IST 2004
* fixed minor POD tyop
* new flip_horizontal, flip_vertical, flip_diagonal
(thanks to Tuomas Jormola)
1.02 Tue May 25 22:18:32 BST 2004
* renamed Changes to CHANGES
* new set_quality function (thanks to Andreas Plesner)
1.01 Mon Nov 3 19:18:14 GMT 2003
* document get_width and get_height methods (thanks to Andreas Plesner)
* added NINJA support
1.00 Sun Sep 14 09:47:42 BST 2003
* applied patch to make the module work under threaded perls
(thanks to Mathieu Jondet, Andreas Plesner Jacobsen, zak3)
* applied patch to make the module work without X
(spotted by Mike Castle, Jens Gassmann)
* applied patch to pass the correct compiler flags
(thanks to Christian Laursen)
|
|
|
|
|
|
|
|
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
|
|
|
|
|
|
image file loading and saving as well as manipulation, arbitrary polygon
support, etc. It does ALL of these operations FAST. It allows you to
create colour images using a large number of graphics primitives, and
output the images in a range of formats.
|