issues
search
image-rs
/
image-tiff
TIFF decoding and encoding library in pure Rust
MIT License
121
stars
79
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add support for iterating over all tags
#255
gschulze
closed
7 hours ago
4
Correct way to read photometric interpretation?
#254
aconbere
opened
1 week ago
4
DESI tif cannot be open
#253
satarsa
opened
1 week ago
1
Fix 1bpp image decoding and add a test image
#252
fintelia
closed
3 weeks ago
0
Can I do multi thread to read an image in chunks?
#251
nery-bemagro
opened
3 weeks ago
1
Extensibility: mid-level API and harmonizing encoder/decoder structs.
#250
feefladder
opened
1 month ago
2
Partial tag
#249
feefladder
opened
1 month ago
0
WIP Partial tag
#248
feefladder
closed
1 month ago
0
Decoding horizontally-predicted images of more than 8bit per channel fails
#247
spoutn1k
closed
2 months ago
0
Expose Image and friends to allow for Multithreading implementations
#246
feefladder
opened
2 months ago
1
feat:async implemented async (for COG)
#245
feefladder
closed
1 month ago
4
README.md: advertize JPEG decode support
#244
rouault
closed
2 months ago
2
Provide a way to retrieve all tags defined within a file
#243
gschulze
closed
7 hours ago
2
Exif support attempt number 2
#242
spoutn1k
opened
3 months ago
8
Made Tag::from_u16, from_u16_exhaustive and to_u16 const
#241
dbartussek
opened
3 months ago
0
Add horizontal predictor support
#240
spoutn1k
closed
2 months ago
15
Add fp16 depth support
#239
micahcc
opened
3 months ago
0
WIP: add fp16 support
#238
micahcc
opened
3 months ago
0
LZW compression expands files
#237
spoutn1k
closed
2 months ago
2
Read Byte as u8, SignedByte as i8
#236
weiji14
opened
4 months ago
0
Read Short as u16, SignedShort as i16
#235
weiji14
opened
4 months ago
4
Add SignedByte and SignedShort enum variants
#234
weiji14
closed
4 months ago
3
Switch from SmartReader to EndianReader
#233
fintelia
opened
6 months ago
0
FormatError(StripTileTagConflict) with minimal example trying to write an image
#232
Ploppz
opened
6 months ago
3
Loading fails with "invalid code in LZW stream"
#231
sophie-h
opened
6 months ago
1
Make decoding internally operate on byte buffers
#230
fintelia
closed
4 months ago
0
CCITT group 4 (Fax4) decoding support
#229
stephenjudkins
opened
7 months ago
20
Add Clone to Decoder
#227
tristan-morris
closed
7 months ago
3
Sample format should not be a Vec
#226
fintelia
closed
8 months ago
0
Fix warnings
#225
fintelia
closed
8 months ago
0
OME-TIFF specification
#228
tomouellette
opened
8 months ago
1
Add ColorType::Multiband enum variant to support samples>1 per pixel
#224
weiji14
closed
8 months ago
0
Test minimal versions in CI
#223
fintelia
closed
9 months ago
0
Private fields and interfaces make file inspection difficult
#222
jblachly
opened
9 months ago
3
Exif support
#221
seaeagle1
opened
10 months ago
4
Release 0.9.1
#220
fintelia
closed
10 months ago
0
Allow for intra-byte bits_per_sample.
#218
samsieber
opened
1 year ago
0
Adding Bilevel support (Gray(1) ColorType)
#217
samsieber
opened
1 year ago
10
Addresses #214 by allowing up to 255 samples per pixel and allowing B…
#216
tromper
closed
7 months ago
1
Allow arbitrary number of samples as long as all have the same bit depth
#215
fintelia
closed
1 year ago
2
Very minor changes to allow multiband GeoTiff reading
#214
tromper
closed
8 months ago
5
A bunch of clippy fixes
#213
fintelia
closed
1 year ago
0
Update edition and CI script, and add Cargo.lock.msrv
#212
fintelia
closed
1 year ago
0
CCITT Group 4 / T.6 "fax machine" compression handling example
#211
hotspoons
opened
1 year ago
2
Support Exif tags
#210
dtzxporter
opened
1 year ago
0
Decoding an image with missing required tag
#209
Noxdor
closed
1 year ago
4
add CMYKA
#208
luksab
opened
1 year ago
0
CMYKA decoding
#207
luksab
opened
1 year ago
0
Simplify and avoid allocation in jpeg decompression
#206
fintelia
closed
1 year ago
0
Multipage + Tile support
#205
Jondeen
opened
1 year ago
5
Next