Assigned
Status Update
Comments
ga...@google.com <ga...@google.com> #2
I have one question related to Google translate API. but it is not related to this issue.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
When i am trying to access Google Translate API using javascript when the query string size is around 13000 characters i am getting server response error code 400. Can you please let me know what is the request size limit if any exist.
pa...@bravosconto.it <pa...@bravosconto.it> #3
@vrames
according to Google API FAQ
The maximum size of each text to be translated is 5000 characters, not including any HTML tags.
according to Google API FAQ
The maximum size of each text to be translated is 5000 characters, not including any HTML tags.
Description
Arguably the best use case for ImageMagick on GCF would be to manipulate images for the web, but for that the two best-known formats for the web (webp and avif) should work, as they provide better compression and same features as PNG/JPEG.
In theory webp should work, since the list of system packages includes
libwebp6
, but the following command launched on GCF fails:The same command works with JPEG and PNG, and works with WEBP on my local machine.
Support for AVIF would also be welcome. This issue hints to compile ImageMagick with cavif with my hook for that particular use case. I would rather not have to do the same for webp, if possible.
libheif
. As workaround, I am including