jbarth-ubhd
jbarth-ubhd
_Pyramidal tiffs still require ~2s per request:_ https://github.com/cantaloupe-project/cantaloupe/issues/296 **Withdrawn.** 90 % of the problem was our `delegate.rb` without caching.
_Pyramidal tiff file size is not the problem:_ https://github.com/cantaloupe-project/cantaloupe/issues/296 **Withdrawn.** 90 % of the problem was our delegate.rb without caching.
My way (with a lot assumptions) to extract jpeg tiles in c: ```c uint32 jpegtables_len; void *jpegtables; if(TIFFGetField(tif, TIFFTAG_JPEGTABLES, &jpegtables_len, &jpegtables)==1) { FILE *fw=fopen("x.jpg", "w"); FIF(!fw); FIF(fwrite(jpegtables, 1, 2, fw)!=2);...
Would be cool if ptif generaters (like [vips](https://github.com/libvips/libvips)) would arrange tiles in [Hilbert](https://en.wikipedia.org/wiki/Hilbert_curve) or [Z](https://en.wikipedia.org/wiki/Z-order_curve) space filling curve for disk locality. → [vips issue](https://github.com/libvips/libvips/issues/2347)
[tiff-java](https://github.com/ngageoint/tiff-java) has `List getTileOffsets()` and `List getTileByteCounts()` in **Class FileDirectory**
build:dev does not work... ``` jb@pers16:~/mirador> npm run build:dev > [email protected] build:dev /home/jb/mirador > webpack --mode=development /home/jb/mirador/node_modules/@pmmmwh/react-refresh-webpack-plugin/lib/index.js:219 throw createError( ^ Error: [React Refresh] Hot Module Replacement (HMR) is not enabled!...
this did not help, too: ```diff diff --git a/package.json b/package.json index bf3955a6..e8587047 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "test:debug": "node --inspect node_modules/.bin/jest -c jest.json --runInBand", "test:watch": "jest...
[pica](https://github.com/nodeca/pica) seems to have [WebAssembly](https://en.wikipedia.org/wiki/WebAssembly), ~~[Gamma correction](https://en.wikipedia.org/wiki/Gamma_correction) and~~ [Lanczos](https://en.wikipedia.org/wiki/Lanczos_resampling) filter. Oh.., and [Web worker](https://en.wikipedia.org/wiki/Web_worker).
I've opened a ticket at pica: [Gamma correction?](https://github.com/nodeca/pica/issues/205)
Yes, I'll try to find out if \ (=space) is really necessary between \s in ALTO.