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
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.
Delineate is a tool for converting raster images to SVG (Scalable Vector Graphics) using AutoTrace or potrace. It loads images using JIU and displays results using Batik. Input formats are JPEG, PNG, GIF, BMP, TIFF, PNM, PBM, PGM, PPM, IFF, PCD, PSD, RAS
In the tradition of the Unix computing philosophy, here is
yet another operator that does one simple task, namely the
creation of an AVI MJPEG file given a list of JPEG/JFIF files.
This software is made available to owners of Kodak's DC120 digital camera who would like to convert the .kdc files produced by the camera to .tiff or .jpeg files using Linux or other UNIX machines.
Optimizer is a program which helps you to make your graphic files as small as possible, and control the level of distortion the compression made to them. It takes pnm, png or jpeg files
and produces jpg, jp2 and djvu files (using netpbm, jasper, djvulibr
This is a Java[TM] conversion tool to generate a HTML file with an ASCII image based on a regular image file. Currently it supports only JPEG, but other image formats will be added.
Command line and GUI versions available.
This is an easy-to-use Swing component for viewing 2D images. It uses Sun's Java Advanced Imaging API to load and render the images.It supports various file formats, including JPEG, GIF, PNG, BMP and TIFF.
pnm2gallery is a bash-script that converts your pnm-files to jpeg-files in different sizes and produces a database-file for import into a MySQL-Database
JPresenter plays slide presentations with audio comment. Slides and audio are based on popular data formats (JPEG, GIF, WAV, AU, AIFF, etc.). Users can author their presentations in any tool they like and put them on the Web as a single file for download.
CL Slideshow aims to be a small and fast desktop program for viewing and managing image files (.gif .jpeg etc). The program itself is written in Common Lisp and uses Lisp2wish to manage the Tcl/Tk GUI for excellent cross-platform potential.
vec2web is a small tool to convert vector drawings (currently DXF) to graphics which can be used on the web (currently PNG, GIF, JPEG and SWF). However, vec2web can also convert DXF drawings to XBM, XPM, PNM, MNG and BMP. PS / EPS support is planned.
This program will traverse a directory tree, processing jpegimage files to produce neat and easily navigatable HTML image galleries.
qgallery will automatically generate thumbnails, ando can also ptionally downsize images to ensure that they fit the
JImageView allows viewing of GIF, JPEG, PNG, TIF, BMP (Win95 type),
and any other type of images that the Java Advanced Imaging (JAI) API supports.
Images can be zoomed in or out and thumbnails can be cached to disk.
This is a research project to test GPU (OpenCL) usability for image compression. Jpeg format is chosen because it is relatively simple and I am familiar with it.
2013-01-22: For now only pixel conversion and DCT transform is done with OpenCL, entropy coding is done with CPU in one thread. Unfortunately this implementation is no match for even one threaded SSE2 jpeg encoder, too much data goes through PCIe.