Skip to content

Picture's info 🤓

Compare
Choose a tag to compare
@talyguryn talyguryn released this 14 Jul 12:11
· 15 commits to master since this release
d74eca8

Now Capella returns information about uploaded image:

  • mime type of image
  • width and height
  • average color of image in hex format
  • size in bytes

Example Response

{
    "success": true,
    "message": "Image uploaded",
    "id": "69256e83-66e1-449a-b0c2-5414d332e3a6",
    "url": "https:\/\/capella.pics\/69256e83-66e1-449a-b0c2-5414d332e3a6",
    "mime": "image\/jpg",
    "width": 1080,
    "height": 700,
    "color": "#9d908d",
    "size": "176769"
}