Hello. I want to ask how make a normal photos in gallery with sharpen like there : http://www.selena-fan.com/gallery/albums/Appearances/2009/090611%20Visits%20Disneyland%20in%20Anaheim/normal_002.jpg
Please say me a settings. Thank you very much.
And your photos looks like........? (a link to your gallery please)
without sharp http://www.selenagomez.xz.lt/photos/albums/userpics/10002/normal_026%7E4.jpg
If you want help you need to do as requested.
Fabriccio asked for a link to your gallery, not link to an image.
Your actual gallery is here,
http://www.selenagomez.xz.lt/photos/
Which you need to upgrade now as you are running version <!--Coppermine Photo Gallery 1.4.21 (stable)--> while the current version is 1.4.24
http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#upgrade_why
upgrade and then find in include/picmgmnt.inc.php
if (!resize_image($work_image, $normal, $CONFIG['picture_width'], $CONFIG['thumb_method'], $resize_method, "true"))
return false;
}
else {
if (!resize_image($work_image, $normal, $CONFIG['picture_width'], $CONFIG['thumb_method'], $resize_method, "false"))
and replace with
if (!resize_image($work_image, $normal, $CONFIG['picture_width'], $CONFIG['thumb_method'], $resize_method, "true", 1))
return false;
}
else {
if (!resize_image($work_image, $normal, $CONFIG['picture_width'], $CONFIG['thumb_method'], $resize_method, "false", 1))
Thank you very much I will try it :)
Is not working :'(
Then do as suggested and upgrade first. Believe it or not, we don't say this just to be arrogant or annoying. We say it to help you.
Also, posting simply "It's not working" really makes it hard for us to help you as we do not know from just that what is not working and what problems you are getting.
I upgraded gallery (http://selenagomez.xz.lt/galerija)
And I updated include/picmgmnt.inc.php file.
What next step? ;)
Then modify picmgmnt.inc.php as described above and replace the version on the server with your modded one... report back here.
It started working, thank you very much :))