IABSD.fr/ports/graphics

Branch :


Log

Author Commit Date CI Message
cdb5f99b 2023-06-11 09:59:12 Import graphics/cgif, from Brad, ok sthen CGIF is a fast and lightweight GIF encoder that can create GIF animations and images. Summary of the main features: - user-defined global or local color-palette with up to 256 colors (limit of the GIF format) - size-optimizations for GIF animations: - option to set a pixel to transparent if it has identical color in the previous frame (transparency optimization) - do encoding just for the rectangular area that differs from the previous frame (width/height optimization) - fast: a GIF with 256 colors and 1024x1024 pixels can be created in below 50 ms even on a minimalistic system - MIT license (permissive) - different options for GIF animations: static image, N repetitions, infinite repetitions - additional source-code for verifying the encoder after making changes - user-defined delay time from one frame to the next (can be set independently for each frame) - source-code conforms to the C99 standard
f10af54f 2023-06-11 09:55:26 +libspng
b48c311d 2023-06-11 09:54:36 Import graphics/libspng, from Brad, ok sthen Libspng is a C library for reading and writing Portable Network Graphics (PNG) format files with a focus on security and ease of use. The goal is to provide a fast PNG library with a simpler API than libpng.
377d458e 2023-06-11 08:11:26 update to libimagequant-2.18.0, from Brad
6c6eb2a5 2023-06-11 08:03:10 update to opencolorio-2.2.1, from Brad
bcea687c 2023-06-11 07:47:12 opensubdiv: patch to allow building with newer tbb. From Brad.
5634306e 2023-06-08 06:41:55 Update to jhead-3.08.
d75a4fff 2023-06-07 15:17:23 Update to OpenEXR-3.1.8.
4f8ba62f 2023-05-31 15:21:51 Bump ports after switching the default ruby version in ports to Ruby 3.2 OK sthen@
55c422db 2023-05-29 17:44:22 opencolorio: drop ports-gcc from COMPILER - as things stand it seems this needs clang/libc++ from Brad, maintainer timeout