Tagged: Image

Verify an image URL in JavaScript - Clue Mediator

Verify an image URL in JavaScript

In this short article, we will show you how to verify an image URL in JavaScript. Here, we will use the Regular Expression to validate the image url using JavaScript....

How to save an image from a URL in PHP - Clue Mediator

How to save an image from a URL in PHP

Today we’ll explain to you how to save an image from a URL in PHP. Sometimes we need to download images from a remote server and use them in projects....

Resize an image using the GD library in PHP - Clue Mediator

Resize an image using the GD library in PHP

Today we will explain to you how to resize an image using the GD library in PHP. When we are working with the gallery or individual images to display on...

Convert base64 to image file in PHP - Clue Mediator

Convert base64 to image file in PHP

Today we will show you how to convert base64 to image file in PHP. In the previous article we learned how to convert an image to base64 encoded string using...

Upload image using PHP - Clue Mediator

Upload image using PHP

Mostly, we need to upload images during the development of a php website. So, today we will explain to you an easy way to upload image using php. PHP File...

Replace image src in HTML using PHP - Clue Mediator

Replace image src in HTML using PHP

Today we will show you how to replace image src in HTML using PHP. How to replace image src in a dynamic HTML string with PHP, PHP: How to replace...

Validate Image Content in ReactJS - Clue Mediator

Validate Image Content in ReactJS

Today we will show you how to validate image content in ReactJS. When we are working with the image upload functionality then we also need to implement the validation for...

Image zoom in ReactJS - Clue Mediator

Image zoom in ReactJS

Today we will show you how to implement the image zoom in ReactJS. When you are working with any e-commerce site at that time we have to implement image zoom...