BrandKarma

get_image_dimensions

Returns the width and height of an image. Useful before cropping to know the valid crop area.

Remote revuo:brandkarma-4084

Other tools also called get_image_dimensions? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "brandId": {
      "description": "Brand ID (ObjectId) for authorization",
      "type": "string"
    },
    "imageUrl": {
      "description": "Image URL (must be a BrandKarma asset URL)",
      "type": "string"
    }
  },
  "required": [
    "brandId",
    "imageUrl"
  ]
}