MicrostockGroup

Microstock Photography Forum - General => Symbiostock => Symbiostock - Development Area => Topic started by: Ron on July 24, 2013, 13:27

Title: Bug - watermark not superimposed
Post by: Ron on July 24, 2013, 13:27
Hi there,

Seems there is another bug

http://semmickphoto.com/image/sailing-boats-in-the-howth-marina/ (http://semmickphoto.com/image/sailing-boats-in-the-howth-marina/)

I have processed hat image twice but the watermark is not present. All previous images do have a watermark. Even from the same batch processed images.

Watermark is still present in the image-processor

I tried another image just now and it does work http://semmickphoto.com/image/kissing-pelicans/ (http://semmickphoto.com/image/kissing-pelicans/)

Why would that one image not get the watermark?
Title: Re: Bug - watermark not superimposed
Post by: EmberMike on July 24, 2013, 13:34

Could it be the dimensions? Wonder if the panoramic sizing somehow throws off the watermark placement.
Title: Re: Bug - watermark not superimposed
Post by: Ron on July 24, 2013, 13:37
Cheers.

I just checked my panoramas and they all seem to have a watermark, even these ones

http://semmickphoto.com/image/chicago-skyline-at-night/ (http://semmickphoto.com/image/chicago-skyline-at-night/)
http://semmickphoto.com/image/large-panorama-of-the-full-chicago-skyline/ (http://semmickphoto.com/image/large-panorama-of-the-full-chicago-skyline/)
http://semmickphoto.com/image/chicago-navy-pier-at-night/ (http://semmickphoto.com/image/chicago-navy-pier-at-night/)
Title: Re: Bug - watermark not superimposed
Post by: ajt on July 24, 2013, 13:39
But they are much smaller, that image has about 25mpix.
Where is your hosting, can you increase php memory?
Title: Re: Bug - watermark not superimposed
Post by: ajt on July 24, 2013, 13:40
deleted
Title: Re: Bug - watermark not superimposed
Post by: Ron on July 24, 2013, 13:40
But they are much smaller, that image has about 25mpix.
Where are your hosting, can you increase php memory?


I'll try another big one.

http://semmickphoto.com/image/panorama-of-phoenix-park-and-wicklow-mountains/ (http://semmickphoto.com/image/panorama-of-phoenix-park-and-wicklow-mountains/)

25 mb with watermark,

I increased my memory already last time.


memory_limit = 32M
max_execution_time = 30     ; Maximum execution time of each script, in seconds
max_input_time = 60   ; Maximum time each script may spend parsing request data
memory_limit = 128M      ; Maximum memory a script may consume (16MB)
upload_max_filesize = 50M
post_max_size = 50M
Title: Re: Bug - watermark not superimposed
Post by: ajt on July 24, 2013, 14:23
This one is a bit smaller, maybe few bytes below limit. If you cant increase memory_limit above 128M, try to deactivate some plugins for processing time.
Title: Re: Bug - watermark not superimposed
Post by: Ron on July 24, 2013, 14:37
This one is a bit smaller, maybe few bytes below limit. If you cant increase memory_limit above 128M, try to deactivate some plugins for processing time.
Processing works fine.

I will reduce it to 24mb and try again
Title: Re: Bug - watermark not superimposed
Post by: ajt on July 24, 2013, 14:45
Processing works fine.

In processing time memory is needed for resizing, and after resizing, for adding watermark. Maybe last phase of processing fails. Deactivating plugins should increase available memory.