Showing 22 open source projects for "libjpeg"

View related business solutions
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • Run applications fast and securely in a fully managed environment Icon
    Run applications fast and securely in a fully managed environment

    Cloud Run is a fully-managed compute platform that lets you run your code in a container directly on top of scalable infrastructure.

    Run frontend and backend services, batch jobs, deploy websites and applications, and queue processing workloads without the need to manage infrastructure.
    Try for free
  • 1
    libjpeg-turbo

    libjpeg-turbo

    SIMD-accelerated libjpeg-compatible JPEG codec library

    libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems. On such systems, libjpeg-turbo is generally 2-6x as fast as libjpeg, all else being equal. On other types of systems, libjpeg-turbo can still outperform libjpeg by a significant amount, by virtue of its highly-optimized Huffman coding routines.
    Leader badge
    Downloads: 48,174 This Week
    Last Update:
    See Project
  • 2
    torchvision

    torchvision

    Datasets, transforms and models specific to Computer Vision

    ...Also, accimage, if installed can be activated by calling torchvision.set_image_backend('accimage'), libpng, which can be installed via conda conda install libpng or any of the package managers for debian-based and RHEL-based Linux distributions, and libjpeg, which can be installed via conda conda install jpeg or any of the package managers for debian-based and RHEL-based Linux distributions. It supports libjpeg-turbo as well. libpng and libjpeg must be available at compilation time in order to be available. TorchVision also offers a C++ API that contains C++ equivalent of python models.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 3
    node-canvas

    node-canvas

    Node canvas is a Cairo backed Canvas implementation for NodeJS

    If you don't have a supported OS or processor architecture, or you use --build-from-source, the module will be compiled on your system. This requires several dependencies, including Cairo and Pango. Note that libgif/giflib, librsvg and libjpeg are optional and only required if you need GIF, SVG and JPEG support, respectively. Cairo v1.10.0 or later is required. This project is an implementation of the Web Canvas API and implements that API as closely as possible. For API documentation, please visit Mozilla Web Canvas API. (See Compatibility Status for the current API compliance.) ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    GraphicLibs

    Support files to some garphic libraries for mingw compiling

    This projects add several files to simplify compilation of several graphic libraries using mingw64 on Windows. It include libpng, libjpeg, cairo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Cloud-based help desk software with ServoDesk Icon
    Cloud-based help desk software with ServoDesk

    Full access to Enterprise features. No credit card required.

    What if You Could Automate 90% of Your Repetitive Tasks in Under 30 Days? At ServoDesk, we help businesses like yours automate operations with AI, allowing you to cut service times in half and increase productivity by 25% - without hiring more staff.
    Try ServoDesk for free
  • 5
    TurboVNC

    TurboVNC

    High-speed, 3D-friendly, TightVNC-compatible remote desktop software

    TurboVNC is a high-performance, enterprise-quality version of VNC based on TightVNC, TigerVNC, and X.org. It contains a variant of Tight encoding that is tuned for maximum performance and compression with 3D applications (VirtualGL), video, and other image-intensive workloads. TurboVNC, in combination with VirtualGL, provides a complete solution for remotely displaying 3D applications with interactive performance. TurboVNC's high-speed encoding methods have been adopted by TigerVNC and...
    Leader badge
    Downloads: 128,025 This Week
    Last Update:
    See Project
  • 6
    libvideo-source

    libvideo-source

    M-JPEG, RFC2435, RFC4175 and V4L2 playback libraries

    librtp - C library for parsing RTP headers. librtsp - C library for establishing RTSP connections. libjpeg-frame - C library for decoding M-JPEG frames. libmjpeg-stream - C library for receiving Motion-JPEG streams from video servers (HTTP protocol). librfc2435-stream - C library for receiving Motion-JPEG streams from video servers (RTSP protocol). librfc4175-stream - C library for receiving uncompressed 8/10-bit grayscale and 24-bit RGB/BGR RFC4175 (RTP) video from multicast streams. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    mfbpdf

    mfbpdf

    Easy converting PNM to (MASK+FG+BG)-pdf.

    MFBpdf is a simple project for easy converting PNM to (MASK+FG+BG)-pdf. It uses libtiff and libjpeg for all technichal work and compression. The breakdown of the image into components is done using DjVuL and DjVuL wiki.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Mozilla JPEG Encoder Project

    Mozilla JPEG Encoder Project

    Improved JPEG encoder

    MozJPEG improves JPEG compression efficiency achieving higher visual quality and smaller file sizes at the same time. It is compatible with the JPEG standard, and the vast majority of the world's deployed JPEG decoders. MozJPEG is compatible with the libjpeg API and ABI. It is intended to be a drop-in replacement for libjpeg. MozJPEG is a strict superset of libjpeg-turbo's functionality. All MozJPEG's improvements can be disabled at run time, and in that case it behaves exactly like libjpeg-turbo. MozJPEG is meant to be used as a library in graphics programs and image processing tools. ...
    Downloads: 8 This Week
    Last Update:
    See Project
  • 9
    Cubosphere
    Goal of this project is a freeware game similar to the PSX game "Kula World" / "Roll Away". It is designed platform independent, written in C++ and using the following libraries: OpenGL, SDL (Simple DirectMedia Layer), libjpeg, LUA, GLSL-Shader.
    Downloads: 13 This Week
    Last Update:
    See Project
  • Desktop and Mobile Device Management Software Icon
    Desktop and Mobile Device Management Software

    It's a modern take on desktop management that can be scaled as per organizational needs.

    Desktop Central is a unified endpoint management (UEM) solution that helps in managing servers, laptops, desktops, smartphones, and tablets from a central location.
    Learn More
  • 10
    Guetzli

    Guetzli

    Perceptual JPEG encoder

    Guetzli is a JPEG encoder that aims for excellent compression density at high visual quality. Guetzli-generated images are typically 20-30% smaller than images of equivalent quality generated by libjpeg. Guetzli generates only sequential (nonprogressive) JPEGs due to faster decompression speeds they offer. Get a copy of the source code, either by cloning this repository, or by downloading an archive and unpacking it. Install libpng. If using your operating system package manager, install development versions of the packages if the distinction exists. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11

    DelJpegEx

    Enhanced Delphi jpeg unit for libjpeg-turbo (based on IJG library)

    Enhanced Delphi jpeg unit Now using libjpeg-turbo (based itself on IJG library): http://www.libjpeg-turbo.org/ Main differences to original unit: - use libjpeg-turbo; thanks to its optimizations, it's 2-5 times faster! - reimplemented library source/destination without stdio: because they are always memory streams, use direct memory access! -> reduced footprint (library objs), reduced intermediate buffers, faster, avoid error with "ferror" inside the library - reduced imports to minimum required - simple CMYK decoding - simplified BGR / BGRX conversions (thanks to libjpeg-turbo) - lossless transformations - added explicit error strings from the library - fixed some bugs - other small fixes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    libjpeg-6c

    Jpeg-6b with lossless modified for on the fly bit width changes.

    This version of the jpeg-6b library with the cropping and lossless patches applied, modified to allowing the bit width to be changed without recompiling. The library can do 8, 12 and 16 bit compression in one version. It is used mostly in DICOM imaging. It was used by both the SueliX and the Conquest DICOM PACs projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Tesseract OCR iOS

    Tesseract OCR iOS

    Tesseract OCR iOS is a Framework for iOS7+

    ...These are the current versions of the upstream bundled libraries within the framework that this repository provides, Tesseract 3.03-rc1, Leptonica 1.72, Image libraries, Libtiff 4.0.4, Libpng 1.6.18, and Libjpeg 9a.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    JZipView

    Ultra-simple and fast zipped JPEG viewer released under GPL

    A zipped JPEG viewer written in C. Fast thumbnail and fullscreen image loading achieved with libjpeg scaling. Source code licensed under GPL v3, see Github page for source code and details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    JLibJPEG

    Java library for fast loading of JPEGs.

    ...As photos and images grow ever larger this becomes a problem for the developer. JLibJPEG is a significantly faster JPEG loader. This library provides a class and source files to load JPEG using the standard libjpeg library. It can be as much as ten times faster than ImageIO and returns a standard BufferedImage. It is ideal for applications which have to process large photos from digital cameras.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Extropy's DevPaks

    Extropy's DevPaks

    A collection of the DevPaks for Dev-C++ that I maintain.

    A collection of the DevPaks for Dev-C++ that I maintain: zlib libpng GMP MPFR wxWidgets GNU C Library Reference Cpp_manpages FANN Expat PCRE libtiff libjpeg JBIG-KIT CONIO libprimesieve liblzma_xz_utils OpenSSL
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ZVid

    ZVid

    Simple differential video compressor

    ...ZVid is dedicated to capture frames from camcorders. All code is released under the terms of the GNU GPL license. Dependencies: - https://sourceforge.net/projects/libjpeg-turbo/
    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    GTKSee is an image viewer and browser with slide show capability, which aims to be an ACDSee clone. GTKSee depend from GTK+, libjpeg, libtiff and libpng. Some images formats supported: BMP, GIF, EPS, PCX, PPM, PSD, SGI, SUN, TGA, XBM, XCF, XPM, XWD
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    LibNebular is C++ Linux library for uniform image file manipulation as String key-value pairs (with sometimes BLOB values) where different file types are intruduced through DL (".so") libraries. Includes BMP and JPEG plugins. Can easily be ported.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    The goal of jpegEnc is to provide a fundamental JPEG Encoder. Major features: * Tiny foot print * Twice faster than the libjpeg * Process is on band by band basis. Output to a user specified buffer. * Best for Embedded or small foot print project
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    libjpeg is a free software library written for JPEG image compression.
    Leader badge
    Downloads: 177 This Week
    Last Update:
    See Project
  • 22
    JPEG thumbnail generator. Makes small images from your big ones. Should work on just about any *nix with libjpeg.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next