I think this should work just fine library(png) #read file img<-readPNG("33.png") #get size h<-dim(img)[1] w<-dim(img)[2] #open new file for output ...
確定! 回上一頁