I'm about to release a new version.. it's jam packed fill of nice little details as well fixes for good the space issues and "//" stuff... Anyone that was saying they had issues please if you can re-test with this and I bet it's good to go now.
So what new:
Params
removeUniqueness (optional) Default:false Highly
discouraged Remove uniqueness of the created file, or in other words keep the old name
( true/false )
crop (optional) Default:false
A must if you set height and width or use a percentage This will center the image and crop from edge in. Don't like that? Use the X and Y arguments to offset, but the pxs are in relation to the original size image, if you need to make that dynamic use smarty magic. Example: to move to the left of center crop="true,-50, 0"
( "true,X,Y"/"false" )
NEW filter
IMAGEHUE - This is different from COLORIZE, it's much more like Photoshop's hue function. Use farg1 , farg2 and farg3 respectively as red , blue , green. The range for each color is 0 to 255. see the diff here
http://www.digitalbarn.tv/index.php?page=testpage the Space Test is the IMAGEHUE and the ones above are COLORIZE.. Same numbers ... big diff right
More descriptive Errors
AND!!!! use filters together....
here is how
{supersizer path=$File height="200" width="200" crop=true filter="SMOOTH,GRAYSCALE,COLORIZE" farg1="50,,60" farg2=",,45" farg3=",,10" farg4=",,0"}
<<< HOW TO DO sepia
•Fixed the space issues and getting error with getimagesize() not finding the file talked about lower in this post and the fact that I was alerted today that one could use the path... that over sight is corrected.
- If you used the image's server path as a fix , that has been removed. Use path="uploads/…/image.jpg" or path="http://domain.com/uploads/…/image.jpg"
•Fixed the issue with "//" if a subdomain
The only other request was to change the SuperSizerTmp folder… I thought about it and it’s best to use UDT’s. Write a UDT to target the sub folder in the SuperSizerTmp folder for deletion and attach the udt to the event … so you could delete the folder on the deletion of a FEU user or a news article… look to the udt I point out below on how to use…
Read the help for more information… Get creative… SuperSize it!!!
Cheers
Jeremy