All Projects â†’ stevenbenner â†’ codeigniter-image-magician

stevenbenner / codeigniter-image-magician

Licence: MIT license
🎨 An ImageMagick library for CodeIgniter.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to codeigniter-image-magician

Hotel-Management-System
Web Base Hotel Management System base on CI
Stars: ✭ 57 (+338.46%)
Mutual labels:  codeigniter
CodeIgniter3-online-shop
A full e-commerce project built with CI3 HMVC with Email confirmation,Paypal payement , Ion Auth , Live Chatroom and full admin dashboard
Stars: ✭ 114 (+776.92%)
Mutual labels:  codeigniter
FuzzImageMagick
Sample files for fuzzing ImageMagick
Stars: ✭ 15 (+15.38%)
Mutual labels:  imagemagick
PHP-Frameworks-Bench
Popular PHP Frameworks Benchmark.
Stars: ✭ 28 (+115.38%)
Mutual labels:  codeigniter
CodeIgniter-Adjacency-List
Simple implementation with nestedSortable plugin.
Stars: ✭ 18 (+38.46%)
Mutual labels:  codeigniter
Codeigniter3-absen-digital
Sistem Absensi Online dengan framework codeigniter 3
Stars: ✭ 33 (+153.85%)
Mutual labels:  codeigniter
codeigniter-monolog-plus
codeigniter monolog plus
Stars: ✭ 13 (+0%)
Mutual labels:  codeigniter
codeigniter-react-boilerplate
A CodeIgniter boilerplate with React.
Stars: ✭ 35 (+169.23%)
Mutual labels:  codeigniter
blurlock-neofetch
A standard i3lock blur screen, but now with neofetch stats overlayed
Stars: ✭ 17 (+30.77%)
Mutual labels:  imagemagick
MagickSlicer
Map tiles generator
Stars: ✭ 73 (+461.54%)
Mutual labels:  imagemagick
SimpleIPAM
Simple IP address management
Stars: ✭ 28 (+115.38%)
Mutual labels:  codeigniter
CIVueJS
Codeigniter + VueJS
Stars: ✭ 25 (+92.31%)
Mutual labels:  codeigniter
gameap-legacy
Free Game Admin Panel
Stars: ✭ 37 (+184.62%)
Mutual labels:  codeigniter
slitcamera
Bash script to turn video file into slit photo
Stars: ✭ 41 (+215.38%)
Mutual labels:  imagemagick
CodeIgniter-Minifyhtml-hooks
A CodeIgniter Hooks that will Minify the HTML, Reducing network latency, enhancing compression, and faster browser loading and execution.
Stars: ✭ 30 (+130.77%)
Mutual labels:  codeigniter
ci-theme
UPDATED: Now themes are independent from application with the use of Actions and Filters :D .. The branch WP-Like is not available for public usage but you may contact me if you want a copy of it.
Stars: ✭ 20 (+53.85%)
Mutual labels:  codeigniter
OneSignal-Codeigniter-Push-Notification
OneSignal is a free push notification service for web and mobile apps. This Codeigniter example makes it easy to integrate your website with OneSignal Push Notifications. https://onesignal.com/ DEMO - http://ci3onesignal.codefort.ru/
Stars: ✭ 27 (+107.69%)
Mutual labels:  codeigniter
lambda-resize-image
An AWS Lambda Function to resize images automatically with API Gateway and S3 for imagemagick tasks. When an image is called on AWS Api Gateway, this package will resize it and send it to the S3.
Stars: ✭ 56 (+330.77%)
Mutual labels:  imagemagick
RCE-python-oneliner-payload
Python bind shell single line code for both Unix and Windows, used to find and exploit RCE (ImageMagick, Ghostscript, ...)
Stars: ✭ 23 (+76.92%)
Mutual labels:  imagemagick
cyan
Cyan Color Converter
Stars: ✭ 68 (+423.08%)
Mutual labels:  imagemagick

CodeIgniter Image Magician

An ImageMagick library for CodeIgniter.

Requirements

  • CodeIgniter 2.0+
  • ImageMagick

Installation

Add the Image_magician.php file to your "libraries" directory in the application folder.

Usage

Load the helper any time you want to use one of it's functions

$this->load->library('image_magician');

You can then call any of the functions through the $this->image_magician object.

Example:

$this->image_magician->is_animated($image_path);

License

(This project is released under the MIT license.)

Copyright (c) 2012 Steven Benner, http://stevenbenner.com/

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].