MyBB Requests

[Plugin] Userbar Hue Changer

Submitted by Tropical, , Thread ID: 3953

Thread Closed

RE: [Plugin] Userbar Hue Changer

DarSider
Member
Level:
0
Reputation:
13
Posts:
149
Likes:
14
Credits:
55
19-05-2015, 12:59 PM
#23
19-05-2015, 12:50 PM
AndresXZ09 Wrote:
Code:
<?php
function modulateImage($imagePath, $hue, $brightness, $saturation) {
  $imagick = new \Imagick(realpath($imagePath));
  $imagick->modulateImage($saturation, $hue);
  header("Content-Type: image/jpg");
  echo $imagick->getImageBlob();
}
?>

Pretty much that's an example of the modulateImage
Why not doing this with JS :noh:
So we won't use imagick stuff
Isn't it ?
- Web Developer & Designer

Website : https://developement.design/
Skype : ef.team
Email : [email protected]

Users browsing this thread: 1 Guest(s)