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.
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.