Showing 197 open source projects for "jpeg image decoder"

View related business solutions
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Delineate is a tool for converting raster images to SVG (Scalable Vector Graphics) using AutoTrace or potrace. It loads images using JIU and displays results using Batik. Input formats are JPEG, PNG, GIF, BMP, TIFF, PNM, PBM, PGM, PPM, IFF, PCD, PSD, RAS
    Downloads: 12 This Week
    Last Update:
    See Project
  • 2
    PHP Image Manager, Image Editor for HTMLArea. Requires PHP, GD or NetPBM or ImageMagick. Manager - cached thumbnails (JPEG, PNG, GIF depending on GD), filmstrip view, delete, create folders (if permitting), uploads. Editor - Resize, Crop, Rotate, Save as
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    In the tradition of the Unix computing philosophy, here is yet another operator that does one simple task, namely the creation of an AVI MJPEG file given a list of JPEG/JFIF files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    This software is made available to owners of Kodak's DC120 digital camera who would like to convert the .kdc files produced by the camera to .tiff or .jpeg files using Linux or other UNIX machines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 5
    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: 1 This Week
    Last Update:
    See Project
  • 6
    Common Lisp JPEG Library implements baseline JPEG image compression/decompression routines in ANSI Common Lisp.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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
  • 8
    This is a Java[TM] conversion tool to generate a HTML file with an ASCII image based on a regular image file. Currently it supports only JPEG, but other image formats will be added. Command line and GUI versions available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    This is an easy-to-use Swing component for viewing 2D images. It uses Sun's Java Advanced Imaging API to load and render the images.It supports various file formats, including JPEG, GIF, PNG, BMP and TIFF.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 10
    pnm2gallery is a bash-script that converts your pnm-files to jpeg-files in different sizes and produces a database-file for import into a MySQL-Database
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    JPresenter plays slide presentations with audio comment. Slides and audio are based on popular data formats (JPEG, GIF, WAV, AU, AIFF, etc.). Users can author their presentations in any tool they like and put them on the Web as a single file for download.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ITU T.4 (G4) to PCL/PBM decoder and library, suitable as copy backend for scan tools and facsimilisers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    CL Slideshow aims to be a small and fast desktop program for viewing and managing image files (.gif .jpeg etc). The program itself is written in Common Lisp and uses Lisp2wish to manage the Tcl/Tk GUI for excellent cross-platform potential.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    vec2web is a small tool to convert vector drawings (currently DXF) to graphics which can be used on the web (currently PNG, GIF, JPEG and SWF). However, vec2web can also convert DXF drawings to XBM, XPM, PNM, MNG and BMP. PS / EPS support is planned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    This program will traverse a directory tree, processing jpeg image files to produce neat and easily navigatable HTML image galleries. qgallery will automatically generate thumbnails, ando can also ptionally downsize images to ensure that they fit the
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PikView can read the following image types: png, jpeg, tiff, gif, netpbm (and via ImageMagick - eps, pict, dcx, pcx, mif, bmp, viff, pnm) Features: preloading, zooming, thumbnails, rapid image filing, fullscreen, printing, slideshow.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    JImageView allows viewing of GIF, JPEG, PNG, TIF, BMP (Win95 type), and any other type of images that the Java Advanced Imaging (JAI) API supports. Images can be zoomed in or out and thumbnails can be cached to disk.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    SDLViewer: Fullscreen SDL-portable JPEG image viewer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    PalmImage is a Java-based application for the desktop/server to convert GIF, JPEG, and View documents to View databases for the Palm platform.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    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
  • 21
    fun with images initially just a bmp decoder and writer some image filtering functions for decoded images
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Implementation of a RLE encoder/decoder library tailored for DICOM image.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB