A PHP GD + TwitterOAuth demo to dynamically generate Twitter header images and upload them via the API. This enables you to build cool little tricks, like showing your latest followers or sponsors, latest content creted, a qrcode
⚡ Dynamically generated, customizable SVG that gives the appearance of typing and deleting text. Typing SVGs can be used as a bio on your Github profile readme or repository.
Multiavatar Generator in PHP。Initially coded in JavaScript, this version of Multiavatar is re-created in PHP. It can be used in PHP-based backend environments.
This plugin implements progressive image loading, proving a better user experience. Tiny thumbnails which inherit the aspect ratio of their source image are combined with a blurry effect for a better placeholder than a solid colou
BaconQrCode is a port of QR code portion of the ZXing library. It currently only features the encoder part, but could later receive the decoder part as well.
Help, I'm lost!
I was using the version 3, how do I upgrade to version 4? See Upgrade »
To find out what's changed, see the changelog »
A great looking and easy-to-use photo-management-system.
S
Spectrum
Spectrum is a cross-platform image transcoding library that can easily be integrated into an Android or iOS project to efficiently perform common image operations.
The Spectrum APIs incorporate declarativ
Proximage is a handy package for proxying images through the images.weserv.nl (free image cache & resize service) with which you can greatly increase the performance of the site.
Installation
You can install this
Picasso
Picasso is a Laravel Image Management and Optimization Package. Define image dimensions and options, store uploaded image in multiple dimensions with or without a watermark and retrieve optimized images on your
PHP-colored-ascii-linechart
Create beautiful, versatile ASCII line-charts within Terminal, written in PHP.
Create multiple lines in a single chart, each with its own color,
Use points in your chart ,
Scale the
Kirby 3 – Annotator
This plugin allows you to add notes to images by pinning them to specific coordinates / areas.
Overview
This plugin is completely free and published under the MIT license. However, i
Optimize images in your Laravel app
This package is the Laravel 5.7 and up specific integration of spatie/image-optimizer. It can optimize PNGs, JPGs, SVGs and GIFs by running them through a chain of various image
Easily optimize images using PHP
This package can optimize PNGs, JPGs, SVGs and GIFs by running them through a chain of various image optimization tools. Here's how you can use it:
use Spatie\ImageOptimizer\Opt
Convert a webpage to an image or pdf using headless Chrome
The package can convert a webpage to an image or pdf. The conversion is done behind the scenes by Puppeteer which controls a headless version of Google Chr
Laravel Imageoptimizer
With this package you can easy optimize your image in laravel 5.x or lumen. Read the google instruction https://developers.google.com/speed/docs/insights/OptimizeImages about image optim
pho-lib-graph
A general purpose graph library written in PHP 7.1+
Getting Started
The recommended way to install pho-lib-graph is through composer.
composer require phonetworks/pho-lib-graph
Once
Flyimg
Image resizing, cropping and compression on the fly with the impressive MozJPEG compression algorithm. One Docker container to build your own Cloudinary-like service.
Fetch an image fro
object-graph
Provides useful operations on PHP object graphs.
Installation
You can add this library as a local, per-project dependency to your project using Composer:
composer require sebastian/object-graph
Glide
Glide is a wonderfully easy on-demand image manipulation library written in PHP. Its straightforward API is exposed via HTTP, similar to cloud image processing services like Imgix and Cloudinary. Glide l
Manipulate images with an expressive API
Image manipulation doesn't have to be hard. Here are a few examples on how this package makes it very easy to manipulate images.
use Spatie\Image\Image;
// modifying t
Redesigned concepts
Welcome to Charts 6.0. We created this version from the ground up, feel free to explore the documentation :)
Regarding to documentation
Well yes, the docs are not that clear,
ImageHash
A perceptual hash is a fingerprint of a multimedia file derived from various features from its content. Unlike cryptographic hash functions which rely on the avalanche effect of small changes in input
Image Optimizer
This library is handy and very easy to use optimizer for image files. It uses optipng, pngquant, jpegoptim, svgo and few more libraries, so before use it you should install proper libraries on your serve
ColorExtractor
Extract colors from an image like a human would do.
Install
Via Composer
$ composer require league/color-extractor:0.3.*
Usage
require 'vendor/autoload.php';
use League\