tayloraswift / jpeg

decode, inspect, edit, and encode jpeg images in pure swift
https://kelvin13.github.io/jpeg/
Mozilla Public License 2.0
143 stars 18 forks source link

About and documentation refers to not available kelvin13.github.io/jpeg/ #19

Open valeriyvan opened 1 month ago

Troll321 commented 1 month ago

I don't know if this would help, but the domain change from: kelvin13.github.io --> tayloraswift.github.io

valeriyvan commented 1 month ago

I don't know if this would help, but the domain change from: kelvin13.github.io --> tayloraswift.github.io

Yes, but all links there are broken as well. I thought author might be interested for a fix therefore I opened an issue.

tayloraswift commented 1 month ago

this isn’t a great answer, but your best source will probably be the Swiftinit-generated symbol documentation here: https://swiftinit.org/docs/tayloraswift.jpeg

the reason i do not link to it from the repo is that the docs don’t render correctly in DocC, as they were written with a older, non-DocC syntax that is no longer supported. so the Swiftinit docs have a lot of weird rendering errors.

we really should migrate the project to DocC, as this is clearly not a great situation. i just haven’t had time to get around to that yet.