pancakes

MicrostockGroup Sponsors


Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ajt

Pages: 1 ... 10 11 12 13 14 [15]
351
Any ideas about other settings to check?

Probably you have 64M memory limit for php. Read my reply #127 above. Maybe Leo will finish new version today, with Imagick and it should resolve this problems. Meanwhile you can try to increase memory_limit in php.ini (if you are allowed to do it on your server).

352
But this small change ma be for now only, it has nothing common with imagick, it just removes allocating huge amout of memory, by removing one loading of image.
And for imagick, maybe look into wordpress code, it has some functions to check if imagick is present, etc.

353
Leo, we all will be waiting very long for new version and imagick in official code, so maybe now you could make one little change:

In wp-content/themes/symbiostock/inc/classes/image-processor/symbiostock_image_processor.php file,
 in symbiostock_process_image function, here:


            //make our thumbnail

            $image = WideImage::load( $this->upload_dir . $image_file . '.jpg' );

            $resized = $image->resize( $thumb_size[ 'width' ], $thumb_size[ 'height' ] );

just throw away second command

and leave it as here:

            //make our thumbnail

            $resized = $image->resize( $thumb_size[ 'width' ], $thumb_size[ 'height' ] );


and it will increase jpg pix limit about twice.

For example, someone with 256M memory set in php.ini, and 25Mpix image limit (click_click, I suppose), should have about 50 MPix now.
and me, with 64M memory, will have limit incresed from 3 to 6MPix :)

354
I installed Symbiostock three times so far, and once I installed Theme Updater first, as it was mentioned somewhere. Symbiostock instaled after it had network tab blank  and some Save buttons on other tabs were not working. Next install, without Theme Updater, was ok.

355
It was exactly "my" problem with image processing. It is resolved now, so wait for next version of Symbiostock.

356
I don't know if imagemagick is everywhere. I think that Symbiostock should check it and use imagick or current method to process images.

357
My upload limit is 25MP (Hostgator).

Could you (or Leo) elaborate how to increase that limit?

Do you mean 25 megapixels or 25 megabytes?
If 25MPix, solution will be in few hours, I think :)


358
Somebody testing symbiostock just emailed me and sent me an awesome solution. I might be able to implement it tomorrow. Makes much better use of memory! Awesome.

Me?  :)
Since I had problems with only 64M memory for php on my server, and I could upload max 3Mpix images, I made some changes in code, so limit increased to about 8Mpix. Still too low for me, so I replaced php GD resize function with Image Magick and 36Mpix images are processed now. I didn't tried bigger :)

359
Leo, when I upload photos bigger than 4Mpix, they are not processed (no preview, no transfer to symbiostock_rf, only IPTC values are ok). I tried to upload big ones (about 20Mpix) in Wordpress->Media->Add new, everything was ok. Maybe Symbiostock upload process is more memory consuming? PHP memory limit is 64M only...

Pages: 1 ... 10 11 12 13 14 [15]

Sponsors

Mega Bundle of 5,900+ Professional Lightroom Presets

Microstock Poll Results

Sponsors