Graphics Software for Cygwin

Browse free open source Graphics software and projects for Cygwin below. Use the toggles on the left to filter open source Graphics software by OS, license, language, programming language, and project status.

  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 1
    VirtualGL

    VirtualGL

    3D Without Boundaries

    VirtualGL redirects 3D commands from a Unix/Linux OpenGL application onto a server-side GPU and converts the rendered 3D images into a video stream with which remote clients can interact to view and control the 3D application in real time.
    Leader badge
    Downloads: 70,644 This Week
    Last Update:
    See Project
  • 2
    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 that of proprietary high-speed JPEG codecs. libjpeg-turbo implements both the traditional libjpeg API as well as the less powerful but more straightforward TurboJPEG API. libjpeg-turbo also features colorspace extensions that allow it to compress from/decompress to 32-bit and big-endian pixel buffers (RGBX, XBGR, etc.), as well as a full-featured Java interface.
    Leader badge
    Downloads: 39,930 This Week
    Last Update:
    See Project
  • 3
    exiftool

    exiftool

    Read, write and edit metadata

    Perl library and command-line application for reading, writing and editing meta information (EXIF, IPTC, XMP, and more) in a wide variety of file formats (JPEG, TIFF, PNG, PDF, RAW, and more).
    Leader badge
    Downloads: 58,390 This Week
    Last Update:
    See Project
  • 4

    GraphicsMagick

    Swiss army knife of image processing

    GraphicsMagick provides a set of commandline tools and programming APIs for manipulating, editing, and converting raster and vector images. It is derived from ImageMagick, with the objective of providing better stability and performance than ImageMagick while retaining the original MIT/X11 license.
    Leader badge
    Downloads: 2,299 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    FastPhotoTagger

    FastPhotoTagger

    A fast way to set photo metadata tags

    FastPhotoTagger tries to be the fastest way to set the metadata in your photos. Add, change, delete, and search the metadata fields of your choice. FastPhotoTagger excels when you have lots of files and lots of metadata. With FastPhotoTagger, you can - Set multiple images to have the same tags - Set individual images to have unique tags - Display all the metadata in an image - Compare and edit all the metadata in several images - Work with your favorite metadata fields: EXIF, XMP, IPTC, etc. - Define hierarchical keywords - View images and slideshows that display tags as captions - Create and search a metadata database FastPhotoTagger has versions for PC and Android. FastPhotoTagger uses ExifTool to read & write metadata, HyperSQL to manage its database, dcraw to display DNG & RAW, and ImageMagick to display TIFF. WEBP, & HEIC.
    Leader badge
    Downloads: 67 This Week
    Last Update:
    See Project
  • 6
    FTGL is a free cross-platform Open Source C++ library that uses Freetype2 to simplify rendering fonts in OpenGL applications. FTGL supports bitmaps, pixmaps, texture maps, outlines, polygon mesh, and extruded polygon rendering modes.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 7
    pfstools for HDR images
    pfstools - a set of programs for reading, writing, manipulating and viewing high-dynamic range (HDR) images and video frames. pfscalibration - photometric calibration of cameras and HDR images from multiple exposures. pfstmo - tone mapping operators.
    Leader badge
    Downloads: 32 This Week
    Last Update:
    See Project
  • 8
    High Dynamic Range Visual Difference Predictor (HDR VDP) is a perceptual metric that can predict whether differences between two images are visible to the human observer or not.
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 9
    OpenArena is a 3d game creation engine. It is a rendering system that can be used for more than just games but it is targeted at games. The basic use being create some game media textures models maps and config files for physics and rules.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 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
  • 10
    GSolaar

    GSolaar

    Polyhedron paper building

    EN : Visualization of non-convex polyhedra and pattern generating for paper building. FR : Visualisation de polyèdres non-convexes et génération de patrons pour une construction papier.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    Open PHIGS

    Open PHIGS

    PHIGS (Programmer's Hierarchical Interactive Graphics System)

    PHIGS is an API standard for rendering 3D computer graphics. During the 1990's OpenGL became a more popular 3D API for professionals, and it still is today. PHIGS remains to be widely used in the film industry. Open PHIGS uses OpenGL for rendering graphics rather than implementing it's own abstraction layer to the graphics hardware, or using the PHIGS Extension to X (PEX). The reason for doing so is that today every graphics card manufacturer provides their own OpenGL implementation, which takes full advantage of the accelerated drawing capabilities in the hardware. PHIGS is a higher level API than OpenGL that works with a hierarchical scene graph. Models are built up in a Centralized Structure Store (CSS), a database containing the drawing primitives and their attributes (color, line style, etc.). CSSes cand be shared among a number of views, known under PHIGS as a workstation. PHIGS is defined by the ISO standards ISO/IEC 9592 & 9593. Open PHIGS provides a library for C.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    A UNIX/X11 circuit drawing application with schematic capture. Features user-definable parts libraries and fully hierarchical SPICE netlist generation.
    Leader badge
    Downloads: 7 This Week
    Last Update:
    See Project
  • 13
    ScanToPrinter

    ScanToPrinter

    Scan from a TWAIN device and print

    Scan from a TWAIN device and print. Combines a scanner and printer into a photocopier. Сканировариние TWAIN-устройством и распечатка. Объединяет сканер и принтер в копировальный аппарат.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 14
    Scribe Software is a software system for the nondestructive scanning and digitization of books with the Internet Archive's Scribe machine. The Java UI and PHP image processing pipeline produce books for www.archive.org and other digital libraries.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    aPhoto

    aPhoto

    aPhoto is a Batch Intuitive Program Makes Text and Image Watermarks

    Introduction: aPhoto is a batch, intuitive and portable program that helps you to make text(eg. Copyright Notice) and image(eg. Logo) watermarks for the photos, and save the result photos to JPG, PNG, GIF, or BMP file formats. aPhoto is a lightweight application whose purpose is to help users embed text or image watermarks on their favorite pictures. This is a portable program, so it is important to mention that it doesn't leave any traces in the Windows Registry. You can copy it on any USB flash drive or other devices, and take it with you whenever you to need to create watermarks on the breeze, without having to go through installation steps. Since this is a Java-based utility, you should make sure you have previously installed the working environment on the computer, otherwise you cannot run the tool. aPhoto sports a clean and intuitive layout that lets you import photos using the built-in browse function.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    Virtual Camera

    Virtual Camera

    A better screen capturing program

    A new improved version of Virtual Camera 2.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    TripLight

    TripLight

    psychedelic visual synthesizer color-organ style

    psychedelic visual synthesizer color-organ style; also available as a Freeframe plugin!
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18

    eg graphics library using c

    An easy graphics library using C++ in windows...

    This is an easy graphics library using C++ in windows and was developed in order to provide beginner, novice, expert and advanced C++ programmers for drawing in 2D/3D. We can draw points, lines, triangles, quadrilaterals, rectangles, circles, ellipses, equi-polygons, spiral, pulses, cubes, cones, cylinders, spheres and curves in both XY / R-Theta space using it. Also we can set properties like shifting, scaling, rotation and parameters like size, position of these objects. 
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19

    pngnq-s9

    A modified pngnq: convert png images to 256 colours.

    pngnq-s9 is a modified version of pngnq, the neural network colour quantizer for png images. Like pngnq, pngnq-s9 takes a full 32 bit RGBA png image, selects a palette of up to 256 colours, and then redraws the image in 8 bit indexed mode. The resulting image can be up to 70% smaller than the original. pngnq-s9 adds several new options to pngnq including the ability to augment a user-supplied palette, the ability to quantize in the YUV colour space, and the ability to give more or less weight to specific colour components when quantizing. The program also includes a few bug fixes relative to the most recent version of pngnq. The .tar.gz files have been known to compile on Unix type systems, including Cygwin. The only external dependencies are libpng and zlib. For Windows users, we have a 32 bit binary, in pngnq-s9-2.0.2.zip, that should run as is on most modern Windows machines.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Freestyle is a software for Non-Photorealistic Line Drawing rendering from 3D scenes. Inspired by Pixar's Renderman, it is designed as a programmable interface to allow maximum control over the style of the output image.
    Leader badge
    Downloads: 2 This Week
    Last Update:
    See Project
  • 21

    360panorama gimp plugins

    4 plugins for 360 panorama editing

    GIMP Plug-In set for 360° panoramas =================================== This plugin set contain 4 plugins helpful in 360° equirectangular panorama creation: * fill_zenith_nadir - fills transparent areas on the top and the bottom of the generated panorama with a gradient that smoothly connects to the neighbour pixels * panorama_to_zenith_nadir - converts panorama to editable form of zenith and nadir areas. This allows for easy editing, eg. patching, filling, placing a logo * zenith_nadir_to_panorama - converts back the editable zenith and nadir to panorama projection * set_google_plus_metadata - attach metadata needed to publish panorama on Google+
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    AuctionGallery is a terminal script that creates picture galleries and HTML descriptions for the purpose of putting them into auctions like eBay or Yahoo! Auctions. It is aimed at power-sellers who need an efficient way of generating auction descriptons.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Java API for controling 1394 Digital Cameras (based on libdc1394: http://sourceforge.net/projects/libdc1394/ for Linux, and on: CMU 1394 DC http://www-2.cs.cmu.edu/~iwan/1394/ for Win32). On Top of the library comes a RCP plugin and a JMF capture dev
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    LeseSolm
    Download GPS track from the GPS logger "Solmeta Geotagger Pro" under Linux; Auslesen des Geotaggers * Geotag images with image direction, pitch, roll; Geotagging mit Blickrichtung * Altitudes/Höhen from geonames.org * NMEA analysis: DOP, satellite
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Y.A.P.R.M. is a free-as-in-freedom modeller to graphicaly design 3d scenes and generate POV-Ray-files for them. Appart from the basic POV-Ray objects which can be used in CSG operations it supports spline based objects. Furthermore a vast amount of 3d-files can be imported and used with Y.A.P.R.M.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next
MongoDB Logo MongoDB