Tutorial Shares
  • Home
  • Tutorials
  • Categories
  • My Favorites
  • Terms of Use
  • WordPress
    • Theme Customizations
    • Security
    • Admin Dashboard
  • Magento
  • Code Snippets
  • Hosting
  • CSS
  • Dev Tools
  • Hosting
    • Hosting
    • Nginx
    • Ubuntu
    • Linux
  • Design
  • PHP
  • xpath
  • Terminal
    • jq
    • ffmpeg

Home » All Website Development Tutorials » Web Development » Development Tools

Development Tools

Converting WebP Images with the Command Line

Jan 23, 2020 by Christine Cardoso in Image Optimizers Loading 0

Looking to convert webp to jpg from the command line? Use this quick terminal command to convert Google’s webp images to .jpg or .png. Convert a single file, or an entire folder of webp images to the photo format you … Continued

Troubleshooting Gulp Imagemin Error on Sage Roots.io WordPress

Oct 26, 2015 by Michael Salafia in Image Optimizers Loading 423

Here’s what I did to resolve an error caused by imagemin when running gulp from the Sage theme directory. Example: throw er; // Unhandled ‘error’ event Uninstall imagemin node module (from main theme directory) $ npm uninstall gulp-imagemin Remove all … Continued

Batch Convert PNG to JPG from Mac Terminal

Sep 16, 2014 by Michael Salafia in Image Optimizers Loading 913

Batch Convert PNG to JPG mkdir jpegs; sips -s format jpeg *.* –out jpegs Batch Convert JPG to PNG mkdir pngs; sips -s format png *.* –out pngs About Mac sips command What do these commands do? mkdir just makes … Continued

HTML Compressor

Apr 6, 2013 by Christine Cardoso in Code Compressors Loading 687

http://htmlcompressor.com/compressor.html

CSS Compressor

Apr 6, 2013 by Christine Cardoso in Code Compressors Loading 744

http://www.csscompressor.com/

Recent Posts

  • Delete JSON data from file via the Command Line
  • Merge Two JSON Files to Combine Data using Command Line
  • Select the second to last item in a list with Xpath
  • Converting WebP Images with the Command Line
  • Where can I find office vacancy rates by city?

Community Favorites

  • Custom admin column for WP categories & taxonomies (1333)
  • Show All Categories and their Posts in Wordpress (1302)
  • Add color picker to wordpress admin metafield (1249)
  • Fix nav menu active classes for custom post types (1198)
  • Contact Form 7 + Bootstrap Example (1188)

Tags

archive.php bower Category Archives cli command line composer Customize WP custom metaboxes custom meta fields Custom Page Template Custom Post Type Archives Custom Post Types DevOps digital ocean featured image frontend git GoDaddy graphic design Gulp jq linux commands load Magento 2 Nginx node.js NPM Page Templates Pagination Password Protect Permalinks Roots.io Roots Theme Sage server admin sysadmin Terminal trellis typography Ubuntu 14.04 usermod Wordpress Wordpress hacks Wordpress plugins WP Admin Dashboard

© 2023 TutorialShares.com. Brought to you by Digimix, a WordPress Development Company.