adamdruppe / arsd

This is a collection of modules that I've released over the years. Most of them stand alone, or have just one or two dependencies in here, so you don't have to download this whole repo.
http://arsd-official.dpldocs.info/arsd.html
531 stars 128 forks source link

Support big images #205

Closed AsumFace closed 5 years ago

AsumFace commented 5 years ago

I've run into some integer overflow issues with color.d and png.d when trying to work with images that have slightly bigger dimensions than normal, this PR fixes those issues.

adamdruppe commented 5 years ago

Thanks! I am pretty sloppy about the size_t/int thing.