home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 November / PCWorld_2003-11_cd.bin / Software / Topware / thumbs / thmpls.exe / %DATADIR% / Thumbs.td4 / DatabaseInfo.json < prev    next >
Encoding:
JavaScript Object Notation  |  2003-10-10  |  282 b 

  1. {
  2.     "schema": {
  3.         "thumbnail_width": "Long Integer NOT NULL",
  4.         "thumbnail_height": "Long Integer NOT NULL",
  5.         "thumbnail_type": "Long Integer NOT NULL",
  6.         "compress": "Long Integer NOT NULL",
  7.         "alias": "Text (80)"
  8.     },
  9.     "data": [
  10.         {
  11.             "thumbnail_width": 100,
  12.             "thumbnail_height": 100,
  13.             "thumbnail_type": 6,
  14.             "compress": 80
  15.         }
  16.     ]
  17. }