I cut pic and lost some pixels combine it back

后端 未结 0 1281
醉话见心
醉话见心 2021-02-02 16:29

I cut into pieces pic using this:

int width = image.getWidth();
int height = image.getHeight();
int c = 4;
int r = 4;
int pWidth = width/c;
int pHeight = height/r         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题