PHP Classes

File: usage/index.php

Recommend this page to a friend!
  Classes of Miraz Mac   PHP Deep Fry   usage/index.php   Download  
File: usage/index.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP Deep Fry
Apply an effect to an image to make it look fried
Author: By
Last change:
Date: 4 years ago
Size: 167 bytes
 

Contents

Class file image Download
<?php

require '../vendor/autoload.php';

$fryer = new MirazMac\DeepFry\Fryer('meme.jpg');
$fryer->fry()
      ->
moreDeepNibba()
      ->
quality(20)
      ->
output();