picqer / php-barcode-generator

Barcode generator in PHP that is easy to use, non-bloated and framework independent.
GNU Lesser General Public License v3.0
1.66k stars 400 forks source link

Added consistency on PNG/JPG classes and tests #169

Closed kuorus closed 5 months ago

kuorus commented 2 years ago

I changed the two classes that export to image file so they are equally important, and create a common abstract class that keeps the common logic.

Then, when testing, I only had imagemagick enabled, so the test failed when it should be skipped due to having gd disabled, so I reused the same logic used for imagemagick (skip if not installed)