Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cropping not working #73

Open
mmbash opened this issue Apr 14, 2014 · 2 comments
Open

Cropping not working #73

mmbash opened this issue Apr 14, 2014 · 2 comments

Comments

@mmbash
Copy link

mmbash commented Apr 14, 2014

Hi,

im using :

Image+: 2.2.0
modx: 2.2.12
php: 5.3.3
phpthumbof: 1.4.0

Created TV with image+ as input/output. When choosing an image i can set the part i want to crop but when i hit "update" nothing happens. The preview image is still the full one and when i check a site with the TV it is also showing the full image and not the cropped one. Debug log is showing nothing related.

Best,

Mike

@yuka123
Copy link

yuka123 commented Apr 23, 2014

This is a phpthumb update problem:

Go to core\model\phpthumb\

in phpthumb.class.php find line 1505:

uncomment below line:

$commandline .= ' -crop '.escapeshellarg($crop_param);

Save and it works then.

@ghost
Copy link

ghost commented Dec 28, 2014

It works fine using pthumb. Although the fields and buttons don't render properly in Revo 2.3.2 they do work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant