chrisbatt / AndroidFastImageProcessing

A framework for speeding up image processing on android devices by taking advantage of shaders on the GPU.
MIT License
285 stars 118 forks source link

JPGFileEndpoint quality. #8

Closed yunsun330 closed 10 years ago

yunsun330 commented 10 years ago

Thanks for your great framework. I would like to get the high-quality screenshot from the various filter. Now, JPGFileEndPoint returns the low-quality image. Can you resolve this issue?

Thanks.

chrisbatt commented 10 years ago

You should be able to just use setRenderSize(width, height) on the JPGFileEndPoint to produce what ever size image you would like.

yunsun330 commented 10 years ago

Thanks!