1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-08-08 00:56:31 +02:00
This commit is contained in:
Mikael Roos
2016-03-09 18:03:08 +01:00
parent d697809a69
commit 29d18c4b3c
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2012 - 2015 Mikael Roos, me@mikaelroos.se
Copyright (c) 2012 - 2016 Mikael Roos, me@mikaelroos.se
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@@ -329,14 +329,14 @@ return [
* Create custom shortcuts for more advanced expressions.
*
* Default values.
* shortcut: array(
* shortcut: [
* 'sepia' => "&f=grayscale&f0=brightness,-10&f1=contrast,-20&f2=colorize,120,60,0,0&sharpen",
* )
* ]
*/
/*
'shortcut' => array(
'shortcut' => [
'sepia' => "&f=grayscale&f0=brightness,-10&f1=contrast,-20&f2=colorize,120,60,0,0&sharpen",
),*/
],*/