Showing 78 open source projects for "multimedia libraries"

View related business solutions
  • Achieve perfect load balancing with a flexible Open Source Load Balancer Icon
    Achieve perfect load balancing with a flexible Open Source Load Balancer

    Take advantage of Open Source Load Balancer to elevate your business security and IT infrastructure with a custom ADC Solution.

    Boost application security and continuity with SKUDONET ADC, our Open Source Load Balancer, that maximizes IT infrastructure flexibility. Additionally, save up to $470 K per incident with AI and SKUDONET solutions, further enhancing your organization’s risk management and cost-efficiency strategies.
  • Safety Management Platform | SafetyIQ Icon
    Safety Management Platform | SafetyIQ

    Keep your workers safe, no matter where they are

    SafetyIQ is revolutionizing the way businesses approach safety. As a leading provider of comprehensive workplace safety software, we cater to four key areas: Mobile Worker Safety, EHS (Environment, Health, and Safety), Fatigue Management, and Training. Our platform is designed to safeguard your workers, no matter their location or task, ensuring all-around safety compliance. Unlike most safety software providers that only react to incidents or implement proactive measures, SafetyIQ introduces a third pillar to safety management - predictive analytics. We transform the untapped wealth of safety data within your organization into actionable insights to inform safety strategies, mitigating risks even before they aris
  • 1
    ZXing

    ZXing

    Barcode scanning library for Java, Android

    ZXing or “Zebra Crossing” is an open source multi-format 1D/2D barcode image processing library that’s been implemented in Java, and also comes with ports to other languages. It currently supports the following formats: UPC-A and UPC-E EAN-8 and EAN-13 Code 39 Code 93 Code 128 ITF Codabar RSS-14 (all variants) RSS Expanded (most variants) QR Code Data Matrix Aztec ('beta' quality) PDF 417 ('alpha' quality) MaxiCode ZXing is made up of several modules, including a core image decoding...
    Downloads: 114 This Week
    Last Update:
    See Project
  • 2
    Zipkin

    Zipkin

    Distributed tracing system to gather timing data

    Zipkin is a distributed tracing system. It helps gather timing data needed to troubleshoot latency problems in service architectures. Features include both the collection and lookup of this data. If you have a trace ID in a log file, you can jump directly to it. Otherwise, you can query based on attributes such as service, operation name, tags and duration. Some interesting data will be summarized for you, such as the percentage of time spent in a service, and whether or not operations...
    Downloads: 31 This Week
    Last Update:
    See Project
  • 3
    uCrop

    uCrop

    Image cropping library for Android

    ... cropping library for Android. You might be wondering why we couldn’t just use one of the existing solutions for image cropping for Android. After all, you can find lots of them on Github and on the Android Arsenal. But here is the thing, none of these solutions could satisfy our requirements. Let’s take a quick look at the most popular open-source image cropping libraries and explain why they don’t quite fit the bill.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Fresco

    Fresco

    An Android library for managing images and the memory they use

    Fresco’s image pipeline will load images from the network, local storage, or local resources. To save data and CPU, it has three levels of cache; two in memory and another in internal storage. Fresco’s Drawee shows a placeholder for you until the image has loaded and then automatically shows the image when it arrives. When the image goes off-screen, it automatically releases its memory. A decompressed image - an Android Bitmap - takes up a lot of memory. This leads to more frequent runs of...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Omnichannel contact center platform for enterprises. Icon
    Omnichannel contact center platform for enterprises.

    For Call centers or BPOs with a very high volume of calls

    Deliver a personalized customer experience with every interaction, across every channel, with uContact, net2phone’s cloud contact center solution.
  • 5
    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. In many cases, the performance of libjpeg-turbo rivals...
    Leader badge
    Downloads: 88,326 This Week
    Last Update:
    See Project
  • 6
    PoJamas aims to provide a Python and tools for loading, processing, and producing .cr2, pz3 (crz, pzz) files compatible with the SmithMicro (e-frontier) Poser character animation application. PoJamas is composed of: - Python library - Python Wavefront (.obj) 3D viewer based on GLFW - LibreOffice/Python Application (to ease the library and the viewer usage) As of 2020, the project is ported in Python3 As of 2021 this project proposes a 3D viewer for Wavefront files (pypos3dv) PyPosPosLO...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    UJAC is a collection of Java components that may be useful for your project. It provides a powerful expression interpreter, a iText based document processing engine that generates PDF documents based on XML templates, a charting library and much more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    threeddonut

    threeddonut

    3D donut. Example of frojasg1.com libraries usage

    The application shows a 3D donut, that can be rotated with two sliders in both axis. It is a simple example of what can be done with frojasg1.com platform libraries: - Zoom option for components - Multi language - Dark mode option - Automatic Undo-Redo for text components, with popup menu included - Text Search/Replace window prepared to be used. - Base components for auto-completion windows. - Automatic component relocation after redimensioning a window. - Base...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Competent Audio

    Competent Audio

    Machine graph audio engine for computer games

    Competent Audio (CA) is an audio engine suitable for video games. It is written in C, but is designed for interoperability with other languages. Windows and Linux binaries for x86 and amd64 are available. CA uses a machine graph model with support for arbitrary numbers of machines, limited only by the available system resources: - Samplers play back audio clips. - Mixers combine audio signals and optionally perform signal processing. - Sinks send audio signals to an output...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build with generative AI, deploy apps fast, and analyze data in seconds—all with Google-grade security. Icon
    Google Cloud is a cloud-based service that allows you to create anything from simple websites to complex applications for businesses of all sizes.
  • 10

    fxsvgimage

    This library allows to convert a SVG file to a JavaFX Node tree

    This library allows to convert a SVG file to a JavaFX Node tree or an Image. Note that contrary to other existing libraries, this library has no external dependencies (including Batik). The main development is here : https://github.com/hervegirod/fxsvgimage
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Picasso

    Picasso

    A powerful image downloading and caching library for Android

    Images add much-needed context and visual flair to Android applications. Picasso allows for hassle-free image loading in your application—often in one line of code! Many common pitfalls of image loading on Android are handled automatically by Picasso: Handling ImageView recycling and download cancelation in an adapter. Complex image transformations with minimal memory use. Automatic memory and disk caching. Adapter re-use is automatically detected and the previous download canceled....
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    LTI-Lib is an object oriented computer vision library written in C++ for Windows/MS-VC++ and Linux/gcc. It provides lots of functionality to solve mathematical problems, many image processing algorithms, some classification tools and much more...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 13
    A set of java libraries and applications to capture and save and distribute a DVB stream on a Linux box with a DVB-T card.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Boss Engine

    8-bit Graphical API for Java

    Boss Engine is a graphical API for writing low-resolution 8-bit color applications. It offers easy to use functions for handling graphics, basic i/o and more. Screen access is performed through virtual framebuffers that allow direct read/write access to indexed color screen data. API is coded entirely with native libraries. No third party libraries required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    GUIDOLib
    The GUIDOLib provides a powerful engine for the graphic rendering of music scores, based on the Guido Music Notation format. It supports Linux, Mac OS X, Windows, Android and iOS operating systems. A Java JNI interface is available as well as a Javascript version of the library. A Web API has also been designed, allowing to deploy the engine as a Web service.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    MaterialLibrary

    MaterialLibrary

    A library for fully animated Material Design components

    MaterialLibrary is an open source Android library that back-port Material Design components to pre-Lolipop Android. MaterialLibrary's original author is Rey Pham. Now you can use any widget in com.rey.material.widget package as you wish. For styling, please view Wiki. Note that default style of widgets depend on theme of AppCompat. AppCompat and CardView library is required by Material library. Make sure to add the snapshot repository. You can try the SNAPSHOT version.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    MPAndroidChart

    MPAndroidChart

    A powerful Android chart view / graph view library

    MPAndroidChart is a powerful chart library for Android that offers a beautiful and comprehensive range of charts and graphs. Powerful and very easy to use, it supports the creation of bar-, line-, pie-, bubble-, scatter-, radar- and candlestick charts, as well as scaling, dragging and animations. Charts are rendered cleanly and are visually engaging. Visualizing your data exactly how you want is so much easier with MPAndroidChart. To see more great examples of MPAndroidChart, download the...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18

    Odin Map Generator

    Map Generation Application and API

    Odin is a map generator derived from map generation experiments for a video game called Crypts of Eldor; after requests to release the tool, a decision was made to release a map editor based on this code. Additionally, a Java API is provided so that the map generator can be integrated into new software.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Subsampling Scale Image View

    Subsampling Scale Image View

    Deep zoom view for displaying huge images without loss of detail

    Android library (AAR). Highly configurable, easily extendable deep zoom view for displaying huge images without loss of detail. Perfect for photo galleries, maps, building plans etc. A custom image view for Android, designed for photo galleries and displaying huge images (e.g. maps and building plans) without OutOfMemoryErrors. Includes pinch to zoom, panning, rotation and animation support, and allows easy extension so you can add your own overlays and touch event detection. The view...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A Java JNA wrapper for Tesseract OCR API
    Leader badge
    Downloads: 188 This Week
    Last Update:
    See Project
  • 21
    Guillotine animation

    Guillotine animation

    Provides a simple way to implement guillotine-styled animation

    Neat library, that provides a simple way to implement guillotine-styled animation. Builder allows you to customize start delay, duration, interpolation and you can set listener if you want to do staff at the moment when menu has been opened or closed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    WrapImaJ

    Multi-platform API for Image Processing systems in Life Sciences

    WrapImaJ purposes to be a multi-platform wrapper for different Image Processing systems for: - using the Java programming language. The purpose of WrapImaJ is not to combine an exhaustive collection of all functionalities of different imaging system, but to offer a simple, concise Application Programming Interface (API) - allowing to develop imaging software, the source code of which is independent from the underlying imaging system on which it relies. In it's current form, it only wraps...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    reacTIVision
    reacTIVision is a computer vision framework for the fast and robust tracking of markers attached on physical objects, and the creation of multi-touch surfaces. It was designed for the rapid development of table-based tangible user interfaces.
    Downloads: 49 This Week
    Last Update:
    See Project
  • 24
    AVLoadingIndicatorView

    AVLoadingIndicatorView

    A collection of nice loading animations for Android

    AVLoadingIndicatorView is a collection of nice loading animations for Android. You can add dependencies in build.gradle. You have the option of adding the AVLoadingIndicatorView to your layout. Indicators are load from class names, proguard may change it (rename). Among the features provided and available, you can add dependencies, add xml layout, show and hide, etc. AVLoadingIndicatorView is very simple to use. You can also find iOS version of AVLoadingIndicatorView under the name ...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next