Php - Image processing and manipulation

Tuesday, November 3, 2015

I need an elegant and fast way to gather all the rgb pixel value from an image (large) images. My concern is I will not be able to hold values in memory and also the createfromjpeg() method will be slow. I would need storage to hold intermediate data. What would be my options?



Secondly, I need to apply custom filters or process these pixels. Refer me some new filter concepts.



Thanks.

0 comments:

Post a Comment