tjhann / imageformats

Image loading/saving

Home Page:https://code.dlang.org/packages/imageformats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

function imageformats.png.read_png_header is not accessible

WebFreak001 opened this issue · comments

when i try to call read_png_header with a MemStream it says that its not accessible. I can't use any other method because thats the only method accepting a stream and I only have the file in memory and not on disk

I added read_png_header_from_mem and a bunch of similar functions, see fe055df.