Using the Electron framework to weed out images
Next Steps
Instead of starting the application with npm start
, the electron-builder add-on package bundles it into a binary. This contains everything you need, including the Chromium browser and libraries on which the project depends. However, the electron-builder package requires a newer Node.js version than the one provided by Ubuntu 16.04. If you like, you can install it from the official Node.js repository.
The results can be easily copied from host to host in file format and run perfectly on similar architectures. If you want to search for images in the current directory rather than the images
directory, you will want to set the string in line 39 of Listing 3 to process.cwd()
after on-boarding the appropriate module with require('process')
.
Changing Platform
If you want to transfer it to another platform, for example the Mac, just call npm install
and npm start
there in the same directory, and you will be surprised: The whole thing works perfectly with the usual GUI conventions. A bundle of joy.
The book Cross-Platform Desktop Applications using Electron and NW.js [5], as well as the blog posting by Jessica Lord [6], offer a good starting point for anyone who now can't resist the urge to delve deeper into the subject of GUI programming with Electron.
One useful addition to the iNuke application would be to insert tags into photos. The good photos of a Hawaii vacation would then be assigned a tag of hawaii 2018, and portrait photos tagged with the name of the person depicted, and so on. Following this step, a search program could easily retrieve them later.
A few buttons with tag names on the GUI's right side that insert a tag into the Exif area of the current photo, plus a New Tag button to help you create new tags – how hard can that be? We may well see.
Infos
- "Programming Snapshot – Facial Recognition" by Mike Schilli, Linux Magazine, issue 214, September 2018, p. 56, http://www.linuxpromagazine.com/Issues/2018/214/Open-source-libraries-for-facial-recognition/
- Electron framework: https://github.com/electron/electron
- "Exploring the Electron Application Framework" by Andreas Möller, Linux Magazine, issue 210, May 2018, p. 30, http://www.linuxpromagazine.com/Issues/2018/210/Electron/
- Listings for this article: ftp://ftp.linux-magazine.com/pub/listings/linux-magazine.com/216/
- Jensen, Paul B. Cross-Platform Desktop Applications using Electron and NW.js. Manning, 2017 https://www.manning.com/books/cross-platform-desktop-applications
- "Essential Electron" by Jessica Lord: http://jlord.us/essential-electron/#stay-in-touch
« Previous 1 2 3 4
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

News
-
First Release Candidate for Linux Kernel 6.14 Now Available
Linus Torvalds has officially released the first release candidate for kernel 6.14 and it includes over 500,000 lines of modified code, making for a small release.
-
System76 Refreshes Meerkat Mini PC
If you're looking for a small form factor PC powered by Linux, System76 has exactly what you need in the Meerkat mini PC.
-
Gnome 48 Alpha Ready for Testing
The latest Gnome desktop alpha is now available with plenty of new features and improvements.
-
Wine 10 Includes Plenty to Excite Users
With its latest release, Wine has the usual crop of bug fixes and improvements, along with some exciting new features.
-
Linux Kernel 6.13 Offers Improvements for AMD/Apple Users
The latest Linux kernel is now available, and it includes plenty of improvements, especially for those who use AMD or Apple-based systems.
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.