Convert JPG/PNG Image to Pixelated & Blurred Image Using Node.js ImageMagick Express.js
Just make a uploads directory where all the input image files will be stored index.js index.html Run the Project
Just make a uploads directory where all the input image files will be stored index.js index.html Run the Project
Circle Transition Between Multiple Videos Using xfade Filter Syntax/Format of Command Explanation Here video1.mp4 is the first video and video2.mp4 is the second video And in place of duration you can replace how much seconds you need to put of transition time And in place of offset you need to replace the offset time in seconds And then in place of fade_type you can replace many effects that xfade supports. They are listed … Read more
What is svgexport? svgexport is a Node.js module and command-line tool for exporting SVG files to PNG and JPEG, it uses Puppeteer for rendering SVG files. Installation Usage Scale 1.5x proportionally: Scale proportionally to set output width to 32px: Scale proportionally and pad output to set output width:height to 32px:54px: Export -1:-1:24:24 (left:top:width:height) of input.svg to output.png: … Read more
scssphp is a free and open source compiler for SCSS that is written using PHP programming language. Basically, SCSS is a CSS preprocessor language that gives us additional features like variables, functions, mixins, imports, control directives, nesting, and color manipulation. You can easily use scssphp in any existing or new PHP-based project. It is packed with a command line … Read more
In this tutorial, you’ll learn how to create an autocomplete functionality for search engines. Just like Google or Bing has implemented on their websites. The frontend is developed using Python Flask and HTML5 whereas the backend is powered by Elasticsearch. Folder Structure Backend api.py Frontend templates home.html app.py Backend/api.py Frontend/templates/home.html Frontend/app.py
In this article, I’ll give you an ultimate list of the best DLL decompilers. These tools will enable you to decompile DLL (Dynamic-link library) files to view the C#, VB.NET, or C++ source code. Decompiling a .dll file is helpful if you want to understand how it works without having access to the original source … Read more
Carbon is an open-source programming language developed by Google as a successor to C++. At the time of writing this tutorial, Carbon language is an experimental project. There is no working compiler or toolchain. You can see the demo interpreter for Carbon on compiler-explorer.com. Carbon Declarations Functions/Methods are declared using fn keyword. Variables are declared using var keyword. Variable names … Read more
In this blog post, I’m creating a list of all the open-source programming languages that are actively developed on GitHub. Go Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. View Source Code Swift Swift is a high-performance system programming language. It has a clean and … Read more
In this tutorial, I’ll provide you with the source code of Python 3 and libsass to compile the raw Sass or SCSS files to compressed CSS code. You can easily run this code on the command line. The full project is written for beginners. Converting Raw SCSS to CSS code1.py Now, if you want to compress the … Read more
In this tutorial, I’ll show you how to use TypeScript and Angular 13 ngx-useful-swiper to view Powerpoint (.PPTX) presentations inside a web browser. app.component.html app.component.ts app.module.ts