Announcement

#1 2015-02-12 10:32:40

ttt
Guest

Image Quality

Hello/Hi/Greetings,

i found that the image quality is bad,
i upload 2048px wide photo to piwigo, but the output seem worse than my facebook quality...

may i know HOW TO make sure the -BEST- image quality ?
correct upload method ?
suggested photo size ?


Please help, as i want to make sure my website having the best photo quality.

Thank you
Regards,




Piwigo version:
PHP version:
MySQL version:
Piwigo URL: http://eaeastudio.com/gallery/

 

#2 2015-02-12 11:56:53

flop25
Piwigo Team
2006-07-06
7037

Re: Image Quality

Hello
could you be more precise: what criterias of quality are you talking? do you talk about the resized pictures? etc
if you're really a photographer you should come with precise vocabulary and analysis


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#3 2015-02-12 13:08:00

ttt
Guest

Re: Image Quality

Thank you for prompt reply.


The Sharpness is reduced.
below links for your comparison


1.
https://www.facebook.com/photo.php?fbid … mp;theater

2.
http://eaeastudio.com/gallery/picture.p … category/3


Thank you
Regards,

 

#4 2015-02-12 13:16:58

flop25
Piwigo Team
2006-07-06
7037

Re: Image Quality

that's an option on Option->Size admin page


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#5 2015-02-12 13:52:31

homdax
Member
Sweden
2015-02-02
294

Re: Image Quality

That is only for size, not for image quality. Please elaborate on how you correlate size with quality?

Offline

 

#6 2015-02-12 13:54:33

sport
Member
2014-03-16
93

Re: Image Quality

http://s26.postimg.org/lf2y0eb49/screenshot_91.jpg

Last edited by sport (2015-02-12 13:54:52)

Offline

 

#7 2015-02-12 13:56:22

homdax
Member
Sweden
2015-02-02
294

Re: Image Quality

ok?

Wait, "show details". Found it, far to the right.


But where do you guys get those default values from? They are not 3:4 standards, not even 16:9 or 16:10 or anything I have seen before?

http://en.wikipedia.org/wiki/Computer_d … dards2.svg

Last edited by homdax (2015-02-12 14:00:55)

Offline

 

#8 2015-02-12 14:07:56

flop25
Piwigo Team
2006-07-06
7037

Re: Image Quality

did you update from a previous piwigo version which were not using auto generation? because values can be calculated from that


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#9 2015-02-12 14:09:57

homdax
Member
Sweden
2015-02-02
294

Re: Image Quality

No it is a default setup from scratch.

Image size auto generation could of course explain it somewhat.

Piwigo version: 2.7.3
PHP: 5.2.42-servage30 (Show info) [2015-02-03 08:16:47]
MySQL: 5.0.85-log [2015-02-03 08:34:24]
Graphics Library: External ImageMagick 6.7.8-7
Piwigo URL: http://homeworldshots.net/_piwigo/

Offline

 

#10 2015-02-12 14:14:36

flop25
Piwigo Team
2006-07-06
7037

Re: Image Quality

ok ; no that's the default values, i've just checked the files
http://piwigo.org/dev/browser/trunk/inc … c.php#L221
I notify rvelices who has a better knowledge


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#11 2015-02-12 14:18:13

homdax
Member
Sweden
2015-02-02
294

Re: Image Quality

So this:

Code:

IMG_SQUARE => new DerivativeParams( SizingParams::square(120,120) ),
222        IMG_THUMB => new DerivativeParams( SizingParams::classic(144,144) ),
223        IMG_XXSMALL => new DerivativeParams( SizingParams::classic(240,240) ),
224        IMG_XSMALL => new DerivativeParams( SizingParams::classic(432,324) ),
225        IMG_SMALL => new DerivativeParams( SizingParams::classic(576,432) ),
226        IMG_MEDIUM => new DerivativeParams( SizingParams::classic(792,594) ),
227        IMG_LARGE => new DerivativeParams( SizingParams::classic(1008,756) ),
228        IMG_XLARGE => new DerivativeParams( SizingParams::classic(1224,918) ),
229        IMG_XXLARGE => new DerivativeParams( SizingParams::classic(1656,1242) ),

is not correct in the setup?

Offline

 

#12 2015-02-12 14:23:39

flop25
Piwigo Team
2006-07-06
7037

Re: Image Quality

yes it is
I was answering myself saying 'no', like you did too


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#13 2015-02-12 15:01:29

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
13791

Re: Image Quality

Warning : image quality can be related to your internet connection. For example, when I use a mobile 3G connection, my internet provider compress the photos and they become very low quality.

We need to see a specific example before we can say the resize made by Piwigo is repsonsible for a reduced quality.

Offline

 

#14 2016-10-22 13:51:50

achmetinternet
Member
2016-10-22
6

Re: Image Quality

I think I have a similar issue: I want to use Piwigo on a webspace also as a sort of backup of the pictures which I have on my HDD. This means that they need to be up on Piwigo in the same format, quality and size as they are on my HDD. How can I make sure this happens? What are the settings I need to put in Ploader? Is there anything that I need to change on the server side in Piwigo as well=

I'm a bit worried because after reading the last comment, it seems to me that it is not guaranteed that the pictures uploaded to my server will have the same format, quality and size (even if I knew the settings that I need to change to make this theoretically possible) as the ones on my HDD.

Offline

 

#15 2016-10-22 14:05:40

flop25
Piwigo Team
2006-07-06
7037

Re: Image Quality

nonono Piwigo doesn't change anything to uploaded pictures unless you have specified a resize at Upload in Option->Size
then the others are auto generated pictures

The last comment is made by our founder and main Piwigo developer talking about the image quality you can actually receive on your web browser due compressions applied by Content Delivery Networks, server itself... well any intermediary process on which Piwigo can't do anything


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact