Blur image

Blur the image, if provided, performs a slower, more accurate Gaussian blur.

GET https://gateway.omnidata.xyz/ipfs/:cid?blur=5

Path Parameters

NameTypeDescription

cid*

String

The IPFS cid

Query Parameters

NameTypeDescription

blur*

Number

A value between 0.3 and 1000 represents the sigma of the Gaussian mask, where sigma = 1 + radius / 2.

Last updated