Showing 36 open source projects for "small"

View related business solutions
  • $300 Free Credits for Your Google Cloud Projects Icon
    $300 Free Credits for Your Google Cloud Projects

    Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.

    Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
    Start Free Trial
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 1
    Game Extractor

    Game Extractor

    Open and edit the archive files used in over 5700 games.

    Reads and writes archives used in many popular games. Great for mod development and game translations. Supports over 5700 games, with more games added through small plugins. Also shows file previews and converts them to different formats.
    Leader badge
    Downloads: 318 This Week
    Last Update:
    See Project
  • 2
    YUVviewer

    YUVviewer

    YUVviewer is a small tool for developers to preview raw image formats.

    YUVviewer is a small tool for developers to view and preview various original image formats. It is based on Qt and opencv frameworks and supports windows/linux/macos.
    Downloads: 15 This Week
    Last Update:
    See Project
  • 3
    xBRZ

    xBRZ

    xBRZ: "Scale by rules" - high quality image upscaling filter by Zenju

    xBRZ is a high-quality image upscaling filter for creating beautiful HD representations from low-resolution images. Reference implementations for common emulators can be found in the download section: ● DOSBox ● ePSXe ● HqMAME ● ScummVM ● Snes9x ● Kega Fusion http://sourceforge.net/projects/xbrz/files/ Test the xBRZ scaler with your own images and compare against other scalers with the "Scaler Test"...
    Leader badge
    Downloads: 98 This Week
    Last Update:
    See Project
  • 4

    littleutils

    Various small and useful command-line utilities

    The littleutils include duplicate file finders (repeats, repeats.pl, repeats.py), image optimizers (opt-jpg, opt-png, opt-gif, recomp-jpg), file rename tools (lowercase, uppercase, pren), archive recompressors (to-gzip, to-bzip2, to-bzip3, to-7zip, to-lzma, to-lzip, to-xz), a tempfile utility (tempname), file property tools (filedate, filemode, filenode, fileown, filesize, and lrealpath), and others. See the README file for more details.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 5
    JPdf2Img

    JPdf2Img

    Conver pdf to images in different formats with different resolution

    JPdf2Img is used to convert PDF files to JPG,PNG,MNP and GIF images. JPdf2Img supports converting the password protected PDF files. Setting for output resolution and color. Small,Portable and friendly UI
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    DataMatrix.net
    A C#/.net-library for encoding and decoding DataMatrix codes (based on a .net-port of libdmtx). DataMatrix.net also contains a small application for generating PDF documents containing different types of 1D- and 2D-codes.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 7
    DropSize

    DropSize

    Free standalone photos resizer application

    This is a small free standalone utility that aims to resize/resample JPG photos archives. Easy of use thanks to drag and drop functionality, it is fully automated and recursive. Keeps EXIF original information after resize. Package for Mac OS X and for Windows available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    mpoutils

    MPO Utilities

    A small C command line utility which can assemble and disassemble MPO (multiple picture object) image files. It is mainly intended for storing stereo images similar to those captured by FujiFilm Finepix Real 3D camera.
    Downloads: 0 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

    bmpcanvas

    Change bmp files' aspect ratio by adding canvas borders.

    This small tool can add borders to bmp files in batch processing mode. All bmp files will have the specified aspect ratio after conversion. The border color can be automatically determined or set to a static color. The program can preserve the landscape/portrait format of the image.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Mollino

    Mollino

    Not your usual Architectural Modeler

    Why do Archicad and Revit only share 30 or 40% of the global architectural sofware market ? Maybe because lots of small practices find these software unadapted to the way they work, and to their bank account. I think there's place for an open software that doesn't work like the existing. It will be simple in its tools and processes, and will have infinite capabilities. This will be possible by defining a logical structure. As I am an architect, and I know very little about programming, and wouldn't reach even in 10 years the necessary level to be able to write anything useful for this type of software, my part will be to bring ideas and coherence to this project. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    MonoBitmap

    MonoBitmap

    Creates value-representation of any BMP file.

    ...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 convert any (1-32bit) BMP into a string representation of 0 or 1, or even in hex. The program hasn't any problem with images up to 1000 * 1000 px. Btw, it's not as useful to tell you all about everything the program can do as to try yourself, just download it and feed it with an random BMP image, it's smaller than 200kB :) If you're not on Windows you can use the Program with WINE or easily recompile it for your platform (You have to change the output coloring) Program developement: finished
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    Batch Image Converter, Resizer

    Batch image, picture and photo converter, resizer

    Batch Image Manager is a small and free batch picture converter and resizer (or photo resizer). It can rename, resize and change the format of your images, photos and pictures.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    EnKoDeur-Mixeur
    EnKoDeur-Mixeur (EKD) is an open source software which makes videos, pictures and audio post-production. It can be also used to convert videos in many formats. It is written in python and use the PyQt4 bindings.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    JAnaglyph Engine

    JAnaglyph Engine

    A library to create anaglyph images with Java

    A small library made of one class (one method and one constructor) which takes two BufferedImages, the width and the height of the final image to produce a full anaglyph image from the images provided.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    im2ascii

    Image to ASCII converter that takes character shape into account

    im2ascii is a small python script that converts images to ascii-art. Unlike common ascii-art generators, it does not only use each character's mean brightness, but matches the full character shape. Pro: Better ascii-art quality (see screenshots for examples) Con: Matching is very resource intensive Dependencies: Python 2.7, PIL, numpy, scipy
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    A small utility that converts ascii-art diagrams to nice-looking bitmap diagrams automatically.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 18
    Flip n' Go! is a small program for Windows which will batch convert series of JPEG files to bundled PDF files. This program is written for Stockholm City Archives in Sweden. Some content will be in Swedish.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Photo Shrink
    Easy way to reduce the size,quality of your image files.Supports quality reduction of multiple files at once. Supports compression of most widely used image formats.Upload shrunken files to Facebook and create an album immediately or use it as an pho
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    A small utility for converting DNT files produced by Genius G-Note tablets into vector-based SVG format (displayable in Firefox, IE ...)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Originaly this tool was created to help people to create sprites for DS Games. But you can use it to make much more. The features is: Select a list of image files to join them on one single image. Hope you enjoy! And donate if possible!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    st2gif

    Converts AtariST images (.neo, .pi1, .pi2, .pi3) to gifs (using gd).

    A small command-line tool for converting AtariST images (.neo, .pi1, .pi2, .pi3) to gifs (using gd). Please note that you may find the project "RECOIL" at SF, which supports far more formats.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Reads and writes images used in many popular games. Great for mod development. Supports over 50 games, with more games added through small plugins. Allows batch conversion of images.
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 24
    A small stand-alone no-install Java Swing utility to batch resample/resize or convert digital images. Supported input formats are BMP, GIF, JPEG, JPG, PNG, WBMP and supported output formats are BMP, GIF, JPEG, PNG, WBMP.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    This is a program to up size BMP images, using a gradient stretch method. This program can take small images, and turn them into larger images, without the block side effects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
Auth0 Logo