## Not run:
# someFiles <- dir("*.png") #Find all PNGs in directory
# iminfo(someFiles[1])
# #Get info on all files, as a data frame
# info <- plyr::ldply(someFiles,function(v) iminfo(v) %>% as.data.frame)
# ## End(Not run)
Run the code above in your browser using DataLab