Automation Techs For Productivity And Fun

Showing posts with label image processing. Show all posts
Showing posts with label image processing. Show all posts

Check And Remove EXIF Including GPS Data Contained In JPEG Files With Node.js

Exif is information data set to an image file when you take photos with cameras. GPS data like latitude and longitude are often included in Exif data, so you have to be careful when uploading photos you took to public spaces on the Internet. Popular photo sharing services...
Share:

Bulk Resize Image Files Using OpenCV And Node.js

Installing OpenCV requires lot of work and disk space, so I know I should use other libraries like gm with GraphicsMagick or Jimp when I want to resize images with Node.js. Though I've already have OpenCV and opencv4nodejs installed, so I'll...
Share:

How To Convert Photo Images To Fantastic Line-Drawings With Node.js

Last day I wrote an article about converting images to line-drawings using Python and OpenCV. https://blog.pyrospect.com/2019/01/how-to-convert-photo-images-to.html I like Python as a programming language and I believe OpenCV matches best with Python, though the main language...
Share:

How To Convert Photo Images To Fantastic Line-Drawings Using Python And OpenCV

I've received a request for advanced coloring books from my daughter, who entered elementary school last year, but I couldn't find those kind of coloring books in book stores nearby. So I've wrote a program to create line drawings from photos. The program works like this. Before After Source...
Share:

Search This Blog

Labels

Generate Data For Testing With PostgreSQL

When developing a software using PostgreSQL database as storage, the function "generated_series" is very useful to create data ...

Powered by Blogger.

Labels