forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 modpack by Stramm => Topic started by: karolyte on June 14, 2009, 05:40:40 pm

Title: [Solved]: How to sharp Normal photos?
Post by: karolyte on June 14, 2009, 05:40:40 pm
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.
Title: Re: How to sharp Normal photos?
Post by: Fabricio Ferrero on June 14, 2009, 06:00:34 pm
And your photos looks like........? (a link to your gallery please)
Title: Re: How to sharp Normal photos?
Post by: karolyte on June 14, 2009, 06:26:46 pm
without sharp http://www.selenagomez.xz.lt/photos/albums/userpics/10002/normal_026%7E4.jpg
Title: Re: How to sharp Normal photos?
Post by: phill104 on June 14, 2009, 06:56:51 pm
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
Title: Re: How to sharp Normal photos?
Post by: Stramm on June 14, 2009, 07:38:49 pm
upgrade and then find in include/picmgmnt.inc.php
Code: [Select]
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
Code: [Select]
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))
Title: Re: How to sharp Normal photos?
Post by: karolyte on June 14, 2009, 08:13:32 pm
Thank you very much I will try it :)
Title: Re: How to sharp Normal photos?
Post by: karolyte on June 14, 2009, 09:06:43 pm
Is not working  :'(
Title: Re: How to sharp Normal photos?
Post by: phill104 on June 14, 2009, 09:22:56 pm
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.
Title: Re: How to sharp Normal photos?
Post by: karolyte on June 14, 2009, 09:51:42 pm
I upgraded gallery (http://selenagomez.xz.lt/galerija)
And I updated include/picmgmnt.inc.php file.

What next step? ;)
Title: Re: How to sharp Normal photos?
Post by: Stramm on June 15, 2009, 08:36:52 am
Then modify picmgmnt.inc.php as described above and replace the version on the server with your modded one... report back here.
Title: Re: How to sharp Normal photos?
Post by: karolyte on June 16, 2009, 05:13:48 pm
It started working, thank you very much :))