See also:
Service | Type | Storage | Limitations |
---|---|---|---|
Amazon DynamoDB | 25 GB | ||
Amazon RDS | |||
Azure SQL Database | MS SQL Server | ||
👉 Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
See also:
Service | Type | Storage | Limitations |
---|---|---|---|
Amazon DynamoDB | 25 GB | ||
Amazon RDS | |||
Azure SQL Database | MS SQL Server | ||
👉 Clever Cloud | PostgreSQL, MySQL, MongoDB, Redis | 256 MB (PostgreSQL) | Max 5 connections (PostgreSQL) |
: ${1?Please provide a directory that contains an image sequence} | |
echo "This is a utility script for converting image sequences to webp format." | |
echo "Images should be a seqence exxported from Animate. The default output name is the name of the first image, minus any trailing numbers." | |
loop="${2:-0}"; | |
if [ ! img2webp -h &> /dev/null]; then | |
echo "" | |
echo "you need to have webp installed for this to run" | |
echo "you can install webp with" | |
echo " brew install webp" |