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
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.
Library and tools for dealing with the RLE raster image format
Utah Raster Toolkit is a collection of programs and C routines for dealing with raster images commonly encountered in computer graphics. Called the RLE format, it uses runlengthencoding to reduce storage space for most images.
URT was originally developed by the University of Utah.
...It provides the following major functions:
* A device and system independent image format for storing images and information about them. Called the RLE format, it uses runlengthencoding to reduce storage space for most images.
* A library of C routines for reading, writing and manipulating images stored in the RLE format.
* A collections of programs for manipulating and displaying RLE images.
License: says it's "GNU like" in the license.
A C library for reading and writing BSB format image files. Typically used for nautical charts, BSB image files use the .KAP extension and store cartographic information in addition to a run-length encoded raster image. Includes bsb2tif & tif2bsb tools.