cats-oss / android-gpuimage

Android filters based on OpenGL (idea from GPUImage for iOS)
9.01k stars 2.27k forks source link

save the list of Images with GPUImages #396

Open mPixster opened 6 years ago

mPixster commented 6 years ago

Hello, Currently I am working on video to gif converter project.so first converting video to images. then convert into gif. now there are many functions are available. I have array list of images. now I have to apply filter all those images using GPUImages. while I apply filter then save all filterImages.when I save all images into internal storage I cannot get actual sequence of Images. how to solve this.

in my project set all gpuImages into Imageview using loop.Loop continuously work. can not break. so when I save gpuImage they get the position of this loop. not start with 0.i have to save images 0 to size of Arraylist. so.. that is problem. so please tell me how to solve.

monxarat commented 5 years ago

You can apply step by step filter to an image or apply a filter to video before export to the image.