spaghetticoder Posted April 13, 2023 Report Share Posted April 13, 2023 (edited) I want to share my tiff reader and writer, maybe someone finds it useful. It supports only a subset of the tiff format (like most). It is native, but uses openg's zip and g-image for jpeg compression. I tested in in my use cases, but there will still be bugs and unsupported features. Please post issues at github. If your are interested, visit https://github.com/kleinsimon/LV-Tiff Edited April 13, 2023 by spaghetticoder Typo 1 Quote Link to comment
spaghetticoder Posted April 13, 2023 Author Report Share Posted April 13, 2023 Sorry for ignoring the rules of this section. Feel free to delete the post here, I will create an new one in another. Quote Link to comment
hooovahh Posted April 13, 2023 Report Share Posted April 13, 2023 I just moved it to Code In Development. I haven't tested this but native TIFF is pretty neat. When you feel development is in a good place you should post your package on VIPM.IO. Then it will show up in VIPM. The process for uploading packages is pretty straight forward, and you can link back to the Git for the source. In my Image Manipulation package there is a Load Image function which accepts TIFF. It also allows you to select which image from within the file if there are multiple in there. This all uses .Net image library and is less native, being restricted to Windows. Quote Link to comment
spaghetticoder Posted April 13, 2023 Author Report Share Posted April 13, 2023 Thank you. Yes I already posted another package to vipm.io, but am uncertain if this here is mature enough. I think people expect published packages to be rather stable. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.