Showing 71 open source projects for "compression"

View related business solutions
  • Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • Ship Agents Faster Icon
    Ship Agents Faster

    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
  • 1
    Mailpictures is a nautilus extension in gtk/perl, designed to be a more featured nautilus-sendto replacement.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    minidjvu is a DjVu encoder for black-and-white images.
    Downloads: 30 This Week
    Last Update:
    See Project
  • 3
    A fast JPEG2000 encoder running on CUDA-capable GPUs. Supports lossless and lossy encoding. Both commandline tool with GUI and CUDA/C++ library. Visit >> http://cuj2k.sourceforge.net << for further information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    JPedal JBIG2 Image Decoder

    JPedal JBIG2 Image Decoder

    A JBIG2 decoder written for Java under a BSD license

    The JPedal JBIG2 Image Decoder is a 100% pure Java image decoder for the JBIG2 file format. The decoder takes the JBIG2 image processing technology developed for the JPedal PDF renderer in 2007 and makes it available as a generic library for more general usage. The JDeli Image Library https://www.idrsolutions.com/jdeli contains a much enhanced and faster version and also provides a complete ImageIO replacement (see https://www.idrsolutions.com/jdeli/imageio-replacement) for Tiff, JPEG,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • 5
    Autoresize is an application that can reduce the size and compression of a large number of images, long and tedious task to be performed by hand. Useful to alleviate the images to be sent as attachments in the mail.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    libPPP is an advanced image compression library. Depending on the content of the image, it uses either PGF (Progressive Graphics File) or PNG (Portable Network Graphics) to compress the image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    gqviewarc is an LD_PRELOAD module that makes GQview image viewer treat archives (ZIP, RAR and maybe more) as directories. It may also be applicable in other domains where transparent stream read access to archived files is needed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A library written in C for lossy image compression. Library libopen/format OPEN supports two methods of compression - discrete cosine transform (used in JPEG) and discrete wavelet transform (used in JPEG2000).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    A simple, lossy RGBA image compression Library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure File Transfer for Windows with Cerberus by Redwood Icon
    Secure File Transfer for Windows with Cerberus by Redwood

    Protect and share files over FTP/S, SFTP, HTTPS and SCP with the #1 rated Windows file transfer server.

    Cerberus supports unlimited users and connections on a single IP, with built-in encryption, 2FA, and a browser-based web client — all deployable in under 15 minutes with a 25-day free trial.
    Try for Free
  • 10
    A program which aims at compressing and decompressing image files in various formats using the fractal compression method.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Img2Eps converter

    Img2Eps converter

    Converts raster images into EPS (Encapsulated Post Script)

    Img2Eps is image converter written in Java which converts raster images into EPS (Encapsulated Post Script). It supports simple lossless compression, so the generated EPS images are quite small. Generates PostScript Language Level 2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Optimizer is a program which helps you to make your graphic files as small as possible, and control the level of distortion the compression made to them. It takes pnm, png or jpeg files and produces jpg, jp2 and djvu files (using netpbm, jasper, djvulibr
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Fingerprint Imaging Software -- fingerprint pattern classification, minutae detection, Wavelet Scalar Quantization(wsq) compression, ANSI/NIST-ITL 1-2000 reference implementation, baseline and lossless jpeg, image utilities, math and MLP neural net libs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Simplify is aimed to raise images compressibility by using a reversible blurring algorithm.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Common Lisp JPEG Library implements baseline JPEG image compression/decompression routines in ANSI Common Lisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Infinity is a fractal compressor (based on high mathematical theories) done by a university assigment. It will be based on neural networks (an innovative approach) and coded in C++
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Montage is a web photoalbum that can be run on any platform supporting J2SE 1.4 / TomCat 4. It utilises a large number of Apache Jakarta projects and is designed to perform well over modem links (transfer compression, progressive JPEG, CSS2, page expiry
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    An extensible TIFF codec for Java 1.2 Advanced Imaging, allowing for extended compression types, writing tiled images etc. Used by GeoTIFF-JAI project.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    cl-jpeg

    JPEG encoder implementation using OpenCL

    This is a research project to test GPU (OpenCL) usability for image compression. Jpeg format is chosen because it is relatively simple and I am familiar with it. 2013-01-22: For now only pixel conversion and DCT transform is done with OpenCL, entropy coding is done with CPU in one thread. Unfortunately this implementation is no match for even one threaded SSE2 jpeg encoder, too much data goes through PCIe.
    Downloads: 0 This Week
    Last Update:
    See Project
Auth0 Logo