Pinned Repositories
BSON.jl
FileIO.jl
Main Package for IO, loading all different kind of files
Formatting.jl
Deprecated. See README. (A Julia package to provide Python-like formatting support)
HDF5.jl
Save and load data in the HDF5 file format from Julia
JLD.jl
Saving and loading julia variables while preserving native types
JLD2.jl
HDF5-compatible file format in pure Julia
JSON.jl
JSON parsing and printing
MAT.jl
Julia module for reading MATLAB files
ProtoBuf.jl
Julia protobuf implementation
VideoIO.jl
Reading and writing of video files in Julia via ffmpeg
JuliaIO's Repositories
JuliaIO/JLD2.jl
HDF5-compatible file format in pure Julia
JuliaIO/HDF5.jl
Save and load data in the HDF5 file format from Julia
JuliaIO/JSON.jl
JSON parsing and printing
JuliaIO/FileIO.jl
Main Package for IO, loading all different kind of files
JuliaIO/ProtoBuf.jl
Julia protobuf implementation
JuliaIO/VideoIO.jl
Reading and writing of video files in Julia via ffmpeg
JuliaIO/EzXML.jl
XML/HTML handling tools for primates
JuliaIO/Zarr.jl
JuliaIO/Parquet.jl
Julia implementation of Parquet columnar file format reader
JuliaIO/TranscodingStreams.jl
Simple, consistent interfaces for any codec.
JuliaIO/DiskArrays.jl
JuliaIO/MeshIO.jl
IO for Meshes
JuliaIO/Tar.jl
TAR files: create, list, extract them in pure Julia
JuliaIO/ImageMagick.jl
Thin Wrapper for the library ImageMagick
JuliaIO/CodecZlib.jl
zlib codecs for TranscodingStreams.jl.
JuliaIO/Sixel.jl
The Julia wrapper of libsixel
JuliaIO/ImageIO.jl
Load images in Julia. Designed for FileIO interaction. Supports PNG and Portable Bitmap formats
JuliaIO/CodecZstd.jl
A zstd codec for TranscodingStreams.jl.
JuliaIO/StructIO.jl
binary I/O methods generated from Julia structure definitions
JuliaIO/Snappy.jl
A fast compressor/decompressor
JuliaIO/ArgTools.jl
Tools for writing functions that handle many kinds of IO arguments
JuliaIO/CodecLz4.jl
Transcoding codecs for compression and decompression with LZ4
JuliaIO/CodecBzip2.jl
A bzip2 codec for TranscodingStreams.jl.
JuliaIO/CodecBase.jl
Base 16/32/64 codecs for TranscodingStreams.jl
JuliaIO/CodecXz.jl
An xz codec for TranscodingStreams.jl.
JuliaIO/BSDiff.jl
Pure Julia port of bsdiff
JuliaIO/Kerchunk.jl
JuliaIO/AVSfldIO.jl
File IO for AVS .fld format data files
JuliaIO/InputBuffers.jl
A Julia package to wrap an AbstractVector{UInt8} in a readable seekable IO type.
JuliaIO/CodecInflate64.jl
Julia implementation of deflate64 decompression