Monday, November 28, 2011

CakePHP Media Plugin quality of image

Hi
I'm using Media Plugin of David Persson (https://github.com/
davidpersson/media
) and it is very very useful.
I would ask a question that I can't resolve.
My question is that when I do a filtering (fitInside) of an upload
image


Configure::write('Media.filter.image', array(
's' => array('convert' => 'image/jpeg',
'fitInside' => array(124, 81))
)
);

I note that the quality of the filtered image is not good I would ask
if there is a method to improve the quality.
Many Thanks

--
Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php

No comments: