Grav – Media Re-size
Description The resize action will set width, height, data-width and data-height attributes to your <img> / <video> or <a> tag. In this way, your image will get displayed in the requested size.…
Description The resize action will set width, height, data-width and data-height attributes to your <img> / <video> or <a> tag. In this way, your image will get displayed in the requested size.…
Description Sepia filter is added to give a vintage look. Example  Output The above code will generate the following output − Previous Page:-Click Here
Description Colorizes the image by adjusting red, green, and blue setting values from -255 to +255 for each color for the image. Example  Output The above code will generate…
Description Edge finding filter is added to the image. Example  Output The above code will generate the following output − Previous Page:-Click Here
Description A sharpening filter is added to the image. Example  Output The above code will generate the following output − Previous Page:-Click Here
Description Smoothing filter is applied to the images by setting the value from -10 to +10. Example  Output The above code will generate the following…
Description The Embossing filter is also used to process the image. Example  Output The above code will generate the following output − Previous Page:-Click Here
Description The grayscale filter is used to process the image. Example  Output The above code will generate the following output − Previous Page:-Click Here
Description The value from -100 to +100 is used to apply the contrast filter to the image. When negative number is set higher, then the contrast increases, and when a positive number is set the contrast…
Description With a value of -255 to +255, a brightness filter is added to the image. More positive numbers make the image brighter while more negative numbers make the image darker. Example ![My…