Round corners

This filter adds rounded corners to the image using the specified color as the background. Normal Image: https://push-3272.5centscdn.com/KB_IMG/Lights_5centsCDN.jpg Transformed Image: https://push-3272.5centscdn.com/KB_IMG/Lights_5centsCDN.jpg?im=filters:round_corner(30,0,0,0,1)  

Read More

Rotate

This filter rotates the given image according to the angle value passed.  im=filters:rotate(90) -This parameter will rotate the image 90 degrees. You can specify the value according to your requirements. Normal Image: https://push-3272.5centscdn.com/KB_IMG/Ballon_5centsCDN.jpg Transformed Image: https://push-3272.5centscdn.com/KB_IMG/Ballon_5centsCDN.jpg?im=filters:rotate(90)  

Read More

RGB

This filter changes the amount of color in each of the three channels. You can add the query parameter im=filters:rgb(R_value,G_value,B_value) Normal Image: https://push-3272.5centscdn.com/KB_IMG/balloon_5CC.jpg Transformed Image: https://push-3272.5centscdn.com/KB_IMG/balloon_5CC.jpg?im=filters:rgb(-20,30,40)    

Read More

Quality

This filter changes the overall quality of the JPEG image (This is not applicable to PNGs or GIFs) using the query parameter im=filters:quality(value) Normal Image: https://push-3272.5centscdn.com/KB_IMG/Lights_5centsCDN.jpg Transformed Image: https://push-3272.5centscdn.com/KB_IMG/Lights_5centsCDN.jpg?im=filters:quality(10)

Read More

Noise

This filter adds noise to the image by adding the query parameter im=filters:noise(value) at the end of the URL.  Normal Image: https://push-3272.5centscdn.com/KB_IMG/balloon_5CC.jpg Transformed Image: https://push-3272.5centscdn.com/KB_IMG/balloon_5CC.jpg?im=filters:noise(300)

Read More

Grayscale

This filter changes the image to grayscale using the query parameter im=filters:grayscale() Normal Image: https://push-3272.5centscdn.com/KB_IMG/balloon_5CC.jpg Transformed Image: https://push-3272.5centscdn.com/KB_IMG/balloon_5CC.jpg?im=filters:grayscale()

Read More

Filling

This filter returns an image sized exactly as requested independently of its ratio. It will fill the missing area with the specified color. It is usually combined with the “fit-in” or “adaptive-fit-in” options. Normal Image: https://push-3272.5centscdn.com/KB_IMG/Ballon_5centsCDN.jpg Transformed Image: https://push-3272.5centscdn.com/KB_IMG/Ballon_5centsCDN.jpg?im=fit-in/500×700/filters:fill(blue) https://push-3272.5centscdn.com/KB_IMG/Ballon_5centsCDN.jpg?im=fit-in/500×700/filters:fill(red)

Read More

Equalize

This filter equalizes the color distribution in the image. Normal Image: https://push-3272.5centscdn.com/KB_IMG/Ballon_5centsCDN.jpg Transformed Image: https://push-3272.5centscdn.com/KB_IMG/Ballon_5centsCDN.jpg?im=filters:equalize()    

Read More

Contrast

This filter increases or decreases the image contrast Normal Image: https://push-3272.5centscdn.com/KB_IMG/Ballon_5centsCDN.jpg Transformed Image: https://push-3272.5centscdn.com/KB_IMG/Ballon_5centsCDN.jpg?im=filters:contrast(40)  

Read More

Brightness

This filter increases or decreases the image brightness by adding im=filters:brightness(Value) at the end of the URL. Normal Image: https://push-3272.5centscdn.com/KB_IMG/Lights_5centsCDN.jpg Transformed Image: https://push-3272.5centscdn.com/KB_IMG/Lights_5centsCDN.jpg?im=filters:brightness(40)

Read More