Advanced search  

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

Pages: [1]   Go Down

Author Topic: [Solved]: How to sharp Normal photos?  (Read 6619 times)

0 Members and 1 Guest are viewing this topic.

karolyte

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
[Solved]: How to sharp Normal photos?
« 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.
« Last Edit: June 16, 2009, 07:15:25 pm by Joachim Müller »
Logged

Fabricio Ferrero

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 1996
  • From San Juan, Argentina, to the World!
    • http://fabricioferrero.com/
Re: How to sharp Normal photos?
« Reply #1 on: June 14, 2009, 06:00:34 pm »

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

Catching up! :)

karolyte

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: How to sharp Normal photos?
« Reply #3 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
Logged
It is a mistake to think you can solve any major problems just with potatoes.

Stramm

  • Moderator
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: How to sharp Normal photos?
« Reply #4 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))

karolyte

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
Re: How to sharp Normal photos?
« Reply #5 on: June 14, 2009, 08:13:32 pm »

Thank you very much I will try it :)
Logged

karolyte

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
Re: How to sharp Normal photos?
« Reply #6 on: June 14, 2009, 09:06:43 pm »

Is not working  :'(
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: How to sharp Normal photos?
« Reply #7 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.
Logged
It is a mistake to think you can solve any major problems just with potatoes.

karolyte

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
Re: How to sharp Normal photos?
« Reply #8 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? ;)
Logged

Stramm

  • Moderator
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 6006
    • Bettis Wollwelt
Re: How to sharp Normal photos?
« Reply #9 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.

karolyte

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 24
Re: How to sharp Normal photos?
« Reply #10 on: June 16, 2009, 05:13:48 pm »

It started working, thank you very much :))
Logged
Pages: [1]   Go Up
 

Page created in 0.024 seconds with 20 queries.