Skip to main content

Supported Transformations

At PixelBin.io, we offer a diverse range of image transformations that seamlessly integrate into Zapier automation. When setting up a Zap action to transform images using PixelBin.io, you specify a transformation string. For instance, to remove backgrounds, you can use methods like erase.bg(). You can further customize these transformations with additional configurations and parameters. For example, erase.bg(i:ecommerce, shadow:true, r:true) allows you to specify parameters such as including ecommerce-related considerations, adding shadows, and applying additional refinements. You can take a look at our tutorial here.

You are also able to apply multiple transformations with a single transformation string using the ~ symbol. We call it chained transformations. For example: erase.bg()~t.trim(t:46). Learn more about chained transformations here.

Available Methods and Configurations

NameDescriptionExample
Artifact RemovalRemove JPEG compression artifact noise and get cleaner imagesaf.remove()
AI Background GeneratorGenerate a background for images using AI. You need add prompt using `p` in base64 stringgenerate.bg(p:YmVhY2g,f:Background,s:236)
AI Variation GeneratorGenerate variations of an input image based on an optional prompt condition.vg.generate(v:2,s:70,auto:false)
Erase BGRemove the background of any imageerase.bg()
Intelligent CropUse this transformation to Intelligently Crop your imagesic.crop(obj:bear)
AI Shadow GeneratorGenerate shadows for objects in your images using AIshadow.gen(bgc:219653,a:109.6,i:0.6)
UpscaleUpscale your images to a larger resolutionsr.upscale(t:4x,enhance_face:true,)
Watermark RemoverProduce watermark free imageswm.remove()

Transform and enhance your images using our powerful AI technology. Organize your images in more efficient manner and our extensible APIs enables seamless integration with your system unleashing the power of our platform. Join the large community of users who use PixelBin to transform their image libraries and achieve excellent performance

Is this page useful?