Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Get Started Free
AI-powered service management for IT and enterprise teams
Enterprise-grade ITSM, for every business
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Application for resizing images to create icons of standard sizes
This tiny application allows you to create the icons for an application taking as input an image and resizing it to different Windows standard sizes:
* 16 x 16
* 32 x 32
* 64 x 64
* 128 x 128
You can also resize that input image to a configurable size that canbe different from the previous ones.
When resizing, you can translate a particular color to another one (that can be useful to change the background, that might be transparent to white).
You can change the alpha component (of transparency) of the rest of pixels too
JDK-17 compatibility
You will find more about it at this web site.
...
...libjpeg-turbo implements both the traditional libjpeg API as well as the less powerful but more straightforward TurboJPEG API. libjpeg-turbo also features colorspace extensions that allow it to compress from/decompress to 32-bit and big-endian pixel buffers (RGBX, XBGR, etc.), as well as a full-featured Java interface.
32-bit animated lossless image compression. Animations typically achieve better compression than gif. Regular images typically achieve average compression than png and tiff. IIF is written in 100% pure java