-
bfconvert -series 2 -tilex 512 -tiley 512 -compression LZW image.vsi lzw.tif
Image looks like:
![image](https://user-images.githubusercontent.com/4094961/68145562-10e66f00-ff04-11e9-86fe-891c8c5e2…
-
I don't know if libvips can do this kind of operation. Any suggestion?
-
using imagemagick convert it can be done as
```
convert foo(c).TIFF foo(m).TIFF foo(y).TIFF foo(k).TIFF -set colorspace CMYK -combine +write info: out.tiff
```
How to do in VIPS, i tried with …
-
The current framework we have for listeners and TableWriters requires that the length of the data being written at each timestep is constant. To write variable length data, we have been using a workar…
ggsun updated
4 years ago
-
## Expected behavior and actual behavior.
When doing GetProjection() on a specific dataset, I get a proj error: "PROJ: proj_create_from_database: ellipsoid not found". I never experienced these kin…
-
## Description
When installing in a clean virtual environment the pip install fails. It seems that it is stemming from one of the dependencies for tifffile ->imagecodecs dependencies
Based on the …
-
## Description
I get error messages when trying to read various compressed tiff images using `skimage.io.imread` (both could be read using `PIL.Image.open`)
- PACKBITS
The first error is `ValueEr…
-
Am I missing something to get conversion working with .rst (Idrisi format) rasters? It seems to be supported by gdal: https://gdal.org/drivers/raster/Idrisi.html
I tried running OptimizeRasters wit…
-
This isn't so much a cudf issue as a cuio issue, but it would be great to have a TIFF reader. TIFF is a common image format that is commonly used both in satellite imagery and scientific imaging fiel…
-
When saving a tiff file the exif field for the file ppi is blank. A jpeg file saved from the same file at the same time does contain this correct information. The original file is 400ppi and when save…