[Solved]: How to sharp Normal photos? [Solved]: How to sharp Normal photos?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

[Solved]: How to sharp Normal photos?

Started by karolyte, June 14, 2009, 05:40:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

karolyte

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.

Fabricio Ferrero

And your photos looks like........? (a link to your gallery please)
Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)


phill104

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
It is a mistake to think you can solve any major problems just with potatoes.

Stramm

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))

karolyte

Thank you very much I will try it :)

karolyte


phill104

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.
It is a mistake to think you can solve any major problems just with potatoes.

karolyte

I upgraded gallery (http://selenagomez.xz.lt/galerija)
And I updated include/picmgmnt.inc.php file.

What next step? ;)

Stramm

Then modify picmgmnt.inc.php as described above and replace the version on the server with your modded one... report back here.

karolyte

It started working, thank you very much :))