I recently updated my image package to 4.2.0, and had an issue come in that there is now a conflict with your package with the ImageFormat enum I just added, https://github.com/brendan-duncan/image/issues/653.
I see you're not namespacing the import for the image library, which would probably fix the problem. Sorry about adding that conflict.
I recently updated my image package to 4.2.0, and had an issue come in that there is now a conflict with your package with the ImageFormat enum I just added, https://github.com/brendan-duncan/image/issues/653.
I see you're not namespacing the import for the image library, which would probably fix the problem. Sorry about adding that conflict.