Page 1 of 1
Re: color of vertical pictures (portrait) don't match
Posted: 19 Jun 2009, 16:41
by Jan
Hi, somewhere here in the forum some user has recognized that the java upload script has problems with some specific cameras (colors not the same), try to test some other image (e.g. downloaded from web) (maybe this can be caused by this problem)

Re: color of vertical pictures (portrait) don't match
Posted: 23 Jun 2009, 11:00
by Dirk67
Try to change the line:
from:
Code: Select all
<param name="pictureTransmitMetadata" value="true" />
to:
Code: Select all
<param name="pictureTransmitMetadata" value="false" />
within the files:
../components/com_phocagallery/views/category/tmpl/default_upload.php
../components/com_phocagallery/views/user/tmpl/default_upload.php
../administrator/components/com_phocagallery/front/views/category/tmpl/default_upload.php
../administrator/components/com_phocagallery/front/views/user/tmpl/default_upload.php
../administrator/components/com_phocagallery/views/phocagalleryi/tmpl/default_javaupload.php
../administrator/components/com_phocagallery/views/phocagallerym/tmpl/form_javaupload.php
I found it here:
-->
http://jupload.sourceforge.net/howto-cu ... parameters
where the author is explaining the parameter "pictureTransmitMetadata"
This parameter controls whether the applet transmit metadata of the original picture. This may prevent personal information to be thrown on the net.
Note 1: This parameter is especially important for picture coming from the Canon EOS 20D, 30D and 40D: pictures shooted in portrait mode contain metadata that are incompatible with Java 1.6.0_3! The colors of transformed pictures become strange... Since 3.3.0: default to false, to avoid this annonying (and currently not explained) problem.
Note 2: As of 3.2.0, this parameter blocks metadata only for pictures that are updated by the applet. Metadata from picture transmitted 'as is' are not removed. This is corrected in 3.3.0.
Re: color of vertical pictures (portrait) don't match
Posted: 31 Jan 2010, 14:04
by bole
Jan,
Could you make this an option in the settings? We've got the same problem over here, but editting in the code gives problems whith all the updates...
Re: color of vertical pictures (portrait) don't match
Posted: 01 Feb 2010, 07:59
by bole
or even better.... update to the latest version of JUpload:
This parameter controls whether the applet transmit metadata of the original picture. This may prevent personal information to be thrown on the net.
Note 1: This parameter is especially important for picture coming from the Canon EOS 20D, 30D and 40D: pictures shooted in portrait mode contain metadata that are incompatible with Java 1.6.0_3! The colors of transformed pictures become strange... Since 3.3.0: default to false, to avoid this annonying (and currently not explained) problem.
Note 2: As of 3.2.0, this parameter blocks metadata only for pictures that are updated by the applet. Metadata from picture transmitted 'as is' are not removed. This is corrected in 3.3.0
Re: color of vertical pictures (portrait) don't match
Posted: 01 Feb 2010, 17:53
by Jan
Hi, the jupload version is 4.6.0
Jan
Re: color of vertical pictures (portrait) don't match
Posted: 01 Feb 2010, 21:05
by bole
Hmmmm
Didn't notice that at all... However, disabling the option mentioned above solved the issue...
Re: color of vertical pictures (portrait) don't match
Posted: 02 Feb 2010, 17:32
by Jan
Re: color of vertical pictures (portrait) don't match
Posted: 23 Jan 2011, 05:28
by Macek333
In version of Jupload 5.0.1 is problem still not solved. One way is modifing source code of Phoca....
pictureTransmitMetadata = false
