DIPlib / diplib

Quantitative Image Analysis in C++, MATLAB and Python
https://diplib.org
Apache License 2.0
216 stars 48 forks source link

DIPlib wishlist #28

Open crisluengo opened 5 years ago

crisluengo commented 5 years ago

Here I'll keep a list of functionality I'd like to add to DIPlib at some point:

ronligt commented 4 years ago

Some additional functionality we would like to see implemented:

We would also love to receive feedback on our contribution and implementation scheme. See: CONTRIBUTING.md and styleguide.

berndrieger commented 4 years ago

some additional things we discussed:

crisluengo commented 4 years ago

Thanks! I've updated the list at the top of the page.

fb39ca4 commented 4 years ago

Can I suggest loading PNG images here?

crisluengo commented 4 years ago

@fb39ca4 Yes, you can suggest it. Thanks! And if you can write the code it's even better! :)

crisluengo commented 4 years ago

@fb39ca4 if you enable Bio-Formats then you can read PNGs and over 100 other file formats. It is relatively trivial, just download the relevant JAR file.

Let me know if we need to provide some documentation on how to accomplish this.

crisluengo commented 3 months ago

PNG reading and writing implementation completed in 120c3c02d82d5946435285d56181e74bd7bd8679 and available since version 3.4.2.