示例#1
0
        public static ImageInfoRet ImageInfo(string url)
        {
            CallRet callRet = FileOpClient.Get(url + "?imageInfo");

            return(new ImageInfoRet(callRet));
        }
示例#2
0
 public static CallRet ImageExif(string url)
 {
     return(FileOpClient.Get(url + "?exif"));
 }