Download the PHP package thisisbd/silverstripe-fixjpeg-orientation without Composer
On this page you can find all versions of the php package thisisbd/silverstripe-fixjpeg-orientation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thisisbd/silverstripe-fixjpeg-orientation
More information about thisisbd/silverstripe-fixjpeg-orientation
Files in thisisbd/silverstripe-fixjpeg-orientation
Download thisisbd/silverstripe-fixjpeg-orientation
More information about thisisbd/silverstripe-fixjpeg-orientation
Files in thisisbd/silverstripe-fixjpeg-orientation
Vendor thisisbd
Package silverstripe-fixjpeg-orientation
Short Description SilverStripe Fix JPEG Orientation Module. Ensures that JPEG images uploaded from a mobile are rotated and saved upright according their orientation value for consistent viewing when displayed on a web page.
License BSD-3-Clause
Homepage http://github.com/thisisbd/silverstripe-fixjpeg-orientation
Package silverstripe-fixjpeg-orientation
Short Description SilverStripe Fix JPEG Orientation Module. Ensures that JPEG images uploaded from a mobile are rotated and saved upright according their orientation value for consistent viewing when displayed on a web page.
License BSD-3-Clause
Homepage http://github.com/thisisbd/silverstripe-fixjpeg-orientation
Please rate this library. Is it a good library?
Informations about the package silverstripe-fixjpeg-orientation
SilverStripe Fix JPEG Orientation Module
Automatically rotate JPEG image on upload, according to Exif Orientation data for consistent, upright viewing on a web page.
Maintainer Contacts
- Darren-Lee Joseph
<darrenleejoseph (at) gmail (dot) com>
Requirements
- SilverStripe 3.1
Installation Instructions
Installation can be done either by composer or by manually downloading a release.
Via composer (best practice)
composer require "thisisbd/silverstripe-fixjpeg-orientation:*"
Manually
- Download the module from the releases page.
- Extract the file (if you are on windows try 7-zip for extracting tar.gz files
- Make sure the folder after being extracted is named 'fixjpeg-orientation'
- Place this directory in your sites root directory. This is the one with framework and cms in it.
- Visit
<yoursite.com>/?flush
to clear the manifest cache.
Usage Overview
This module will read the Exif Orientation data of uploaded JPEG images uploaded via the UploadField and automatically rotate them and re-save them for upright display on a web page.
Known Issues
There are no known issues.
All versions of silverstripe-fixjpeg-orientation with dependencies
PHP Build Version
Package Version
The package thisisbd/silverstripe-fixjpeg-orientation contains the following files
Loading the files please wait ....