I Use This!
High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 16 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ignore the fact that the profile could not be added to the image. More... about 18 hours ago
There is no need to throw an exception when the profile could not be added. More... about 18 hours ago
Make it more clear we ignore the return value. More... about 18 hours ago
Use >= instead to work around precision limitations of a double. More... about 21 hours ago
Update winget manifest after creating the release. More... 1 day ago
Fixed implementation of setting the max-profile-size. More... 2 days ago
beta release More... 3 days ago
release More... 3 days ago
Make it more clear we don't use the return value of jpeg_read_header. More... 3 days ago
Use AcquireStringInfo instead. More... 3 days ago
Refactor cleanup code in the jpeg decoder. More... 3 days ago
Revert "initialize decompression before importing profiles" More... 3 days ago
Corrected reading nested profiles. More... 4 days ago
Corrected value of recursive argument. More... 4 days ago
Corrected code style and fixed the option check. More... 4 days ago
Convert big PDF documents is slow (#7263) More... 4 days ago
corrected connected components labeling perimeter and circularity calculation (https://github.com/ImageMagick/ImageMagick/issues/7259) More... 4 days ago
Use a different path for positive and negative values. More... 4 days ago
Do the ceil first to make sure we return a floored instead of ceiled value. More... 4 days ago
initialize decompression before importing profiles More... 4 days ago
fix undefined behaviors when casting double to size_t (https://github.com/ImageMagick/ImageMagick/issues/6341) More... 4 days ago
check for value < 0, ceil() not required (https://github.com/ImageMagick/ImageMagick/issues/6341) More... 5 days ago
improved range checking (https://github.com/ImageMagick/ImageMagick/issues/6341) More... 5 days ago
ensure number of meta channels does not exceed maximum More... 5 days ago
Add an extra call CastDoubleToUnsigned to address the possible range issue from #6341. More... 5 days ago
ci: fix git version (#7260) More... 5 days ago
latest documentation More... 5 days ago
check for possible range error (#https://github.com/ImageMagick/ImageMagick/issues/6341) More... 5 days ago
throw warning if too many meta channels More... 5 days ago
Added extra checks for when the call to SetPixelMetaChannels fails. More... 5 days ago