Remove watermarks from the image
Get rid of translucent and opaque texts and logos from your images using our powerful AI technology. This transformation gives you greater control over text and logo removal by giving you more options. PixelBin lets you select specific regions of your image where you would like to apply the transformation.
Params
Remove text (rem_text)
Remove textual information from an image. rem_text
is an alias of this parameter.
Remove logo (rem_logo)
Remove logos from an image. rem_logo
is an alias of this parameter.
Boxes (box1, box2, box3, box4, box5)
Select regions for texts or logos removal by adding coordinates and positions in the box fields. You can select 5 different boxes at once for an image.
The Box
parameters define the position and dimensions of your selection. The input value is of the form x_y_width_height
. Here x
and y
are the image coordinates. The width
and height
map the area on which the transformation is to be applied. These values are specified percentages.
Input value 0_0_100_100
applies transformation on the full image by starting at 0,0
and covering 100%
of the width and 100%
of the
height. Likewise, input value 0_0_50_100
applies a transformation to the left half of an image by starting at 0,0
and covering 50%
of the
width and 100%
of the height
- Image with text
- Text Removed
- Image with logo
- Logo Removed
- URL
- React
<PixelBinImage url="https://cdn.pixelbin.io/v2/dummy-cloudname/FIDrmb/original/images/transformation/remove_watermark.jpeg" />
- URL
- React
<PixelBinImage url="https://cdn.pixelbin.io/v2/dummy-cloudname/FIDrmb/wm.remove(rem_text:true)/images/transformation/remove_watermark.jpeg" />
- URL
- React
<PixelBinImage url="https://cdn.pixelbin.io/v2/dummy-cloudname/FIDrmb/original/images/transformation/hand_holding_glasses.jpeg" />
- URL
- React
<PixelBinImage url="https://cdn.pixelbin.io/v2/dummy-cloudname/FIDrmb/wm.remove(rem_logo:true)/images/transformation/hand_holding_glasses.jpeg" />