Search found 2 matches

by ashkufaraz
2015-02-25T00:23:54-07:00
Forum: Developers
Topic: How to speed up a complex image processing?
Replies: 5
Views: 6363

Re: How to speed up a complex image processing?

thanks for replay
.
i want convert tif to jpg and then resize jpg to 733*x and set watermark on and then create new thumbnile 200*200 from jpg

but your code create a thumbnile 200 only
by ashkufaraz
2015-02-24T23:04:28-07:00
Forum: Developers
Topic: How to speed up a complex image processing?
Replies: 5
Views: 6363

How to speed up a complex image processing?

Every user will be able to upload 100 TIFF (black and white) images. The process requires: 1.Convert tif to jpg. 2. Resize image to xx. 3. Crop image to 200px. 4. Add a text watermark. Here is my PHP code: move_uploaded_file($image_temp,$destination_folder.$image_name); $image_name_only = strtolower ...