JuliaIO/QuartzImageIO.jl

Name: QuartzImageIO.jl

Owner: JuliaIO

Description: Exposes Mac OS X's native image IO functionality to Julia

Created: 2015-08-27 14:39:00.0

Updated: 2018-04-05 13:21:22.0

Pushed: 2018-04-05 13:21:21.0

Homepage:

Size: 108

Language: Julia

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

QuartzImageIO

Build Status codecov.io

This package provides support for loading and saving images using native libraries on OSX. This package was split off from Images.jl to make image I/O more modular.

Installation

Add the package with

add("QuartzImageIO")

Usage

QuartzImageIO will be used as needed if you've said

g FileIO

in your session or module. You should not generally say using QuartzImageIO. See FileIO for further details.

It's worth pointing out that packages such as Images load FileIO.

Alternatives

If QuartzImageIO does not provide the functionality you need, an alternative is ImageMagick. You can have both packages installed, and FileIO will manage their interaction.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.