Showing 47 open source projects for "c program"

View related business solutions
  • 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
  • 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
  • 1

    OptiPNG

    Advanced PNG optimization program

    OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks and corrections.
    Leader badge
    Downloads: 694 This Week
    Last Update:
    See Project
  • 2
    lcd-image-converter

    lcd-image-converter

    Tool to create bitmaps and fonts for embedded applications.

    This program allows you to create bitmaps and fonts, and transform them to "C" source format for embedded applications. The transformation of the images to the source code is made by using templates. Therefore, by modifying the templates, you can change the format of the output within certain limits.
    Leader badge
    Downloads: 544 This Week
    Last Update:
    See Project
  • 3

    bmfont

    Bitmap font generator

    This program will allow you to generate bitmap fonts from TrueType fonts. The application generates both image files and character descriptions that can be read by a game for easy rendering of fonts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    BMP2Sixel

    BMP2Sixel

    Convert BMP images into Sixel images

    This is a console application but also has an optional GUI interface. Converts a BMP with 256 colors or less into the Sixel format. Sixel supports a maximum of 256 colors although many terminals only support 16 colors. If your BMP has more than 256 colors, or fewer colors but uses greater than 8 bits per pixel, reduce the color count using a program like IrfanView and "Decrease Color Depth". This program and its older brother PCX2SIX (circa 1995) are responsible for many of the...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 5
    lenna

    lenna

    Lenna: Open Source Image Processing Program

    Program to batch compress, resize and rename Images.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    EasyImageSizer

    EasyImageSizer

    Batch Images Converter

    This Project has a new name now: https://lenna.app Program to batch compress, resize and rename Images. Additional you can reduce filesize by reducing quality. Find source code on https://github.com/FalseCAM/EasyImageSizer3. OpenSuse packages here: https://build.opensuse.org/package/show?package=easyimagesizer3&project=home%3AFalseCAM and Ubuntu packages here: https://launchpad.net/~dhor/+archive/myway/+packages
    Downloads: 18 This Week
    Last Update:
    See Project
  • 7

    BatchImageConverter

    A Batch Image Conversion Program

    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Multi File Port Monitor

    Multi File Port Monitor

    Automate print to file tasks in Windows.

    !!! IMPORTANT !!! THE PROJECT HAS BEEN MOVED TO https://github.com/lomo74/mfilemon MFILEMON is a print monitor for 32 and 64 bit MS Windows (2000/XP/2003/2008/2012/Vista/7/8/10). It automates "print to file" jobs choosing the filename according to a pattern. It can redirect data to an external program (e.g. Ghostscript, to produce PDF).
    Leader badge
    Downloads: 23 This Week
    Last Update:
    See Project
  • 9
    APNG to GIF

    APNG to GIF

    Convert APNG animations into animated GIF format.

    This program converts APNG animations into animated GIF format. Wu64 quantization is used for true-color files. Transparency is handled either using a threshold, or composed over chosen background color. CLI version is OS-independent, GUI version is available for Windows. Another converter: http://sourceforge.net/projects/gif2apng
    Leader badge
    Downloads: 42 This Week
    Last Update:
    See Project
  • AI-powered service management for IT and enterprise teams Icon
    AI-powered service management for IT and enterprise teams

    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
    Try it Free
  • 10
    APNG Disassembler

    APNG Disassembler

    Deconstruct APNG file into a sequence of PNG frames.

    This program converts APNG file into a sequence of individual PNG frames. Command-line interface and GUI viersions. Also, APNG Assembler can be found at http://sourceforge.net/projects/apngasm
    Leader badge
    Downloads: 42 This Week
    Last Update:
    See Project
  • 11
    GIF to APNG

    GIF to APNG

    Convert GIF animations into APNG format.

    This program converts GIF animations into animated PNG format. Usually it makes the files smaller. CLI version is OS-independent, GUI version is available for Windows. Another converter: http://sourceforge.net/projects/apng2gif
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 12

    Baby X

    X Windows baby toolkit

    Baby X is a simple toolkit for X Windows. There's also the Baby X resource compiler, which can be used as a standalone program or to get resources together for Baby X programs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Ascii Generator 2
    Ascii Generator 2 (Ascgen2) is an application to convert images into high quality ASCII art - text that accurately represents the original image. The only program of its kind to support variable width fonts and real-time output adjustment and more.
    Leader badge
    Downloads: 243 This Week
    Last Update:
    See Project
  • 14

    JoseTifSplit

    It splits a tiff multi image file into individual jpeg image files

    It is a little c sharp program that splits a tiff multi image file into separate jpeg image files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A simple, easy-to-use program for converting multiple image files from one format to another. Supports the following image formats: BMP, EMF, EXIF, GIF, JPG/JPEG, PNG, TIF/TIFF, and WMF.
    Leader badge
    Downloads: 31 This Week
    Last Update:
    See Project
  • 16
    MonoBitmap

    MonoBitmap

    Creates value-representation of any BMP file.

    Nearly everytime I developed something on an embedded device I came to the point where I needed a simple 1-bit Bitmap to integrate some symbols. The Problem was that everytime I had to write my images by hand like: 0b0000000 0b0001000 0b0010100 0b0100010 0b1000001 And then i came to the point the images were larger than this example, say 32*32 or more. And thats a torture. And that's the reason I started this project. It's a simple and small command line application which let you...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    texgenpack

    Texture compression and conversion program with KTX and DDS support.

    texgenpack is a texture compression and conversion program featuring a command line utility and a simple GUI program . Compression is implemented using a genetic algorithm. It supports compression, decompression, conversion and comparison of texture and image files. The image format supported is PNG, while for textures there is support for KTX, PKM and DDS using ETC1, ETC2, DXT1/3/5 or BPTC (BC7) texture compression. Several uncompressed texture format are also supported. This program...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    colorweek

    for colorblind program

    This source help colorblind. this program is a study about calibration technic of color defect vision through HSI color coordinate transformation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A free program for creating, manipulating, and organizing photographs. The user interface requires Microsoft Windows with .NET.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    MOD Copy And Rename

    MOD Copy And Rename

    Smart copy MOD files from camcorder to the hard drive.

    The program copies files from the camcorder MOD (or SD-card) to the hard drive. Before copying you can select the videos individually or you can select by date. The preview helps to find the right video. When copying the files they are renamed and numbered. Numbering causes the copied video recordings from Avidemux loaded at once. ------------------------- Das Programm kopiert MOD Dateien vom Camcorder (oder der SD-Karte) auf die Festplatte. Vor dem Kopieren kann man die...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21
    Dr.Oste

    Dr.Oste

    Escher's Droste Effect

    The Scope is to create a program, which can edit an image with the Droste effect. This program also provides some extra functions like rotating, scaling, converting and filtering. There exist some other programs which also have the some functions, but they are often very expensive and complex to use. For more Information: http://www.josleys.com/article_show.php?id=82 See article:...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 22
    SIMP
    SIMP is a portable very easy to use straightforward designed application. The program consists of just a single executable. SIMP supports multithreading, drag and drop, dynamic aspect ratio calculation, copy & paste from clipboard etc. Most valuable feature that distinguishes it from similar applications is that SIMP keeps and copies the directory structure of the source image files to the output folder.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    DVD Master Backup allows you to create personal backup copies your DVD movies by transforming them into DIVX format to fit it on a standard 700MB compact disc. The program is simple and easy to use, just select your DVD drive, the output directory and pre
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    cuecue is a command line program to convert .cue + [.ogg|.flac|.wav|.mp3] to .cue + .bin, in order to make them easier to burn with standard burning software. If you like it, if you want a graphical frontend, if it didn't worked, send me feedback !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    PhotoResizerQt
    PhotoResizerQt is a simple program to re-size one or several photos. The photos can be previewed and a suffix is added to the photo name to indicate the size. For example, x800 is added to a filename when a file is re-sized to 800 pixels. Check Forum
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB