All Projects → dbrant → imageformats

dbrant / imageformats

Licence: other
Library for decoding obscure graphics formats, such as Targa (.TGA), Sun raster (.RAS, .SUN), ZSoft (.PCX), Netpbm (.PPM, .PGM, .PBM, .PNM), Amiga (LBM, PIC), SGI, MacPaint, and DICOM.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to imageformats

sail
The missing small and fast image decoding library for humans (not for machines) ⛵ https://sail.software
Stars: ✭ 206 (+880.95%)
Mutual labels:  tga, pcx
zigimg
Zig library for reading and writing different image formats
Stars: ✭ 112 (+433.33%)
Mutual labels:  netpbm, pcx
dicomweb-pacs
Easy to use DICOMWEB enabled PACS with DIMSE services based on sqlite database
Stars: ✭ 42 (+100%)
Mutual labels:  dicom
pnm
pbm, pgm, ppm image IO for modern C++ (single header only library)
Stars: ✭ 14 (-33.33%)
Mutual labels:  pgm
zpacker
very simple LZ77-based compression
Stars: ✭ 15 (-28.57%)
Mutual labels:  amiga
VolksForth
volksFORTH is a 16bit Forth System maintained by the German Forth Gesellschaft e.V.
Stars: ✭ 41 (+95.24%)
Mutual labels:  amiga
pocketmod
Small ANSI C library for turning ProTracker MOD files into playable PCM audio.
Stars: ✭ 54 (+157.14%)
Mutual labels:  amiga
stbi-sharp
C# wrapper around stb_image.h and qoi.h
Stars: ✭ 17 (-19.05%)
Mutual labels:  tga
MRIcroGL
v1.2 GLSL volume rendering. Able to view NIfTI, DICOM, MGH, MHD, NRRD, AFNI format images.
Stars: ✭ 101 (+380.95%)
Mutual labels:  dicom
dcmjs-dimse
DICOM DIMSE implementation for Node.js using the dcmjs library
Stars: ✭ 28 (+33.33%)
Mutual labels:  dicom
Niffler
Niffler: A DICOM Framework for Machine Learning and Processing Pipelines.
Stars: ✭ 52 (+147.62%)
Mutual labels:  dicom
u-dicom-viewer
A simple web browser DICOM viewer for any device.
Stars: ✭ 91 (+333.33%)
Mutual labels:  dicom
War3Net
A .NET implementation of Warcraft III related libraries.
Stars: ✭ 76 (+261.9%)
Mutual labels:  tga
qupath-chcapi-extension
Extension to QuPath application adding support for reading from Google Cloud Healthcare API.
Stars: ✭ 13 (-38.1%)
Mutual labels:  dicom
dcm
A lightweight C++ DICOM library (for study purpose only!)
Stars: ✭ 25 (+19.05%)
Mutual labels:  dicom
OpenAmigaMouseTrigger
Control Amiga add-on boards through mouse buttons
Stars: ✭ 21 (+0%)
Mutual labels:  amiga
weasis-chcapi-extension
Weasis plugin adding support for the Google Cloud Healthcare API
Stars: ✭ 12 (-42.86%)
Mutual labels:  dicom
pylidc
An object relational mapping for the LIDC dataset using sqlalchemy.
Stars: ✭ 88 (+319.05%)
Mutual labels:  dicom
FreeRADIUS-Server-Configuration-Tool
🎯 FreeRADIUS Server Configuration Tool 🖥️
Stars: ✭ 33 (+57.14%)
Mutual labels:  ras
dicomweb-wsi-viewer
Proof of concept whole slide imaging viewer on top of Google Cloud Healthcare DICOM API.
Stars: ✭ 34 (+61.9%)
Mutual labels:  dicom

imageformats

.NET modules for decoding obscure graphics formats:

  • .PPM, .PGM, .PBM (Netpbm images)
  • .TGA (Targa)
  • .PCX (ZSoft Paintbrush)
  • .IFF (Amiga ILBM images)
  • .SGI, .RGB, .BW (SGI images)
  • .RAS (Sun raster images)
  • .MAC (MacPaint)
  • .CUT (Dr. Halo)
  • .XPM (X Window PixMap)
  • .FITS (experimental support)
  • .DICOM (experimental support)

Copyright 2013-2021 Dmitry Brant

https://dmitrybrant.com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].