Download the PHP package mageplaza/module-image-optimizer without Composer

On this page you can find all versions of the php package mageplaza/module-image-optimizer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package module-image-optimizer

Magento 2 Image Optimizer

Magento 2 Image Optimizer can be considered as a must-have module for Magento 2 stores which have the need to compress and optimize their images. By optimizing the images, you will have the ability to reduce the page loading time, enhance the shopping experience as well as grow the conversion rate considerably.

1. Documentation

2. FAQ

Q: I got an error: Mageplaza_Core has been already defined

A: Read solution here

Q: What image types are supported by Image Optimizer?

A: Most common image types are supported, including PNG, JPG, and GIF.

Q: Can you please let me know about the optimization process?

A: At first, all files (of the directories that are included) will be scanned. After that, the scanned images will be optimized.

Q: Is it possible to set up the optimization process to be automated by a specific schedule?

A: Yes, it is absolutely possible. With the help of cron, the schedule to scan and optimize the image can be set on a regular basis.

Q: How is the quality of the image after optimizing?

A: Using Magento 2 Image Optimizer, you will have two options, which are Lossless and Custom. Choosing Lossless, you can reduce the size of the image while still retaining the quality of that image. On the contrary, you can define the quality percent of optimized images with the Custom option. However, please keep in mind that small file size equal with worse image quality.

3. How to install Image Optimizer extension for Magento 2

Before installing the extension, please bought it here

Install via composer (recommend). Run the following command in Magento 2 root folder: (Available only for paid customers)

4. Highlight Features of Magento 2 Image Optimizer

Optimize multiple types of images

Optimize multiple types of images

With Magento 2 Image Optimizer, various types of images such as PNG, JPG, and GIF can be compressed easily by the store admins. These three image types are the most common formats which are used by thousands of online stores to upload the pictures of their products and services. With compressed image size, you will be able to better your store site’s performance.

Control image quality: lossless or lossy

Control image quality

Setting the compression level is the most interesting feature of the Magento 2 Image Optimizer extension. There are two compression options which create different image quality and file size output that you can use: Lossless and Lossy.

On the one hand, Lossless is an option which allows admin to retain the quantity of image while downsizing its size. More specifically, by removing unnecessary meta data from image files, the file size will be decreased marginally.

On the other hand, Custom compression, also known as Lossy, will help you to reduce the file size dramatically. However, there will be a loss in the data of the original image file; in other words, the quality of the image will be affected. When Magento 2 Image Optimizer extension is applied to your store, the retained proportion of quality after the compression process can be set without a visible loss in image quality. As a result, you can retain full control of image quality as well as the compression level.

Process optimization automatically

Process optimization automatically

You can activate the image compression on a regular basis by running cron. Thanks to this, the admin will no longer need to compress images manually.

Magento 2 Image Optimizer will scan all the available images and notify you about the optimization status. After that, this module will activate the optimization process to scan than compress images in certain times. Store admins will be able to save a great amount of time with this automated operation.

Back up original images

Back up original images

To ensure the safety of original images, modifications should accompany with backup. With Magento 2 Image Optimizer, all images will be stored in an image directory, and store admins can roll-back any image and use it at any time if necessary.

The backup feature allows admins to freely modify the image without worrying about the original picture being lost.

Included and excluded images directories

Included and excluded images directories

In addition, you can also assign the image scan to certain directories of your site. From the admin backend, admins can include all directories which have the images being scanned and exclude ones which you would like to keep images from scanning.

Thanks to this separation, the scanning process will become much more time-saving and focussing. The directories which require original pictures with full quality will not be counted in the optimization process.

5. More Features of Magento 2 Image Optimizer extension

Force File Permission

Approve/ Disapprove permission for compressed file.

Skip Transparent Image

Allow skipping the transparent image during the process of optimization

Record, Requeue And Restore

All scanned paths, original size, optimized size, optimization status, optimized percent, error message are recorded. Also, the status of the optimized image can also be changed to pending and re-optimize. Besides, the optimized images can also be restored to original images.

Run Manually

By selecting the Optimize button at the Manage Images grid, you will be able to optimize images manually.

Bulk Compress

Allow multiple image paths and compress to be selected at the same time.

Command Line

Command-line is supported for quick and convenient image optimization.

6. Full Image Optimizer Feature List

For Store Admins

General

Optimize Options

Directory

Cron Job

Manage Images

For Customers

7. Image Optimizer User Guide

How to Configure

1. Configuration

Login to the Admin Magento, choose Stores > Image Optimizer > Configuration

1.1. General

1.2. Optimize Options

1.3. Scan Directory

1.4. Cron job

2. Manage Images

3. Command line

It is possible to run the following command to optimize images quickly, conveniently and the number of images after each optimize will be based on the value of the Limit Number of Images field in the Configuration section:

Also, please run the following command to scan images following the confiruration at the field Scan Directory:

Get more Magento 2 extension on Github

Explore our pupular extension:

Our extension on Marketplace:


All versions of module-image-optimizer with dependencies

PHP Build Version
Package Version
Requires mageplaza/module-core Version ^1.4.5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mageplaza/module-image-optimizer contains the following files

Loading the files please wait ....