All Projects → ome → Bioformats

ome / Bioformats

Licence: gpl-2.0
Bio-Formats is a Java library for reading and writing data in life sciences image file formats. It is developed by the Open Microscopy Environment. Bio-Formats is released under the GNU General Public License (GPL); commercial licenses are available from Glencoe Software.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Bioformats

Exiftool Vendored.js
Fast, cross-platform Node.js access to ExifTool
Stars: ✭ 200 (-21.87%)
Mutual labels:  metadata, image
pdftag
A simple metadata editor for PDFs for Linux and Windows
Stars: ✭ 48 (-81.25%)
Mutual labels:  metadata
odata2poco
generate POCO classes from OData service
Stars: ✭ 42 (-83.59%)
Mutual labels:  metadata
169254
📟 A simple API that simulate AWS EC2's metadata endpoint
Stars: ✭ 15 (-94.14%)
Mutual labels:  metadata
CommitCombo
깃허브 커밋 기록을 아름답게 꾸미는 프로젝트 ⭐
Stars: ✭ 31 (-87.89%)
Mutual labels:  metadata
isogeo-plugin-qgis
Isogeo plugin for QGIS
Stars: ✭ 13 (-94.92%)
Mutual labels:  metadata
columbus
Metadata storage service
Stars: ✭ 42 (-83.59%)
Mutual labels:  metadata
arm-server
📃 A service for mapping Anime ID's between AniList, AniDB, MAL, and Kitsu (using https://github.com/manami-project/anime-offline-database)
Stars: ✭ 46 (-82.03%)
Mutual labels:  metadata
parse-md
Parse Markdown file's metadata from its content
Stars: ✭ 15 (-94.14%)
Mutual labels:  metadata
nft.storage
😋 Free decentralized storage and bandwidth for NFTs on IPFS and Filecoin.
Stars: ✭ 309 (+20.7%)
Mutual labels:  metadata
postcss-font-grabber
A postcss plugin, it grabs remote font files and update your CSS, just like that.
Stars: ✭ 26 (-89.84%)
Mutual labels:  metadata
action-sync-node-meta
GitHub Action that syncs package.json with the repository metadata.
Stars: ✭ 25 (-90.23%)
Mutual labels:  metadata
feast-java
Feast Java Components
Stars: ✭ 12 (-95.31%)
Mutual labels:  metadata
skyrim
The Skyrim masterlist.
Stars: ✭ 68 (-73.44%)
Mutual labels:  metadata
fmf
Flexible Metadata Format
Stars: ✭ 16 (-93.75%)
Mutual labels:  metadata
Kvpbase
Scalable, simple RESTful object storage platform, written in C#
Stars: ✭ 43 (-83.2%)
Mutual labels:  metadata
serrano
Low level Ruby client for Crossref
Stars: ✭ 26 (-89.84%)
Mutual labels:  metadata
QueryArrow
A semantically unified SQL and NoSQL query and update system
Stars: ✭ 17 (-93.36%)
Mutual labels:  metadata
Menyoki
Screen{shot,cast} and perform ImageOps on the command line 🌱 🏞️
Stars: ✭ 255 (-0.39%)
Mutual labels:  image
spotify-url-info
Get metadata from Spotify URL.
Stars: ✭ 34 (-86.72%)
Mutual labels:  metadata

Bio-Formats

Actions Status Actions Status

Bio-Formats is a standalone Java library for reading and writing life sciences image file formats. It is capable of parsing both pixels and metadata for a large number of formats, as well as writing to several formats.

If you are having an issue with Bio-Formats and need support, please see the support page.

Purpose

Bio-Formats' primary purpose is to convert proprietary microscopy data into an open standard called the OME data model, particularly into the OME-TIFF file format. See About Bio-Formats for further information.

Supported formats

Bio-Formats supports more than a hundred file formats.

For users

Many software packages use Bio-Formats to read and write microscopy formats.

For developers

You can use Bio-Formats to easily support these formats in your software.

More information

For more information, see the Bio-Formats web site.

Pull request testing

We welcome pull requests from anyone, but ask that you please verify the following before submitting a pull request:

  • verify that the branch merges cleanly into develop
  • verify that the branch compiles with the clean jars tools Ant targets
  • verify that the branch compiles using Maven
  • verify that the branch does not use syntax or API specific to Java 1.8+
  • run the unit tests (ant test) and correct any failures
  • test at least one file in each affected format, using the showinf command
  • internal developers only: run the data tests against directories corresponding to the affected format(s)
  • make sure that your commits contain the correct authorship information and, if necessary, a signed-off-by line
  • make sure that the commit messages or pull request comment contains sufficient information for the reviewer(s) to understand what problem was fixed and how to test it
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].