All Projects → JuliaIO → Fileio.jl

JuliaIO / Fileio.jl

Licence: other
Main Package for IO, loading all different kind of files

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to Fileio.jl

Mime
.NET wrapper for libmagic
Stars: ✭ 51 (-61.65%)
Mutual labels:  file, mime, mime-types
File
The Hoa\File library.
Stars: ✭ 322 (+142.11%)
Mutual labels:  stream, file
ruby-magic
Simple interface to libmagic for Ruby Programming Language
Stars: ✭ 23 (-82.71%)
Mutual labels:  mime, mime-types
Mime
Shared MIME-info database in D programming language
Stars: ✭ 7 (-94.74%)
Mutual labels:  mime, mime-types
php-mime-detector
Detect a file's mime type using magic numbers.
Stars: ✭ 20 (-84.96%)
Mutual labels:  file, mime
TLightFileStream
Implements a lightweight, high-performance, non-allocating advanced-record-based wrapper around the SysUtils file handling routines as an alternative to Classes.TFileStream.
Stars: ✭ 21 (-84.21%)
Mutual labels:  stream, file
Mime Db
Media Type Database
Stars: ✭ 612 (+360.15%)
Mutual labels:  mime, mime-types
Render Media
Intelligently render media files in the browser
Stars: ✭ 181 (+36.09%)
Mutual labels:  stream, file
Droply Js
Droply JS, a new responsive and cross browser chunk uploader with DragDrop and File Preview capabilities (HTML5/CSS3)
Stars: ✭ 50 (-62.41%)
Mutual labels:  mime, file
Write
Write data to the file system, creating any intermediate directories if they don't already exist. Used by flat-cache and many others!
Stars: ✭ 68 (-48.87%)
Mutual labels:  stream, file
Nodestream
Storage-agnostic streaming library for binary data transfers
Stars: ✭ 70 (-47.37%)
Mutual labels:  stream, file
safe-svg
Enable SVG uploads and sanitize them to stop XML/SVG vulnerabilities in your WordPress website.
Stars: ✭ 129 (-3.01%)
Mutual labels:  file, mime
aushape
A library and a tool for converting audit logs to XML and JSON
Stars: ✭ 37 (-72.18%)
Mutual labels:  stream, file
Mime
The Hoa\Mime library.
Stars: ✭ 100 (-24.81%)
Mutual labels:  mime, mime-types
mimesniff
MIME Sniffing Standard
Stars: ✭ 89 (-33.08%)
Mutual labels:  mime, mime-types
Mimetype
A fast golang library for MIME type and file extension detection, based on magic numbers
Stars: ✭ 452 (+239.85%)
Mutual labels:  mime, mime-types
Mime Types
The ultimate javascript content-type utility.
Stars: ✭ 865 (+550.38%)
Mutual labels:  mime, mime-types
Filetype
Fast, dependency-free, small Go package to infer the binary file type based on the magic numbers signature
Stars: ✭ 1,278 (+860.9%)
Mutual labels:  mime, mime-types
Swime
🗂 Swift MIME type checking based on magic bytes
Stars: ✭ 119 (-10.53%)
Mutual labels:  mime, mime-types
Jiosaavnapi
An unofficial API for JioSaavn written in Python 3
Stars: ✭ 123 (-7.52%)
Mutual labels:  stream

FileIO

Build status codecov

FileIO.jl

FileIO aims to provide a common framework for detecting file formats and dispatching to appropriate readers/writers. The two core functions in this package are called load and save, and offer high-level support for formatted files (in contrast with julia's low-level read and write). To avoid name conflicts, packages that provide support for standard file formats through functions named load and save are encouraged to register with FileIO.

Help

You can get an API overview by typing ?FileIO at the REPL prompt. Individual functions have their own help too, e.g., ?add_format.

For more detailed help, including information about how you can add support for additional file formats, see the documentation.

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].