Showing 14 open source projects for "image"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Automate contact and company data extraction Icon
    Automate contact and company data extraction

    Build lead generation pipelines that pull emails, phone numbers, and company details from directories, maps, social platforms. Full API access.

    Generate leads at scale without building or maintaining scrapers. Use 10,000+ ready-made tools that handle authentication, pagination, and anti-bot protection. Pull data from business directories, social profiles, and public sources, then export to your CRM or database via API. Schedule recurring extractions, enrich existing datasets, and integrate with your workflows.
    Explore Apify Store
  • 1
    mGSTEP

    mGSTEP

    Objective-C embedded development libraries

    Designed for use in embedded devices the mGSTEP libraries implement a subset of NeXT's OPENSTEP specification which has evolved into Apple's Cocoa Objective-C frameworks. The internal graphics rasterization supports rendering to an X11 or Linux frame-buffer based GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Pharos

    Pharos

    RTOS for Secure, Safe and Real-Time Systems

    Pharos is a free open-source RTOS for secure, safe and real-time systems with the following characteristics: - Memory and enhanced time partitioning (TSP) - Native support for sporadic, periodic and aperiodic threads - Fixed-priority preemptive scheduler - Execution time protection (threads are prevented from executing for more time than they are configured to) - Small size (full image has ~100 to 300KiB text, ~30KiB data) - Hard real-time determinism - Fast critical sections - Prioritized nested interrupts - inter-partition communication with filters to protect unwanted access - Multicore support (RMP) - Supports ARM9, Cortex-A/R/M and Aarch64, RISC-V64 (64 bits) - The complete TestSuite (see below information) is run successfully for each platform in each release - Tested: more than 170 KLOC of requirement-based tests, executed for each board at each release - Up-to-date User Manual also available See our wiki page for more information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    RunLengthGPIO

    RunLengthGPIO

    a computer interface to the Arduino I/O digital lines

    ...In a similar way, the Arduino can be programmed a sequence of output pin changes, each specified by the new values of the output pins and the time since the previous change. Three application programs are included: the first makes two digital pins act as a TTL-levels UART; the seconds turns the value of the input pins into an image; the third reads codes from infrared remotes with a photodiode and a resistor connected to one of the input pins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    BitmapCreator

    BitmapCreator

    The program creates bit arrays from fonts and BMP files

    The program creates bit arrays from the fonts installed on your operating system (the entire Windows line since Windows 2000) and uncompressed 24-bit BMP image files. Targeted for embedded developers working with TFT-, LCD-displays. The output of the program is output C header files that a developer can include to his project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • The Original Buy Center Software. Icon
    The Original Buy Center Software.

    Never Go To The Auction Again.

    VAN sources private-party vehicles from over 20 platforms and provides all necessary tools to communicate with sellers and manage opportunities. Franchise and Independent dealers can boost their buy center strategies with our advanced tools and an experienced Acquisition Coaching™ team dedicated to your success.
    Learn More
  • 5
    Beagle Entertainment System

    Beagle Entertainment System

    Turns the BeagleBone Black into a Nintendo-based retrogaming console.

    The Beagle Entertainment System (BES) project is a complete filesystem image that turns the ARM-based BeagleBone Black single board computer into an embedded appliance capable of playing software for the SNES, NES, GBA, and Gameboy Color platforms. A full system image, ready to be written to a microSD card and used as-is, is available for download. Just connect your BES-enabled BeagleBone Black to your network and you can use BES's Node.js web interface to add or remove ROMs, configure gamepads, and edit ROM descriptions for the front-end GUI. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Debian Linux for WDTV's

    Debian Linux for WDTV's

    Debian for WDTV Live (running WDLXTV) - Inc. Build Essentials

    ...I applied the above on the original squeeze image, which may make it easier to get a working system, or, just make your own: The original Debian image is also here: http://files.wdlxtv.de/debian-squeeze.img.tgz
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    jpegant

    jpegant

    Embedded JPEG encoder

    Jpegant is a compact JPEG encoder for embedded applications. It is intended to be executed on small microcontrollers or microprocessors. High speed and small memory usage is its main concern. It implements a subset of JPEG standard. Now the code contains JPEG decoder so if you decided to use nonstandard transform or entropy coding in encoder you still will be able to decode bitstream (provided that you keep the decoder in sync of course). Release 1.1 source code and Windows...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    Toybox

    Embedded linux and cross toolchain

    Embedded linux and cross toolchain Toolchain 20141105 - Updated gcc 4.9.2, gdb 7.8.1 SDK V0.6 - Added SDL2_image, SDL2_ttf library.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    MicroLua DS

    MicroLua DS

    MicroLua brings Lua on the Nintendo DS for easy programming

    MicroLua brings the programming language Lua on the Nintendo DS for easy and fast development of beautiful homebrews! Based on brunni's µLibrary, µLua is a Lua interpreter featuring fast drawings and many important functionalities. You can exploit your Nintendo DS with the simplistic yet powerful Lua language! On your cartridge, MicroLua is a NDS executable that shows as its frontend a great graphical shell from which you can explore your cartridge and run Lua scripts written for...
    Downloads: 22 This Week
    Last Update:
    See Project
  • The AI workplace management platform Icon
    The AI workplace management platform

    Plan smart spaces, connect teams, manage assets, and get insights with the leading AI-powered operating system for the built world.

    By combining AI workflows, predictive intelligence, and automated insights, OfficeSpace gives leaders a complete view of how their spaces are used and how people work. Facilities, IT, HR, and Real Estate teams use OfficeSpace to optimize space utilization, enhance employee experience, and reduce portfolio costs with precision.
    Learn More
  • 10

    bmp2rle

    Encode bitmap(bmp) file with run-length encoding

    Encode bitmap(bmp) file with run-length encoding(RLE), just like RLE4 and RLE8, but extend to RLE16, RLE24 and RLE32. Usually, this project will be used in GUI of embedded system, to make the image files smaller, and save the IO bandwith. If the GUI support JPG or PNG, the compression ratio is much better than RLE, but how about the embedded system encounters both caculate limitation and IO bandwidth limitation? Try this project, I hope it can make a banlance between caculation and bandwidth. But first of all, you should know that the compression ratio of RLE is highly depend on the bitmap file data, the ratio can larger than 1, only when the same color continuously repeats in one line, it will gain a smaller compression ratio.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 11
    NetFlash100

    NetFlash100

    Web based GUI for accessing ATMEL ATNGW100 board's flash memory.

    NetFlash100 contains a full system image with a Linux kernel, root file system and the web interface to access flash memory of ATMEL ATNGW100 boards. To be able to use NetFlash100 you need: 1. ATNGW100 board with a working u-boot. 2. Ethernet and serial terminal connections. 3. A SD card (must be more than 40MB) Once you successfully boot NetFlash100 image, it provides you with a web interface on IP 10.0.0.1, with this interface one can read, write and erase the available flash devices on the system. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Este proyecto presenta GraphUIS, una implementación de un periférico de video en un FPGA como un diseño modular caracterizado por no tener memoria dedicada. Se desarrolló como un proyecto académico en la Universidad Industrial de Santander.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Library for embedded real-time Digital Signal Processing / Digital Image Processing algorithms, XDAIS compliant.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    TIFF codec library on android platform. Porting libtiff library and jni library java API and a demo program of tiff viewer.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next