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
Name
Type
Description
cid*
String
The IPFS cid
Query Parameters
Name
Type
Description
blur*
Number
A value between 0.3 and 1000 represents the sigma of the Gaussian mask, where sigma = 1 + radius / 2
.
Last updated