Replies: 4 comments
-
|
Thanks for the suggestion. I've added support for the :pyramid option for TFF files in the main branch. Would you consider giving that a spin before I publish? I've not added any tests yet so I need to do that too if you see acceptable results. BTW, since I would suggest: "high_res_raw.tif"
|> Image.open(access: :sequential)
|> Image.write("test.tif", pyramid: true)The I have not added Let me know? |
Beta Was this translation helpful? Give feedback.
-
|
Nice! Works like a charm. Concerning the Not sure why I chose the |
Beta Was this translation helpful? Give feedback.
-
|
I'll experiment with a Any thoughts on handling that? |
Beta Was this translation helpful? Give feedback.
-
|
I think the question of it being ok is on the individual's conscience. It certainly looks kinda silly. ;) Maybe calling it something like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
This may be a feature request for
Imageor just something for the documentation, as I am not 100% sure where you delineate betweenImageandVix.I work quite a bit with IIIF servers for high resolution images, that is why I have been looking into how to save pyramid images (for example JPEG 2000 or tif) natively in Elixir (instead of running
System.shell/1with an ImageMagick command).As far as I can discern this seems to work for my purposes:
If you would consider this the way to do it, I could add a small addendum to Image.write/3 or anywhere else you deem appropriate. Or did I miss some potential pitfall/issues?
Thank you for your work on
Imageso far.Cheers
Beta Was this translation helpful? Give feedback.
All reactions