png
Here are 1,046 public repositories matching this topic...
A follow up on SixLabors/ImageSharp#1378 (comment).
Currently 32 bit test execution is only done for .NET Framework, with dotnet xunit which is an obsolete tool today, we need to adapt dotnet test, and add 32 bit CI targets for both net5.0 and netcoreapp3.1. Opening an issue to remember and track this debt.
-
Updated
Feb 1, 2021 - Go
-
Updated
Jan 30, 2021 - C
-
Updated
Jan 25, 2021 - Go
-
Updated
Jan 17, 2021 - Python
I've been treating tuShorten/tuWiden as a string-ish conversion between UTF16 and UTF 8, so I recommend this.
Here's the code; add it to the end of every tuShorten/tuWiden function.
if (out < (original_out + out_len)) out = 0;
-
Updated
Jun 30, 2020 - Go
-
Updated
Jan 7, 2021 - C++
-
Updated
Dec 28, 2020 - Ruby
-
Updated
Jul 8, 2020 - Go
-
Updated
Dec 9, 2020 - PHP
-
Updated
Jan 15, 2021 - PHP
-
Updated
Dec 15, 2020 - JavaScript
-
Updated
Jun 12, 2020 - Groovy
WOFF format support
-
Updated
Jan 25, 2021 - PHP
Improve this page
Add a description, image, and links to the png topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the png topic, visit your repo's landing page and select "manage topics."
I'm receiving error with JPG (uppercase of jpg) image extension. This extension should be supported right?
ERROR Error resizing: Error: Expected one of: heic, heif, jpeg, jpg, png, raw, tiff, webp for format but received JPG of type string
at Object.invalidParameterError (/var/task/node_modules/sharp/lib/is.js:101:10)
at Sharp.toFormat (/var/task/node_modules/sharp/lib/output.js:168: