{
  "slug": "photo-filter-presets",
  "name": "gizza-ai/photo-filter-presets",
  "version": "0.1.0",
  "title": "Photo Filter Presets — gizza.ai",
  "description": "Apply a one-click photo filter — sepia, vintage, warm, cool, noir, grayscale, vivid, invert, or fade — right in your browser. No upload to a server, runs locally, free.",
  "tags": [
    "photo",
    "filter",
    "presets",
    "sepia",
    "vintage",
    "grayscale",
    "black-and-white",
    "effects"
  ],
  "category": "image",
  "urls": {
    "page": "https://gizza.ai/tools/photo-filter-presets/",
    "markdown": "https://gizza.ai/tools/photo-filter-presets/index.md",
    "descriptor": "https://gizza.ai/tools/photo-filter-presets/tool.json",
    "deep_link_example": "https://gizza.ai/tools/photo-filter-presets/?url=https://example.com/input&preset=sepia"
  },
  "cli": "gizza tool photo-filter-presets 'url=https://example.com/input' 'preset=sepia'",
  "tool": {
    "description": "Apply a named photographic filter preset to an image at the given URL. Presets: sepia, vintage, warm, cool, noir, grayscale, vivid, invert, fade. Use when the user asks to add a filter, tint, or vintage/sepia/black-and-white look to a photo.",
    "parameters": {
      "properties": {
        "preset": {
          "default": "sepia",
          "description": "Filter preset to apply. Default: sepia.",
          "enum": [
            "sepia",
            "vintage",
            "warm",
            "cool",
            "noir",
            "grayscale",
            "vivid",
            "invert",
            "fade"
          ],
          "type": "string"
        },
        "url": {
          "description": "Absolute http(s) URL to an image (PNG, JPEG, or WebP).",
          "type": "string"
        }
      },
      "required": [
        "url"
      ],
      "type": "object"
    }
  }
}