Anuncios Libros Cursos Categorías

Scaling and cropping images with Canvas

30-09-2023 - Andrés Cruz

Scaling and cropping images with Canvas

With Canvas it is possible to scale and even crop images drawn on the canvas (in the Canvas) all with just one function called drawImage().


How to change the contrast of an image with HTML5?

26-09-2023 - Andrés Cruz

How to change the contrast of an image with HTML5?

En este artículo veremos cómo aumentar o reducir el contraste de una imagen con HTML5; además hablaremos un poco de como sería el proceso para aumentar el brillo de una imagen; que es un caso similar.


Draw a Line in Loop (cycle) with HTML5 Canvas

25-09-2023 - Andrés Cruz

Draw a Line in Loop (cycle) with HTML5 Canvas

In this article we will see how to draw a line in a Loop or cycle in HTML5; specifically, with the Canvas API.