appscms-tools-theme 1.9.7 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (909) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.txt +21 -21
  3. data/README.md +50 -50
  4. data/_data/about/en/about.json +16 -16
  5. data/_data/blog/alertbar.yml +3 -3
  6. data/_data/blog/authors.yml +11 -11
  7. data/_data/blog/blog.yml +3 -3
  8. data/_data/blog/nav.json +13 -13
  9. data/_data/blog/share.yml +28 -28
  10. data/_data/contact/en/contact.json +38 -38
  11. data/_data/disclaimer/en/disclaimer.json +37 -37
  12. data/_data/download/en/download.json +35 -35
  13. data/_data/feature/en/compress-pdf.json +199 -199
  14. data/_data/feature/en/split-pdf.json +115 -115
  15. data/_data/feature/hi/compress-pdf.json +81 -81
  16. data/_data/feature/tr/compress-pdf.json +80 -80
  17. data/_data/filecomparison/en/filecomparison.json +38 -38
  18. data/_data/fileinfo/en/fileinfo.json +15 -15
  19. data/_data/footer/en/data.json +72 -72
  20. data/_data/footer/hi/data.json +68 -68
  21. data/_data/footer/networksites.json +15 -15
  22. data/_data/header/en/data.json +134 -134
  23. data/_data/header/hi/data.json +144 -144
  24. data/_data/home/en/en.json +285 -285
  25. data/_data/home/hi/hi.json +86 -86
  26. data/_data/languagesupport/compress-pdf-langs.json +11 -11
  27. data/_data/languagesupport/index-langs.json +13 -13
  28. data/_data/privacy/en/privacyPolicy.json +265 -265
  29. data/_data/termAndCondition/en/termAndCondition.json +358 -358
  30. data/_includes/Rating/rating.html +92 -92
  31. data/_includes/Rating/structureddata.html +53 -53
  32. data/_includes/Usp/usp.html +95 -95
  33. data/_includes/adblocker.html +135 -135
  34. data/_includes/adsense/adsense.html +7 -7
  35. data/_includes/alternates/alternates.html +45 -45
  36. data/_includes/author_bio.html +16 -16
  37. data/_includes/authors/authors.html +52 -52
  38. data/_includes/cssfile/links.html +11 -11
  39. data/_includes/custom-head.html +75 -75
  40. data/_includes/customblog/recentposts.html +69 -69
  41. data/_includes/customblog/relatedposts.html +203 -203
  42. data/_includes/disqus_comments.html +10 -10
  43. data/_includes/dropdown/langdropdown.html +22 -22
  44. data/_includes/feature.html +37 -37
  45. data/_includes/fileformat/Tabularcompariosn.html +158 -158
  46. data/_includes/fileformat/comparisonfiles.html +151 -151
  47. data/_includes/fileformat/fileformatdetail.html +101 -101
  48. data/_includes/fileformat/fileinfoformat.html +93 -93
  49. data/_includes/footer/index.html +266 -266
  50. data/_includes/google-analytics.html +22 -22
  51. data/_includes/head/index.html +208 -205
  52. data/_includes/header/blogHeader.html +29 -29
  53. data/_includes/header/index.html +95 -95
  54. data/_includes/languages/languages.html +60 -60
  55. data/_includes/monumetric/monumetric.html +56 -62
  56. data/_includes/nofiletransfer/nofiletransfer.html +38 -38
  57. data/_includes/paginationBlogPage.html +34 -34
  58. data/_includes/paginationPostPage.html +14 -14
  59. data/_includes/postauthorbio.html +17 -17
  60. data/_includes/postbox.html +31 -31
  61. data/_includes/script.html +27 -28
  62. data/_includes/section/alertbar.html +11 -11
  63. data/_includes/section/count.html +36 -36
  64. data/_includes/section/recent_posts.html +67 -67
  65. data/_includes/section/related_categories_post.html +198 -198
  66. data/_includes/share/socialshare.html +20 -20
  67. data/_includes/staticfooter.html +67 -67
  68. data/_layouts/aboutUs.html +34 -34
  69. data/_layouts/blog.html +96 -96
  70. data/_layouts/categories.html +33 -33
  71. data/_layouts/contactUs.html +124 -124
  72. data/_layouts/default.html +1 -1
  73. data/_layouts/disclaimer.html +123 -123
  74. data/_layouts/download.html +299 -299
  75. data/_layouts/feature.html +256 -256
  76. data/_layouts/featureResultPage.html +58 -58
  77. data/_layouts/fileInfo.html +39 -39
  78. data/_layouts/filecomparison.html +85 -85
  79. data/_layouts/help.html +23 -23
  80. data/_layouts/home.html +250 -249
  81. data/_layouts/homeResultPage.html +31 -31
  82. data/_layouts/page.html +5 -5
  83. data/_layouts/post.html +177 -177
  84. data/_layouts/privacyPolicy.html +637 -637
  85. data/_layouts/termAndCondition.html +646 -646
  86. data/assets/cross.svg +4 -4
  87. data/assets/css/adblocker.css +187 -187
  88. data/assets/css/blog.css +491 -491
  89. data/assets/css/bootstrap.min.css +6 -6
  90. data/assets/css/filecomparison.css +25 -25
  91. data/assets/css/responsive.css +0 -6
  92. data/assets/css/tools.css +1263 -1263
  93. data/assets/facebook.svg +4 -4
  94. data/assets/images/abp.svg +41 -41
  95. data/assets/images/adblock.svg +266 -266
  96. data/assets/images/safevideoconverter.svg +23 -23
  97. data/assets/images/uo.svg +41 -41
  98. data/assets/instagram.svg +4 -4
  99. data/assets/js/TopScroll.js +8 -8
  100. data/assets/js/adBlocker.js +44 -45
  101. data/assets/js/featureResult.js +42 -38
  102. data/assets/js/googledrive.js +155 -155
  103. data/assets/js/homeResult.js +36 -36
  104. data/assets/js/manifest.json +16 -16
  105. data/assets/js/multiselect.js +157 -157
  106. data/assets/js/redirectResult.js +9 -9
  107. data/assets/linkdin.svg +4 -4
  108. data/assets/noserverupload.svg +4 -4
  109. data/assets/pdf.svg +20 -20
  110. data/assets/secure.svg +43 -43
  111. data/assets/star.svg +4 -4
  112. data/assets/twitter.svg +4 -4
  113. data/assets/youtube.svg +4 -4
  114. metadata +3 -798
  115. data/_data/files/.gitignore +0 -4
  116. data/_data/files/README.md +0 -1
  117. data/_data/files/ar/3gp.json +0 -141
  118. data/_data/files/ar/aac.json +0 -153
  119. data/_data/files/ar/acc.json +0 -26
  120. data/_data/files/ar/aff.json +0 -66
  121. data/_data/files/ar/ai.json +0 -164
  122. data/_data/files/ar/aiff.json +0 -141
  123. data/_data/files/ar/avi.json +0 -164
  124. data/_data/files/ar/bmp.json +0 -164
  125. data/_data/files/ar/cr2.json +0 -170
  126. data/_data/files/ar/dvd.json +0 -26
  127. data/_data/files/ar/flac.json +0 -170
  128. data/_data/files/ar/flv.json +0 -135
  129. data/_data/files/ar/gif.json +0 -170
  130. data/_data/files/ar/heic.json +0 -182
  131. data/_data/files/ar/html.json +0 -212
  132. data/_data/files/ar/jfif.json +0 -95
  133. data/_data/files/ar/jpg.json +0 -212
  134. data/_data/files/ar/m4a.json +0 -123
  135. data/_data/files/ar/mkv.json +0 -159
  136. data/_data/files/ar/mov.json +0 -147
  137. data/_data/files/ar/mp3.json +0 -188
  138. data/_data/files/ar/mp4.json +0 -200
  139. data/_data/files/ar/mpeg.json +0 -134
  140. data/_data/files/ar/nef.json +0 -164
  141. data/_data/files/ar/ogg.json +0 -164
  142. data/_data/files/ar/opus.json +0 -88
  143. data/_data/files/ar/pdf.json +0 -212
  144. data/_data/files/ar/png.json +0 -206
  145. data/_data/files/ar/psd.json +0 -129
  146. data/_data/files/ar/svg.json +0 -152
  147. data/_data/files/ar/tiff.json +0 -146
  148. data/_data/files/ar/vmv.json +0 -48
  149. data/_data/files/ar/wav.json +0 -176
  150. data/_data/files/ar/webm.json +0 -158
  151. data/_data/files/ar/webp.json +0 -176
  152. data/_data/files/ar/wma.json +0 -100
  153. data/_data/files/da/3gp.json +0 -141
  154. data/_data/files/da/aac.json +0 -153
  155. data/_data/files/da/acc.json +0 -26
  156. data/_data/files/da/aff.json +0 -66
  157. data/_data/files/da/ai.json +0 -164
  158. data/_data/files/da/aiff.json +0 -141
  159. data/_data/files/da/avi.json +0 -164
  160. data/_data/files/da/bmp.json +0 -164
  161. data/_data/files/da/cr2.json +0 -170
  162. data/_data/files/da/dvd.json +0 -26
  163. data/_data/files/da/flac.json +0 -170
  164. data/_data/files/da/flv.json +0 -135
  165. data/_data/files/da/gif.json +0 -170
  166. data/_data/files/da/heic.json +0 -182
  167. data/_data/files/da/html.json +0 -212
  168. data/_data/files/da/jfif.json +0 -95
  169. data/_data/files/da/jpg.json +0 -212
  170. data/_data/files/da/m4a.json +0 -123
  171. data/_data/files/da/mkv.json +0 -159
  172. data/_data/files/da/mov.json +0 -147
  173. data/_data/files/da/mp3.json +0 -188
  174. data/_data/files/da/mp4.json +0 -200
  175. data/_data/files/da/mpeg.json +0 -134
  176. data/_data/files/da/nef.json +0 -164
  177. data/_data/files/da/ogg.json +0 -164
  178. data/_data/files/da/opus.json +0 -88
  179. data/_data/files/da/pdf.json +0 -212
  180. data/_data/files/da/png.json +0 -206
  181. data/_data/files/da/psd.json +0 -129
  182. data/_data/files/da/svg.json +0 -152
  183. data/_data/files/da/tiff.json +0 -146
  184. data/_data/files/da/vmv.json +0 -48
  185. data/_data/files/da/wav.json +0 -176
  186. data/_data/files/da/webm.json +0 -158
  187. data/_data/files/da/webp.json +0 -176
  188. data/_data/files/da/wma.json +0 -100
  189. data/_data/files/de/3gp.json +0 -141
  190. data/_data/files/de/aac.json +0 -153
  191. data/_data/files/de/acc.json +0 -26
  192. data/_data/files/de/aff.json +0 -66
  193. data/_data/files/de/ai.json +0 -164
  194. data/_data/files/de/aiff.json +0 -141
  195. data/_data/files/de/avi.json +0 -164
  196. data/_data/files/de/bmp.json +0 -164
  197. data/_data/files/de/cr2.json +0 -170
  198. data/_data/files/de/dvd.json +0 -26
  199. data/_data/files/de/flac.json +0 -170
  200. data/_data/files/de/flv.json +0 -135
  201. data/_data/files/de/gif.json +0 -170
  202. data/_data/files/de/heic.json +0 -182
  203. data/_data/files/de/html.json +0 -212
  204. data/_data/files/de/jfif.json +0 -95
  205. data/_data/files/de/jpg.json +0 -212
  206. data/_data/files/de/m4a.json +0 -123
  207. data/_data/files/de/mkv.json +0 -159
  208. data/_data/files/de/mov.json +0 -147
  209. data/_data/files/de/mp3.json +0 -188
  210. data/_data/files/de/mp4.json +0 -200
  211. data/_data/files/de/mpeg.json +0 -134
  212. data/_data/files/de/nef.json +0 -164
  213. data/_data/files/de/ogg.json +0 -164
  214. data/_data/files/de/opus.json +0 -88
  215. data/_data/files/de/pdf.json +0 -212
  216. data/_data/files/de/png.json +0 -206
  217. data/_data/files/de/psd.json +0 -129
  218. data/_data/files/de/svg.json +0 -152
  219. data/_data/files/de/tiff.json +0 -146
  220. data/_data/files/de/vmv.json +0 -48
  221. data/_data/files/de/wav.json +0 -176
  222. data/_data/files/de/webm.json +0 -158
  223. data/_data/files/de/webp.json +0 -176
  224. data/_data/files/de/wma.json +0 -100
  225. data/_data/files/en/3gp.json +0 -145
  226. data/_data/files/en/aac.json +0 -1
  227. data/_data/files/en/acc.json +0 -26
  228. data/_data/files/en/aff.json +0 -66
  229. data/_data/files/en/ai.json +0 -1
  230. data/_data/files/en/aiff.json +0 -1
  231. data/_data/files/en/avi.json +0 -1
  232. data/_data/files/en/bmp.json +0 -1
  233. data/_data/files/en/cr2.json +0 -170
  234. data/_data/files/en/dvd.json +0 -26
  235. data/_data/files/en/flac.json +0 -1
  236. data/_data/files/en/flv.json +0 -1
  237. data/_data/files/en/gif.json +0 -1
  238. data/_data/files/en/heic.json +0 -1
  239. data/_data/files/en/html.json +0 -1
  240. data/_data/files/en/jfif.json +0 -1
  241. data/_data/files/en/jpeg.json +0 -1
  242. data/_data/files/en/jpg.json +0 -1
  243. data/_data/files/en/m4a.json +0 -1
  244. data/_data/files/en/mkv.json +0 -1
  245. data/_data/files/en/mov.json +0 -147
  246. data/_data/files/en/mp3.json +0 -1
  247. data/_data/files/en/mp4.json +0 -1
  248. data/_data/files/en/mpeg.json +0 -1
  249. data/_data/files/en/nef.json +0 -1
  250. data/_data/files/en/ogg.json +0 -164
  251. data/_data/files/en/opus.json +0 -1
  252. data/_data/files/en/pdf.json +0 -1
  253. data/_data/files/en/png.json +0 -1
  254. data/_data/files/en/psd.json +0 -1
  255. data/_data/files/en/svg.json +0 -1
  256. data/_data/files/en/tiff.json +0 -1
  257. data/_data/files/en/vmv.json +0 -48
  258. data/_data/files/en/wav.json +0 -1
  259. data/_data/files/en/webm.json +0 -1
  260. data/_data/files/en/webp.json +0 -1
  261. data/_data/files/en/wma.json +0 -1
  262. data/_data/files/es/3gp.json +0 -141
  263. data/_data/files/es/aac.json +0 -153
  264. data/_data/files/es/acc.json +0 -26
  265. data/_data/files/es/aff.json +0 -66
  266. data/_data/files/es/ai.json +0 -164
  267. data/_data/files/es/aiff.json +0 -141
  268. data/_data/files/es/avi.json +0 -164
  269. data/_data/files/es/bmp.json +0 -164
  270. data/_data/files/es/cr2.json +0 -170
  271. data/_data/files/es/dvd.json +0 -26
  272. data/_data/files/es/flac.json +0 -170
  273. data/_data/files/es/flv.json +0 -135
  274. data/_data/files/es/gif.json +0 -170
  275. data/_data/files/es/heic.json +0 -182
  276. data/_data/files/es/html.json +0 -212
  277. data/_data/files/es/jfif.json +0 -95
  278. data/_data/files/es/jpg.json +0 -212
  279. data/_data/files/es/m4a.json +0 -123
  280. data/_data/files/es/mkv.json +0 -159
  281. data/_data/files/es/mov.json +0 -147
  282. data/_data/files/es/mp3.json +0 -188
  283. data/_data/files/es/mp4.json +0 -200
  284. data/_data/files/es/mpeg.json +0 -134
  285. data/_data/files/es/nef.json +0 -164
  286. data/_data/files/es/ogg.json +0 -164
  287. data/_data/files/es/opus.json +0 -88
  288. data/_data/files/es/pdf.json +0 -212
  289. data/_data/files/es/png.json +0 -206
  290. data/_data/files/es/psd.json +0 -129
  291. data/_data/files/es/svg.json +0 -152
  292. data/_data/files/es/tiff.json +0 -146
  293. data/_data/files/es/vmv.json +0 -48
  294. data/_data/files/es/wav.json +0 -176
  295. data/_data/files/es/webm.json +0 -158
  296. data/_data/files/es/webp.json +0 -176
  297. data/_data/files/es/wma.json +0 -100
  298. data/_data/files/fr/3gp.json +0 -141
  299. data/_data/files/fr/aac.json +0 -153
  300. data/_data/files/fr/acc.json +0 -26
  301. data/_data/files/fr/aff.json +0 -66
  302. data/_data/files/fr/ai.json +0 -164
  303. data/_data/files/fr/aiff.json +0 -141
  304. data/_data/files/fr/avi.json +0 -164
  305. data/_data/files/fr/bmp.json +0 -164
  306. data/_data/files/fr/cr2.json +0 -170
  307. data/_data/files/fr/dvd.json +0 -26
  308. data/_data/files/fr/flac.json +0 -170
  309. data/_data/files/fr/flv.json +0 -135
  310. data/_data/files/fr/gif.json +0 -170
  311. data/_data/files/fr/heic.json +0 -182
  312. data/_data/files/fr/html.json +0 -212
  313. data/_data/files/fr/jfif.json +0 -95
  314. data/_data/files/fr/jpg.json +0 -212
  315. data/_data/files/fr/m4a.json +0 -123
  316. data/_data/files/fr/mkv.json +0 -159
  317. data/_data/files/fr/mov.json +0 -147
  318. data/_data/files/fr/mp3.json +0 -188
  319. data/_data/files/fr/mp4.json +0 -200
  320. data/_data/files/fr/mpeg.json +0 -134
  321. data/_data/files/fr/nef.json +0 -164
  322. data/_data/files/fr/ogg.json +0 -164
  323. data/_data/files/fr/opus.json +0 -88
  324. data/_data/files/fr/pdf.json +0 -212
  325. data/_data/files/fr/png.json +0 -206
  326. data/_data/files/fr/psd.json +0 -129
  327. data/_data/files/fr/svg.json +0 -152
  328. data/_data/files/fr/tiff.json +0 -146
  329. data/_data/files/fr/vmv.json +0 -48
  330. data/_data/files/fr/wav.json +0 -176
  331. data/_data/files/fr/webm.json +0 -158
  332. data/_data/files/fr/webp.json +0 -176
  333. data/_data/files/fr/wma.json +0 -100
  334. data/_data/files/hi/3gp.json +0 -141
  335. data/_data/files/hi/aac.json +0 -153
  336. data/_data/files/hi/acc.json +0 -26
  337. data/_data/files/hi/aff.json +0 -66
  338. data/_data/files/hi/ai.json +0 -164
  339. data/_data/files/hi/aiff.json +0 -141
  340. data/_data/files/hi/avi.json +0 -164
  341. data/_data/files/hi/bmp.json +0 -164
  342. data/_data/files/hi/cr2.json +0 -170
  343. data/_data/files/hi/dvd.json +0 -26
  344. data/_data/files/hi/flac.json +0 -170
  345. data/_data/files/hi/flv.json +0 -135
  346. data/_data/files/hi/gif.json +0 -170
  347. data/_data/files/hi/heic.json +0 -182
  348. data/_data/files/hi/html.json +0 -212
  349. data/_data/files/hi/jfif.json +0 -95
  350. data/_data/files/hi/jpg.json +0 -212
  351. data/_data/files/hi/m4a.json +0 -123
  352. data/_data/files/hi/mkv.json +0 -159
  353. data/_data/files/hi/mov.json +0 -147
  354. data/_data/files/hi/mp3.json +0 -188
  355. data/_data/files/hi/mp4.json +0 -200
  356. data/_data/files/hi/mpeg.json +0 -134
  357. data/_data/files/hi/nef.json +0 -164
  358. data/_data/files/hi/ogg.json +0 -164
  359. data/_data/files/hi/opus.json +0 -88
  360. data/_data/files/hi/pdf.json +0 -212
  361. data/_data/files/hi/png.json +0 -206
  362. data/_data/files/hi/psd.json +0 -129
  363. data/_data/files/hi/svg.json +0 -152
  364. data/_data/files/hi/tiff.json +0 -146
  365. data/_data/files/hi/vmv.json +0 -48
  366. data/_data/files/hi/wav.json +0 -176
  367. data/_data/files/hi/webm.json +0 -158
  368. data/_data/files/hi/webp.json +0 -176
  369. data/_data/files/hi/wma.json +0 -100
  370. data/_data/files/id/3gp.json +0 -141
  371. data/_data/files/id/aac.json +0 -153
  372. data/_data/files/id/acc.json +0 -26
  373. data/_data/files/id/aff.json +0 -66
  374. data/_data/files/id/ai.json +0 -164
  375. data/_data/files/id/aiff.json +0 -141
  376. data/_data/files/id/avi.json +0 -164
  377. data/_data/files/id/bmp.json +0 -164
  378. data/_data/files/id/cr2.json +0 -170
  379. data/_data/files/id/dvd.json +0 -26
  380. data/_data/files/id/flac.json +0 -170
  381. data/_data/files/id/flv.json +0 -135
  382. data/_data/files/id/gif.json +0 -170
  383. data/_data/files/id/heic.json +0 -182
  384. data/_data/files/id/html.json +0 -212
  385. data/_data/files/id/jfif.json +0 -95
  386. data/_data/files/id/jpg.json +0 -212
  387. data/_data/files/id/m4a.json +0 -123
  388. data/_data/files/id/mkv.json +0 -159
  389. data/_data/files/id/mov.json +0 -147
  390. data/_data/files/id/mp3.json +0 -188
  391. data/_data/files/id/mp4.json +0 -200
  392. data/_data/files/id/mpeg.json +0 -134
  393. data/_data/files/id/nef.json +0 -164
  394. data/_data/files/id/ogg.json +0 -164
  395. data/_data/files/id/opus.json +0 -88
  396. data/_data/files/id/pdf.json +0 -212
  397. data/_data/files/id/png.json +0 -206
  398. data/_data/files/id/psd.json +0 -129
  399. data/_data/files/id/svg.json +0 -152
  400. data/_data/files/id/tiff.json +0 -146
  401. data/_data/files/id/vmv.json +0 -48
  402. data/_data/files/id/wav.json +0 -176
  403. data/_data/files/id/webm.json +0 -158
  404. data/_data/files/id/webp.json +0 -176
  405. data/_data/files/id/wma.json +0 -100
  406. data/_data/files/it/3gp.json +0 -141
  407. data/_data/files/it/aac.json +0 -153
  408. data/_data/files/it/acc.json +0 -26
  409. data/_data/files/it/aff.json +0 -66
  410. data/_data/files/it/ai.json +0 -164
  411. data/_data/files/it/aiff.json +0 -141
  412. data/_data/files/it/avi.json +0 -164
  413. data/_data/files/it/bmp.json +0 -164
  414. data/_data/files/it/cr2.json +0 -170
  415. data/_data/files/it/dvd.json +0 -26
  416. data/_data/files/it/flac.json +0 -170
  417. data/_data/files/it/flv.json +0 -135
  418. data/_data/files/it/gif.json +0 -170
  419. data/_data/files/it/heic.json +0 -182
  420. data/_data/files/it/html.json +0 -212
  421. data/_data/files/it/jfif.json +0 -95
  422. data/_data/files/it/jpg.json +0 -212
  423. data/_data/files/it/m4a.json +0 -123
  424. data/_data/files/it/mkv.json +0 -159
  425. data/_data/files/it/mov.json +0 -147
  426. data/_data/files/it/mp3.json +0 -188
  427. data/_data/files/it/mp4.json +0 -200
  428. data/_data/files/it/mpeg.json +0 -134
  429. data/_data/files/it/nef.json +0 -164
  430. data/_data/files/it/ogg.json +0 -164
  431. data/_data/files/it/opus.json +0 -88
  432. data/_data/files/it/pdf.json +0 -212
  433. data/_data/files/it/png.json +0 -206
  434. data/_data/files/it/psd.json +0 -129
  435. data/_data/files/it/svg.json +0 -152
  436. data/_data/files/it/tiff.json +0 -146
  437. data/_data/files/it/vmv.json +0 -48
  438. data/_data/files/it/wav.json +0 -176
  439. data/_data/files/it/webm.json +0 -158
  440. data/_data/files/it/webp.json +0 -176
  441. data/_data/files/it/wma.json +0 -100
  442. data/_data/files/ja/3gp.json +0 -141
  443. data/_data/files/ja/aac.json +0 -153
  444. data/_data/files/ja/acc.json +0 -26
  445. data/_data/files/ja/aff.json +0 -66
  446. data/_data/files/ja/ai.json +0 -164
  447. data/_data/files/ja/aiff.json +0 -141
  448. data/_data/files/ja/avi.json +0 -164
  449. data/_data/files/ja/bmp.json +0 -164
  450. data/_data/files/ja/cr2.json +0 -170
  451. data/_data/files/ja/dvd.json +0 -26
  452. data/_data/files/ja/flac.json +0 -170
  453. data/_data/files/ja/flv.json +0 -135
  454. data/_data/files/ja/gif.json +0 -170
  455. data/_data/files/ja/heic.json +0 -182
  456. data/_data/files/ja/html.json +0 -212
  457. data/_data/files/ja/jfif.json +0 -95
  458. data/_data/files/ja/jpg.json +0 -212
  459. data/_data/files/ja/m4a.json +0 -123
  460. data/_data/files/ja/mkv.json +0 -159
  461. data/_data/files/ja/mov.json +0 -147
  462. data/_data/files/ja/mp3.json +0 -188
  463. data/_data/files/ja/mp4.json +0 -200
  464. data/_data/files/ja/mpeg.json +0 -134
  465. data/_data/files/ja/nef.json +0 -164
  466. data/_data/files/ja/ogg.json +0 -164
  467. data/_data/files/ja/opus.json +0 -88
  468. data/_data/files/ja/pdf.json +0 -212
  469. data/_data/files/ja/png.json +0 -206
  470. data/_data/files/ja/psd.json +0 -129
  471. data/_data/files/ja/svg.json +0 -152
  472. data/_data/files/ja/tiff.json +0 -146
  473. data/_data/files/ja/vmv.json +0 -48
  474. data/_data/files/ja/wav.json +0 -176
  475. data/_data/files/ja/webm.json +0 -158
  476. data/_data/files/ja/webp.json +0 -176
  477. data/_data/files/ja/wma.json +0 -100
  478. data/_data/files/ko/3gp.json +0 -141
  479. data/_data/files/ko/aac.json +0 -153
  480. data/_data/files/ko/acc.json +0 -26
  481. data/_data/files/ko/aff.json +0 -66
  482. data/_data/files/ko/ai.json +0 -164
  483. data/_data/files/ko/aiff.json +0 -141
  484. data/_data/files/ko/avi.json +0 -164
  485. data/_data/files/ko/bmp.json +0 -164
  486. data/_data/files/ko/cr2.json +0 -170
  487. data/_data/files/ko/dvd.json +0 -26
  488. data/_data/files/ko/flac.json +0 -170
  489. data/_data/files/ko/flv.json +0 -135
  490. data/_data/files/ko/gif.json +0 -170
  491. data/_data/files/ko/heic.json +0 -182
  492. data/_data/files/ko/html.json +0 -212
  493. data/_data/files/ko/jfif.json +0 -95
  494. data/_data/files/ko/jpg.json +0 -212
  495. data/_data/files/ko/m4a.json +0 -123
  496. data/_data/files/ko/mkv.json +0 -159
  497. data/_data/files/ko/mov.json +0 -147
  498. data/_data/files/ko/mp3.json +0 -188
  499. data/_data/files/ko/mp4.json +0 -200
  500. data/_data/files/ko/mpeg.json +0 -134
  501. data/_data/files/ko/nef.json +0 -164
  502. data/_data/files/ko/ogg.json +0 -164
  503. data/_data/files/ko/opus.json +0 -88
  504. data/_data/files/ko/pdf.json +0 -212
  505. data/_data/files/ko/png.json +0 -206
  506. data/_data/files/ko/psd.json +0 -129
  507. data/_data/files/ko/svg.json +0 -152
  508. data/_data/files/ko/tiff.json +0 -146
  509. data/_data/files/ko/vmv.json +0 -48
  510. data/_data/files/ko/wav.json +0 -176
  511. data/_data/files/ko/webm.json +0 -158
  512. data/_data/files/ko/webp.json +0 -176
  513. data/_data/files/ko/wma.json +0 -100
  514. data/_data/files/nl/3gp.json +0 -141
  515. data/_data/files/nl/aac.json +0 -153
  516. data/_data/files/nl/acc.json +0 -26
  517. data/_data/files/nl/aff.json +0 -66
  518. data/_data/files/nl/ai.json +0 -164
  519. data/_data/files/nl/aiff.json +0 -141
  520. data/_data/files/nl/avi.json +0 -164
  521. data/_data/files/nl/bmp.json +0 -164
  522. data/_data/files/nl/cr2.json +0 -170
  523. data/_data/files/nl/dvd.json +0 -26
  524. data/_data/files/nl/flac.json +0 -170
  525. data/_data/files/nl/flv.json +0 -135
  526. data/_data/files/nl/gif.json +0 -170
  527. data/_data/files/nl/heic.json +0 -182
  528. data/_data/files/nl/html.json +0 -212
  529. data/_data/files/nl/jfif.json +0 -95
  530. data/_data/files/nl/jpg.json +0 -212
  531. data/_data/files/nl/m4a.json +0 -123
  532. data/_data/files/nl/mkv.json +0 -159
  533. data/_data/files/nl/mov.json +0 -147
  534. data/_data/files/nl/mp3.json +0 -188
  535. data/_data/files/nl/mp4.json +0 -200
  536. data/_data/files/nl/mpeg.json +0 -134
  537. data/_data/files/nl/nef.json +0 -164
  538. data/_data/files/nl/ogg.json +0 -164
  539. data/_data/files/nl/opus.json +0 -88
  540. data/_data/files/nl/pdf.json +0 -212
  541. data/_data/files/nl/png.json +0 -206
  542. data/_data/files/nl/psd.json +0 -129
  543. data/_data/files/nl/svg.json +0 -152
  544. data/_data/files/nl/tiff.json +0 -146
  545. data/_data/files/nl/vmv.json +0 -48
  546. data/_data/files/nl/wav.json +0 -176
  547. data/_data/files/nl/webm.json +0 -158
  548. data/_data/files/nl/webp.json +0 -176
  549. data/_data/files/nl/wma.json +0 -100
  550. data/_data/files/pl/3gp.json +0 -141
  551. data/_data/files/pl/aac.json +0 -153
  552. data/_data/files/pl/acc.json +0 -26
  553. data/_data/files/pl/aff.json +0 -66
  554. data/_data/files/pl/ai.json +0 -164
  555. data/_data/files/pl/aiff.json +0 -141
  556. data/_data/files/pl/avi.json +0 -164
  557. data/_data/files/pl/bmp.json +0 -164
  558. data/_data/files/pl/cr2.json +0 -170
  559. data/_data/files/pl/dvd.json +0 -26
  560. data/_data/files/pl/flac.json +0 -170
  561. data/_data/files/pl/flv.json +0 -135
  562. data/_data/files/pl/gif.json +0 -170
  563. data/_data/files/pl/heic.json +0 -182
  564. data/_data/files/pl/html.json +0 -212
  565. data/_data/files/pl/jfif.json +0 -95
  566. data/_data/files/pl/jpg.json +0 -212
  567. data/_data/files/pl/m4a.json +0 -123
  568. data/_data/files/pl/mkv.json +0 -159
  569. data/_data/files/pl/mov.json +0 -147
  570. data/_data/files/pl/mp3.json +0 -188
  571. data/_data/files/pl/mp4.json +0 -200
  572. data/_data/files/pl/mpeg.json +0 -134
  573. data/_data/files/pl/nef.json +0 -164
  574. data/_data/files/pl/ogg.json +0 -164
  575. data/_data/files/pl/opus.json +0 -88
  576. data/_data/files/pl/pdf.json +0 -212
  577. data/_data/files/pl/png.json +0 -206
  578. data/_data/files/pl/psd.json +0 -129
  579. data/_data/files/pl/svg.json +0 -152
  580. data/_data/files/pl/tiff.json +0 -146
  581. data/_data/files/pl/vmv.json +0 -48
  582. data/_data/files/pl/wav.json +0 -176
  583. data/_data/files/pl/webm.json +0 -158
  584. data/_data/files/pl/webp.json +0 -176
  585. data/_data/files/pl/wma.json +0 -100
  586. data/_data/files/pt/3gp.json +0 -141
  587. data/_data/files/pt/aac.json +0 -153
  588. data/_data/files/pt/acc.json +0 -26
  589. data/_data/files/pt/aff.json +0 -66
  590. data/_data/files/pt/ai.json +0 -164
  591. data/_data/files/pt/aiff.json +0 -141
  592. data/_data/files/pt/avi.json +0 -164
  593. data/_data/files/pt/bmp.json +0 -164
  594. data/_data/files/pt/cr2.json +0 -170
  595. data/_data/files/pt/dvd.json +0 -26
  596. data/_data/files/pt/flac.json +0 -170
  597. data/_data/files/pt/flv.json +0 -135
  598. data/_data/files/pt/gif.json +0 -170
  599. data/_data/files/pt/heic.json +0 -182
  600. data/_data/files/pt/html.json +0 -212
  601. data/_data/files/pt/jfif.json +0 -95
  602. data/_data/files/pt/jpg.json +0 -212
  603. data/_data/files/pt/m4a.json +0 -123
  604. data/_data/files/pt/mkv.json +0 -159
  605. data/_data/files/pt/mov.json +0 -147
  606. data/_data/files/pt/mp3.json +0 -188
  607. data/_data/files/pt/mp4.json +0 -200
  608. data/_data/files/pt/mpeg.json +0 -134
  609. data/_data/files/pt/nef.json +0 -164
  610. data/_data/files/pt/ogg.json +0 -164
  611. data/_data/files/pt/opus.json +0 -88
  612. data/_data/files/pt/pdf.json +0 -212
  613. data/_data/files/pt/png.json +0 -206
  614. data/_data/files/pt/psd.json +0 -129
  615. data/_data/files/pt/svg.json +0 -152
  616. data/_data/files/pt/tiff.json +0 -146
  617. data/_data/files/pt/vmv.json +0 -48
  618. data/_data/files/pt/wav.json +0 -176
  619. data/_data/files/pt/webm.json +0 -158
  620. data/_data/files/pt/webp.json +0 -176
  621. data/_data/files/pt/wma.json +0 -100
  622. data/_data/files/ru/3gp.json +0 -141
  623. data/_data/files/ru/aac.json +0 -153
  624. data/_data/files/ru/acc.json +0 -26
  625. data/_data/files/ru/aff.json +0 -66
  626. data/_data/files/ru/ai.json +0 -164
  627. data/_data/files/ru/aiff.json +0 -141
  628. data/_data/files/ru/avi.json +0 -164
  629. data/_data/files/ru/bmp.json +0 -164
  630. data/_data/files/ru/cr2.json +0 -170
  631. data/_data/files/ru/dvd.json +0 -26
  632. data/_data/files/ru/flac.json +0 -170
  633. data/_data/files/ru/flv.json +0 -135
  634. data/_data/files/ru/gif.json +0 -170
  635. data/_data/files/ru/heic.json +0 -182
  636. data/_data/files/ru/html.json +0 -212
  637. data/_data/files/ru/jfif.json +0 -95
  638. data/_data/files/ru/jpg.json +0 -212
  639. data/_data/files/ru/m4a.json +0 -123
  640. data/_data/files/ru/mkv.json +0 -159
  641. data/_data/files/ru/mov.json +0 -147
  642. data/_data/files/ru/mp3.json +0 -188
  643. data/_data/files/ru/mp4.json +0 -200
  644. data/_data/files/ru/mpeg.json +0 -134
  645. data/_data/files/ru/nef.json +0 -164
  646. data/_data/files/ru/ogg.json +0 -164
  647. data/_data/files/ru/opus.json +0 -88
  648. data/_data/files/ru/pdf.json +0 -212
  649. data/_data/files/ru/png.json +0 -206
  650. data/_data/files/ru/psd.json +0 -129
  651. data/_data/files/ru/svg.json +0 -152
  652. data/_data/files/ru/tiff.json +0 -146
  653. data/_data/files/ru/vmv.json +0 -48
  654. data/_data/files/ru/wav.json +0 -176
  655. data/_data/files/ru/webm.json +0 -158
  656. data/_data/files/ru/webp.json +0 -176
  657. data/_data/files/ru/wma.json +0 -100
  658. data/_data/files/sv/3gp.json +0 -141
  659. data/_data/files/sv/aac.json +0 -153
  660. data/_data/files/sv/acc.json +0 -26
  661. data/_data/files/sv/aff.json +0 -66
  662. data/_data/files/sv/ai.json +0 -164
  663. data/_data/files/sv/aiff.json +0 -141
  664. data/_data/files/sv/avi.json +0 -164
  665. data/_data/files/sv/bmp.json +0 -164
  666. data/_data/files/sv/cr2.json +0 -170
  667. data/_data/files/sv/dvd.json +0 -26
  668. data/_data/files/sv/flac.json +0 -170
  669. data/_data/files/sv/flv.json +0 -135
  670. data/_data/files/sv/gif.json +0 -170
  671. data/_data/files/sv/heic.json +0 -182
  672. data/_data/files/sv/html.json +0 -212
  673. data/_data/files/sv/jfif.json +0 -95
  674. data/_data/files/sv/jpg.json +0 -212
  675. data/_data/files/sv/m4a.json +0 -123
  676. data/_data/files/sv/mkv.json +0 -159
  677. data/_data/files/sv/mov.json +0 -147
  678. data/_data/files/sv/mp3.json +0 -188
  679. data/_data/files/sv/mp4.json +0 -200
  680. data/_data/files/sv/mpeg.json +0 -134
  681. data/_data/files/sv/nef.json +0 -164
  682. data/_data/files/sv/ogg.json +0 -164
  683. data/_data/files/sv/opus.json +0 -88
  684. data/_data/files/sv/pdf.json +0 -212
  685. data/_data/files/sv/png.json +0 -206
  686. data/_data/files/sv/psd.json +0 -129
  687. data/_data/files/sv/svg.json +0 -152
  688. data/_data/files/sv/tiff.json +0 -146
  689. data/_data/files/sv/vmv.json +0 -48
  690. data/_data/files/sv/wav.json +0 -176
  691. data/_data/files/sv/webm.json +0 -158
  692. data/_data/files/sv/webp.json +0 -176
  693. data/_data/files/sv/wma.json +0 -100
  694. data/_data/files/th/3gp.json +0 -141
  695. data/_data/files/th/aac.json +0 -153
  696. data/_data/files/th/acc.json +0 -26
  697. data/_data/files/th/aff.json +0 -66
  698. data/_data/files/th/ai.json +0 -164
  699. data/_data/files/th/aiff.json +0 -141
  700. data/_data/files/th/avi.json +0 -164
  701. data/_data/files/th/bmp.json +0 -164
  702. data/_data/files/th/cr2.json +0 -170
  703. data/_data/files/th/dvd.json +0 -26
  704. data/_data/files/th/flac.json +0 -170
  705. data/_data/files/th/flv.json +0 -135
  706. data/_data/files/th/gif.json +0 -170
  707. data/_data/files/th/heic.json +0 -182
  708. data/_data/files/th/html.json +0 -212
  709. data/_data/files/th/jfif.json +0 -95
  710. data/_data/files/th/jpg.json +0 -212
  711. data/_data/files/th/m4a.json +0 -123
  712. data/_data/files/th/mkv.json +0 -159
  713. data/_data/files/th/mov.json +0 -147
  714. data/_data/files/th/mp3.json +0 -188
  715. data/_data/files/th/mp4.json +0 -200
  716. data/_data/files/th/mpeg.json +0 -134
  717. data/_data/files/th/nef.json +0 -164
  718. data/_data/files/th/ogg.json +0 -164
  719. data/_data/files/th/opus.json +0 -88
  720. data/_data/files/th/pdf.json +0 -212
  721. data/_data/files/th/png.json +0 -206
  722. data/_data/files/th/psd.json +0 -129
  723. data/_data/files/th/svg.json +0 -152
  724. data/_data/files/th/tiff.json +0 -146
  725. data/_data/files/th/vmv.json +0 -48
  726. data/_data/files/th/wav.json +0 -176
  727. data/_data/files/th/webm.json +0 -158
  728. data/_data/files/th/webp.json +0 -176
  729. data/_data/files/th/wma.json +0 -100
  730. data/_data/files/tr/3gp.json +0 -141
  731. data/_data/files/tr/aac.json +0 -153
  732. data/_data/files/tr/acc.json +0 -26
  733. data/_data/files/tr/aff.json +0 -66
  734. data/_data/files/tr/ai.json +0 -164
  735. data/_data/files/tr/aiff.json +0 -141
  736. data/_data/files/tr/avi.json +0 -164
  737. data/_data/files/tr/bmp.json +0 -164
  738. data/_data/files/tr/cr2.json +0 -170
  739. data/_data/files/tr/dvd.json +0 -26
  740. data/_data/files/tr/flac.json +0 -170
  741. data/_data/files/tr/flv.json +0 -135
  742. data/_data/files/tr/gif.json +0 -170
  743. data/_data/files/tr/heic.json +0 -182
  744. data/_data/files/tr/html.json +0 -212
  745. data/_data/files/tr/jfif.json +0 -95
  746. data/_data/files/tr/jpg.json +0 -212
  747. data/_data/files/tr/m4a.json +0 -123
  748. data/_data/files/tr/mkv.json +0 -159
  749. data/_data/files/tr/mov.json +0 -147
  750. data/_data/files/tr/mp3.json +0 -188
  751. data/_data/files/tr/mp4.json +0 -200
  752. data/_data/files/tr/mpeg.json +0 -134
  753. data/_data/files/tr/nef.json +0 -164
  754. data/_data/files/tr/ogg.json +0 -164
  755. data/_data/files/tr/opus.json +0 -88
  756. data/_data/files/tr/pdf.json +0 -212
  757. data/_data/files/tr/png.json +0 -206
  758. data/_data/files/tr/psd.json +0 -129
  759. data/_data/files/tr/svg.json +0 -152
  760. data/_data/files/tr/tiff.json +0 -146
  761. data/_data/files/tr/vmv.json +0 -48
  762. data/_data/files/tr/wav.json +0 -176
  763. data/_data/files/tr/webm.json +0 -158
  764. data/_data/files/tr/webp.json +0 -176
  765. data/_data/files/tr/wma.json +0 -100
  766. data/_data/files/uk/3gp.json +0 -141
  767. data/_data/files/uk/aac.json +0 -153
  768. data/_data/files/uk/acc.json +0 -26
  769. data/_data/files/uk/aff.json +0 -66
  770. data/_data/files/uk/ai.json +0 -164
  771. data/_data/files/uk/aiff.json +0 -141
  772. data/_data/files/uk/avi.json +0 -164
  773. data/_data/files/uk/bmp.json +0 -164
  774. data/_data/files/uk/cr2.json +0 -170
  775. data/_data/files/uk/dvd.json +0 -26
  776. data/_data/files/uk/flac.json +0 -170
  777. data/_data/files/uk/flv.json +0 -135
  778. data/_data/files/uk/gif.json +0 -170
  779. data/_data/files/uk/heic.json +0 -182
  780. data/_data/files/uk/html.json +0 -212
  781. data/_data/files/uk/jfif.json +0 -95
  782. data/_data/files/uk/jpg.json +0 -212
  783. data/_data/files/uk/m4a.json +0 -123
  784. data/_data/files/uk/mkv.json +0 -159
  785. data/_data/files/uk/mov.json +0 -147
  786. data/_data/files/uk/mp3.json +0 -188
  787. data/_data/files/uk/mp4.json +0 -200
  788. data/_data/files/uk/mpeg.json +0 -134
  789. data/_data/files/uk/nef.json +0 -164
  790. data/_data/files/uk/ogg.json +0 -164
  791. data/_data/files/uk/opus.json +0 -88
  792. data/_data/files/uk/pdf.json +0 -212
  793. data/_data/files/uk/png.json +0 -206
  794. data/_data/files/uk/psd.json +0 -129
  795. data/_data/files/uk/svg.json +0 -152
  796. data/_data/files/uk/tiff.json +0 -146
  797. data/_data/files/uk/vmv.json +0 -48
  798. data/_data/files/uk/wav.json +0 -176
  799. data/_data/files/uk/webm.json +0 -158
  800. data/_data/files/uk/webp.json +0 -176
  801. data/_data/files/uk/wma.json +0 -100
  802. data/_data/files/vi/3gp.json +0 -141
  803. data/_data/files/vi/aac.json +0 -153
  804. data/_data/files/vi/acc.json +0 -26
  805. data/_data/files/vi/aff.json +0 -66
  806. data/_data/files/vi/ai.json +0 -164
  807. data/_data/files/vi/aiff.json +0 -141
  808. data/_data/files/vi/avi.json +0 -164
  809. data/_data/files/vi/bmp.json +0 -164
  810. data/_data/files/vi/cr2.json +0 -170
  811. data/_data/files/vi/dvd.json +0 -26
  812. data/_data/files/vi/flac.json +0 -170
  813. data/_data/files/vi/flv.json +0 -135
  814. data/_data/files/vi/gif.json +0 -170
  815. data/_data/files/vi/heic.json +0 -182
  816. data/_data/files/vi/html.json +0 -212
  817. data/_data/files/vi/jfif.json +0 -95
  818. data/_data/files/vi/jpg.json +0 -212
  819. data/_data/files/vi/m4a.json +0 -123
  820. data/_data/files/vi/mkv.json +0 -159
  821. data/_data/files/vi/mov.json +0 -147
  822. data/_data/files/vi/mp3.json +0 -188
  823. data/_data/files/vi/mp4.json +0 -200
  824. data/_data/files/vi/mpeg.json +0 -134
  825. data/_data/files/vi/nef.json +0 -164
  826. data/_data/files/vi/ogg.json +0 -164
  827. data/_data/files/vi/opus.json +0 -88
  828. data/_data/files/vi/pdf.json +0 -212
  829. data/_data/files/vi/png.json +0 -206
  830. data/_data/files/vi/psd.json +0 -129
  831. data/_data/files/vi/svg.json +0 -152
  832. data/_data/files/vi/tiff.json +0 -146
  833. data/_data/files/vi/vmv.json +0 -48
  834. data/_data/files/vi/wav.json +0 -176
  835. data/_data/files/vi/webm.json +0 -158
  836. data/_data/files/vi/webp.json +0 -176
  837. data/_data/files/vi/wma.json +0 -100
  838. data/_data/files/zh/3gp.json +0 -141
  839. data/_data/files/zh/aac.json +0 -153
  840. data/_data/files/zh/acc.json +0 -26
  841. data/_data/files/zh/aff.json +0 -66
  842. data/_data/files/zh/ai.json +0 -164
  843. data/_data/files/zh/aiff.json +0 -141
  844. data/_data/files/zh/avi.json +0 -164
  845. data/_data/files/zh/bmp.json +0 -164
  846. data/_data/files/zh/cr2.json +0 -170
  847. data/_data/files/zh/dvd.json +0 -26
  848. data/_data/files/zh/flac.json +0 -170
  849. data/_data/files/zh/flv.json +0 -135
  850. data/_data/files/zh/gif.json +0 -170
  851. data/_data/files/zh/heic.json +0 -182
  852. data/_data/files/zh/html.json +0 -212
  853. data/_data/files/zh/jfif.json +0 -95
  854. data/_data/files/zh/jpg.json +0 -212
  855. data/_data/files/zh/m4a.json +0 -123
  856. data/_data/files/zh/mkv.json +0 -159
  857. data/_data/files/zh/mov.json +0 -147
  858. data/_data/files/zh/mp3.json +0 -188
  859. data/_data/files/zh/mp4.json +0 -200
  860. data/_data/files/zh/mpeg.json +0 -134
  861. data/_data/files/zh/nef.json +0 -164
  862. data/_data/files/zh/ogg.json +0 -164
  863. data/_data/files/zh/opus.json +0 -88
  864. data/_data/files/zh/pdf.json +0 -212
  865. data/_data/files/zh/png.json +0 -206
  866. data/_data/files/zh/psd.json +0 -129
  867. data/_data/files/zh/svg.json +0 -152
  868. data/_data/files/zh/tiff.json +0 -146
  869. data/_data/files/zh/vmv.json +0 -48
  870. data/_data/files/zh/wav.json +0 -176
  871. data/_data/files/zh/webm.json +0 -158
  872. data/_data/files/zh/webp.json +0 -176
  873. data/_data/files/zh/wma.json +0 -100
  874. data/_data/files/zh-tw/3gp.json +0 -141
  875. data/_data/files/zh-tw/aac.json +0 -153
  876. data/_data/files/zh-tw/acc.json +0 -26
  877. data/_data/files/zh-tw/aff.json +0 -66
  878. data/_data/files/zh-tw/ai.json +0 -164
  879. data/_data/files/zh-tw/aiff.json +0 -141
  880. data/_data/files/zh-tw/avi.json +0 -164
  881. data/_data/files/zh-tw/bmp.json +0 -164
  882. data/_data/files/zh-tw/cr2.json +0 -170
  883. data/_data/files/zh-tw/dvd.json +0 -26
  884. data/_data/files/zh-tw/flac.json +0 -170
  885. data/_data/files/zh-tw/flv.json +0 -135
  886. data/_data/files/zh-tw/gif.json +0 -170
  887. data/_data/files/zh-tw/heic.json +0 -182
  888. data/_data/files/zh-tw/html.json +0 -212
  889. data/_data/files/zh-tw/jfif.json +0 -95
  890. data/_data/files/zh-tw/jpg.json +0 -212
  891. data/_data/files/zh-tw/m4a.json +0 -123
  892. data/_data/files/zh-tw/mkv.json +0 -159
  893. data/_data/files/zh-tw/mov.json +0 -147
  894. data/_data/files/zh-tw/mp3.json +0 -188
  895. data/_data/files/zh-tw/mp4.json +0 -200
  896. data/_data/files/zh-tw/mpeg.json +0 -134
  897. data/_data/files/zh-tw/nef.json +0 -164
  898. data/_data/files/zh-tw/ogg.json +0 -164
  899. data/_data/files/zh-tw/opus.json +0 -88
  900. data/_data/files/zh-tw/pdf.json +0 -212
  901. data/_data/files/zh-tw/png.json +0 -206
  902. data/_data/files/zh-tw/psd.json +0 -129
  903. data/_data/files/zh-tw/svg.json +0 -152
  904. data/_data/files/zh-tw/tiff.json +0 -146
  905. data/_data/files/zh-tw/vmv.json +0 -48
  906. data/_data/files/zh-tw/wav.json +0 -176
  907. data/_data/files/zh-tw/webm.json +0 -158
  908. data/_data/files/zh-tw/webp.json +0 -176
  909. data/_data/files/zh-tw/wma.json +0 -100
@@ -1,66 +0,0 @@
1
- {
2
- "Format": "AFF",
3
- "ShortName": "AFF",
4
- "FullName": "Advanced Forensics Format",
5
- "Category": "Data Files",
6
- "Pros": "Open and extensible. Free of patents. Compressed and seekable. Double layered. Flexible.",
7
- "Cons": "Not popular. Lack of transparency. ",
8
- "Createdby": "Simson Garfinkel and Basis Technology",
9
- "CreatedbyLink": "https://www.basistech.com/",
10
- "CreatedInYear": "2005-2006",
11
- "BasicInformation": "An AFF file is a spellcheck dictionary file used by the free Office suite programmes Kingsoft WPS Office and Apache OpenOffice. It contains information about the.DIC spellcheck dictionary file that comes with it.",
12
- "DetailedInformation": "The AFF and DIC files are used to add new spellchecking dictionaries to WPS Office for a variety of languages, including Italian and French. Typically, users will download. Extract the contents of ZIP dictionary packages that contain the AFF and DIC files, then install them in WPS Office.",
13
- "Softwaresused": [
14
- {
15
- "platform": "Linux",
16
- "softwares": [
17
- {
18
- "name": "Kingsoft WPS Office",
19
- "link": "https://www.wps.com/office/",
20
- "image": "/assets/fileimg/FYEygcW.jpeg",
21
- "type": "Freemium"
22
- },
23
- {
24
- "name": "Apache OpenOffice",
25
- "link": "http://www.openoffice.org/",
26
- "image": "/assets/fileimg/JEuwwVE.jpeg",
27
- "type": "Free"
28
- }
29
- ]
30
- },
31
- {
32
- "platform": "Windows",
33
- "softwares": [
34
- {
35
- "name": "Kingsoft WPS Office",
36
- "link": "https://www.wps.com/office/",
37
- "image": "/assets/fileimg/FYEygcW.jpeg",
38
- "type": "Freemium"
39
- },
40
- {
41
- "name": "Apache OpenOffice",
42
- "link": "http://www.openoffice.org/",
43
- "image": "/assets/fileimg/JEuwwVE.jpeg",
44
- "type": "Free"
45
- }
46
- ]
47
- },
48
- {
49
- "platform": "Mac",
50
- "softwares": [
51
- {
52
- "name": "Kingsoft WPS Office",
53
- "link": "https://www.wps.com/office/",
54
- "image": "/assets/fileimg/FYEygcW.jpeg",
55
- "type": "Freemium"
56
- },
57
- {
58
- "name": "Apache OpenOffice",
59
- "link": "http://www.openoffice.org/",
60
- "image": "/assets/fileimg/JEuwwVE.jpeg",
61
- "type": "Free"
62
- }
63
- ]
64
- }
65
- ]
66
- }
@@ -1 +0,0 @@
1
- {"Format":"AI","ShortName":"AI","FullName":"Adobe Illustrator File","Category":"Vector Image file","Pros":"Supports layers. Can contain text elements. Resolution is infinite. Offers transparency. They are comparatively small in size.","Cons":"It is software dependent. Not suitable to work with pixels.","Createdby":"Adobe Systems","CreatedbyLink":"https://www.adobe.com/in/","CreatedInYear":"2000","BasicInformation":"A design generated with Adobe Illustrator, a vector graphics editing application, is known as an AI file. Rather than bitmap image data, it is made up of routes connected by points. AI files can be resized without sacrificing image quality because they are saved in a vector format.","DetailedInformation":"Adobe Illustrator Artwork (AI) files are vector graphics that fit on a single page and were created by Adobe Systems for Adobe Illustrator. They're usually saved in the EPS or PDF file formats.Illustrator is commonly used by graphic designers to create vector artwork such as icons, logos, signs, and mockups. Illustrator creates an AI file to store the contents of digital artwork when storing it. You can close the file, reopen it, and continue changing the artwork after saving it. Adobe Illustrator saves these designs with the AI file extension if they are saved for future editing.","Softwaresused":[{"platform":"Linux","softwares":[{"name":"GIMP","link":"https://www.gimp.org/","image":"/assets/fileimg/wcqHWtb.jpeg","type":"Free "},{"name":"sK1","link":"https://github.com/sk1project/sk1-wx","image":"/assets/fileimg/MX9qrvZ.jpeg","type":"Free"},{"name":"Inkscape","link":"https://inkscape.org/","image":"/assets/fileimg/69oMRM0.jpeg","type":"Free"}]},{"platform":"Windows","softwares":[{"name":"Adobe Acrobat DC","link":"https://acrobat.adobe.com/us/en/acrobat.html?mv=affiliate&mv2=red","image":"/assets/fileimg/wK1B8lS.jpeg","type":"Free trial"},{"name":"Inkscape","link":"https://inkscape.org/","image":"/assets/fileimg/69oMRM0.jpeg","type":"Free"},{"name":"Adobe Photoshop 2021","link":"https://www.adobe.com/products/photoshop.html?mv=affiliate&mv2=red","image":"/assets/fileimg/fClLkgM.jpeg","type":"Free trial"},{"name":"Adobe Illustrator 2021","link":"https://www.adobe.com/products/illustrator.html?mv=affiliate&mv2=red","image":"/assets/fileimg/16q77H1.jpeg"},{"name":"ideaMK Ai Viewer","link":"https://aiviewer.com/","image":"/assets/fileimg/A2QFJgs.jpeg","type":"Free"}]},{"platform":"Mac","softwares":[{"name":"Apple Preview","link":"https://support.apple.com/en-in/guide/preview/welcome/mac","image":"/assets/fileimg/O1HqazZ.jpeg","type":"Free, included with OS"},{"name":"Adobe Illustrator 2021","link":"https://www.adobe.com/products/illustrator.html?mv=affiliate&mv2=red","image":"/assets/fileimg/16q77H1.jpeg","type":"Free trial"},{"name":"Adobe Acrobat DC","link":"https://acrobat.adobe.com/us/en/acrobat.html?mv=affiliate&mv2=red","image":"/assets/fileimg/wK1B8lS.jpeg","type":"Free trial"},{"name":"Adobe Photoshop 2021","link":"https://www.adobe.com/products/photoshop.html?mv=affiliate&mv2=red","image":"/assets/fileimg/fClLkgM.jpeg","type":"Free trial"},{"name":"Inkscape","link":"https://inkscape.org/","image":"/assets/fileimg/69oMRM0.jpeg","type":"Free"}]},{"platform":"iOS","softwares":[{"name":"Adobe Illustrator Draw","link":"https://apps.apple.com/in/app/adobe-illustrator-draw/id911156590","image":"/assets/fileimg/YaqCA2d.jpeg","type":"Freemium"},{"name":"AI Viewer","link":"https://apps.apple.com/us/app/ai-viewer/id1505083223","image":"/assets/fileimg/A2QFJgs.jpeg","type":"Free"},{"name":"Adobe Photoshop ","link":"https://apps.apple.com/us/app/adobe-photoshop/id1457771281","image":"/assets/fileimg/xeDZX8x.jpeg","type":"Freemium"}]},{"platform":"Android","softwares":[{"name":"AI viewer","link":"https://apps.apple.com/in/app/adobe-illustrator-draw/id911156590","image":"/assets/fileimg/A2QFJgs.jpeg","type":"Freemium"},{"name":"Adobe Photoshop Express","link":"https://play.google.com/store/apps/details?id=com.adobe.psmobile&hl=en_IN&gl=US","image":"/assets/fileimg/Mny97V6.jpeg","type":"Freemium"},{"name":"Adobe Illustrator Draw","link":"https://adobe-illustrator-draw.en.uptodown.com/android#:~:text=Adobe%20Illustrator%20Draw%20is%20a,in%20a%20good%20drawing%20application.","image":"/assets/fileimg/YaqCA2d.jpeg","type":"Freemium"}]},{"platform":"ChromeOS","softwares":[{"name":"AI viewer online","link":"https://aiviewer.com/onlineviewer.aspx","image":"/assets/fileimg/A2QFJgs.jpeg","type":"Free"}]}]}
@@ -1 +0,0 @@
1
- {"Format":"AIFF","ShortName":"AIFF","FullName":"Audio Interchange File Format","Category":"Audio file","Pros":"Very high quality. ","Cons":"Require vast storage space. ","Createdby":"Apple","CreatedbyLink":"https://developer.apple.com/","CreatedInYear":"1998","BasicInformation":"The AIFF (Audio Interchange File Format) extension is a sound data storage standard for a variety of electronic audio devices. It includes high-resolution audio that has been preserved in an uncompressed, lossless format. AIFF files can also be saved in the format. Files ending in.AIFC are known as AIF files (if they are compressed).","DetailedInformation":"Apple used Electronic Art's Interchange File Format to produce it in 1988. (IFF). AIFF files are uncompressed (lossless) and substantially larger than the popular MP3 files, which are compressed and lossy. Loop information and sound samples are both possible in AIFF files. AIFF files are widely seen on MAC OS machines. Professional musicians who value the high quality of the files and can handle the hefty storage requirements are the most common consumers of AIFF files. Despite minor differences in storage mechanism and little difference in quality, several varieties of AIFF files are frequently stored under the same file extension. AIFF files, unlike.MP3 and many other common audio files, are uncompressed. AIFF files often include higher-quality audio than equivalent MP3 files since their data is not compressed. However, because the files contain more data, they take up more storage space.","Softwaresused":[{"platform":"Linux","softwares":[{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"},{"name":"Amarok","link":"https://amarok.kde.org/","image":"/assets/fileimg/Dh0nFk6.jpeg","type":"Free"},{"name":"Audacity","link":"https://www.audacityteam.org/","image":"/assets/fileimg/c5Zl0O1.jpeg","type":"Free"}]},{"platform":"Windows","softwares":[{"name":"File Viewer Plus — Get it from Microsoft","link":"https://www.microsoft.com/en-in/p/file-viewer-plus-4/9nmsdkxc9r3f?rtc=1&activetab=pivot:overviewtab","image":"/assets/fileimg/QdcouPN.jpeg","type":"Freemium"},{"name":"Microsoft Windows Media Player","link":"https://support.microsoft.com/en-us/windows/windows-media-player-d10303a5-896c-2ce2-53d4-5bd5b9fd888b","image":"/assets/fileimg/XYvKzO9.jpeg","type":"Free, included with OS"},{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"},{"name":"Nullsoft Winamp","link":"http://www.winamp.com/","image":"/assets/fileimg/38J4iOl.jpeg"},{"name":"Adobe Audition CC 2021","link":"https://www.adobe.com/products/audition.html?mv=affiliate&mv2=red","image":"/assets/fileimg/SJ29L8A.jpeg","type":"Free trial"}]},{"platform":"Mac","softwares":[{"name":"Apple QuickTime Player","link":"https://support.apple.com/en-in/guide/quicktime-player/welcome/mac","image":"/assets/fileimg/5hGiNf7.jpeg","type":"Free, included with OS"},{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"},{"name":"Apple Music","link":"https://www.apple.com/apple-music/","image":"/assets/fileimg/rElyIoV.jpeg","type":"Free, included with OS"},{"name":"Audacity","link":"https://www.audacityteam.org/","image":"/assets/fileimg/c5Zl0O1.jpeg","type":"Free"},{"name":"Adobe Audition CC 2021","link":"https://www.adobe.com/products/audition.html?mv=affiliate&mv2=red","image":"/assets/fileimg/SJ29L8A.jpeg","type":"Free trial"}]},{"platform":"iOS","softwares":[{"name":"Apple Music","link":"https://www.apple.com/apple-music/","image":"/assets/fileimg/rElyIoV.jpeg","type":"Free, included with OS"},{"name":"olimsoft Oplayer","link":"https://apps.apple.com/us/app/oplayer-video-player/id344784375?mt=8&ign-mpt=uo%3D4","image":"/assets/fileimg/Xa1wjEf.jpeg","type":"Paid"},{"name":"Videolan VLC for mobile","link":"https://apps.apple.com/us/app/vlc-for-mobile/id650377962?mt=8&ign-mpt=uo%3D4","image":"/assets/fileimg/rawD7q8.jpeg","type":"Free"}]},{"platform":"Android","softwares":[{"name":"Videolabs VLC for Android","link":"https://www.apple.com/apple-music/","image":"/assets/fileimg/TnwKQd9.jpeg","type":"Free"}]},{"platform":"ChromeOS","softwares":[]}]}
@@ -1 +0,0 @@
1
- {"Format":"AVI","ShortName":"AVI","FullName":"Audio Video Interleave File","Category":"Video file","Pros":"Remarkably excellent audio quality fidelity. There are numerous codecs that can be employed to reach the appropriate ratio while compressing files online. Because it was created by Microsoft, it can be played on all major Microsoft and non-Microsoft operating systems. Unlike other audio/video formats, the DV-AVI standard can be compressed. It does not necessitate the use of any specific hardware or software. Because of its compressing capabilities, the AVI video format is the most often used for promos, short films, and advertising. For master files, the quality retained with AVI is good.","Cons":"Many people become frustrated when they can't find the codec from a safe, reputable source. Users may find the break in their experience undesirable even when those sources are available. When compared to other file formats, AVI files can be quite huge if they are not compressed. When you compress an AVI file online above specific limits, the video quality suffers. User interaction is not supported. Does ot support softsubs.","Createdby":"Microsoft","CreatedbyLink":"https://developer.microsoft.com/en-us/","CreatedInYear":"1992","BasicInformation":"An AVI file is a video file stored in the Microsoft-created Audio Video Interleave (AVI) multimedia container format. It holds video and audio files encoded in a variety of codecs, including DivX and XviD. AVI files can be played using a variety of video players, including Microsoft Movies & TV, Windows Media Player, and Apple QuickTime Player, all of which come pre-installed with their respective operating systems.","DetailedInformation":"The AVI format is based on the Resource Interchange File Format (RIFF), a container format for storing multimedia that was first released in 1991. Microsoft created the AVI format a year later in 1992, and it is still widely used today. It is supported by a wide range of video players, however in order for the video to play successfully, the player must support the codec used to encode the video data.To support simultaneous playback, AVI combines audio and video into a single file in a common container. Its advantage is its simple architecture, which allows it to function on a variety of operating systems, including Windows, Macs, Linux, and Unix, and is supported by all major web browsers.It can store high-quality video and audio and utilises less compression than other video formats like.MPEG and.MOV.","Softwaresused":[{"platform":"Linux","softwares":[{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"},{"name":"Xine","link":"https://sourceforge.net/projects/xine/","image":"/assets/fileimg/11To9CR.jpeg","type":"Free"},{"name":"Kodi","link":"https://kodi.tv/","image":"/assets/fileimg/XLdMM90.jpeg","type":"Free"}]},{"platform":"Windows","softwares":[{"name":"File Viewer Plus — Get it from Microsoft","link":"https://www.microsoft.com/en-in/p/file-viewer-plus-4/9nmsdkxc9r3f?rtc=1&activetab=pivot:overviewtab","image":"/assets/fileimg/QdcouPN.jpeg","type":"Freemium"},{"name":"Microsoft Windows Media Player","link":"https://support.microsoft.com/en-us/windows/windows-media-player-d10303a5-896c-2ce2-53d4-5bd5b9fd888b","image":"/assets/fileimg/XYvKzO9.jpeg","type":"Free, included with OS"},{"name":"Microsoft Movies and TV","link":"https://www.microsoft.com/en-us/p/movies-tv/9wzdncrfj3p2?activetab=pivot:overviewtab","image":"/assets/fileimg/fVyIEs4.jpeg","type":"Free, included with OS"},{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg"},{"name":"Kodi","link":"https://kodi.tv/","image":"/assets/fileimg/XLdMM90.jpeg","type":"Free"}]},{"platform":"Mac","softwares":[{"name":"Apple QuickTime Player","link":"https://support.apple.com/en-in/guide/quicktime-player/welcome/mac","image":"/assets/fileimg/5hGiNf7.jpeg","type":"Free, included with OS"},{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"},{"name":"Kodi","link":"https://kodi.tv/","image":"/assets/fileimg/XLdMM90.jpeg","type":"Free"},{"name":"Adobe Premiere Pro 2020","link":"https://www.adobe.com/products/premiere.html?mv=affiliate&mv2=red","image":"/assets/fileimg/RUVWLwB.jpeg","type":"Free trial"},{"name":"Eltima Elmedia Player","link":"https://mac.eltima.com/media-player.html","image":"/assets/fileimg/H7CZmss.jpeg","type":"Free"}]},{"platform":"iOS","softwares":[{"name":"Videolan VLC for mobile","link":"https://apps.apple.com/us/app/vlc-for-mobile/id650377962?mt=8&ign-mpt=uo%3D4","image":"/assets/fileimg/rawD7q8.jpeg","type":"Free"},{"name":"olimsoft Oplayer","link":"https://apps.apple.com/us/app/oplayer-video-player/id344784375?mt=8&ign-mpt=uo%3D4","image":"/assets/fileimg/Xa1wjEf.jpeg","type":"Paid"},{"name":"Google Drive","link":"https://www.google.com/drive/","image":"/assets/fileimg/bC8ZzSs.jpeg","type":"Freemium"}]},{"platform":"Android","softwares":[{"name":"Google Drive","link":"https://apps.apple.com/us/app/vlc-for-mobile/id650377962?mt=8&ign-mpt=uo%3D4","image":"/assets/fileimg/bC8ZzSs.jpeg","type":"Freemium"},{"name":"Videolabs VLC for Android","link":"https://play.google.com/store/apps/details?id=org.videolan.vlc&hl=en","image":"/assets/fileimg/TnwKQd9.jpeg","type":"Free"},{"name":"BIT Labs Simple MP4 Video Player","link":"https://play.google.com/store/apps/details?id=air.br.com.bitlabs.VideoPlayer&hl=en","image":"/assets/fileimg/P6WGAMN.jpeg","type":"Free"}]},{"platform":"ChromeOS","softwares":[{"name":"Google Drive","link":"https://www.google.com/drive/","image":"/assets/fileimg/bC8ZzSs.jpeg","type":"Freemium"}]}]}
@@ -1 +0,0 @@
1
- {"Format":"BMP","ShortName":"BMP","FullName":"Bitmap Image File","Category":"Raster Image Files","Pros":"Simple to use. Wide spread familiarity. Well documented. Free of patents. ","Cons":"Uncompressed. May be large in size. Sometimes may look different on various devices.","Createdby":"Microsoft","CreatedbyLink":"https://developer.microsoft.com/en-us/","CreatedInYear":"1995","BasicInformation":"A BMP file is a raster image format developed by Microsoft called Bitmap (BMP). It includes picture information as well as uncompressed image data that supports monochrome and colour images with varying colour bit depths. BMP files are often used to store two-dimensional digital photographs. DIB, which stands for device-independent bitmap, is another name for it.","DetailedInformation":"The term bitmap comes from the concept of a bitmap in computer programming. Generally, BMP images are not compressed or are compressed in a lossless manner (such as via ZIP or RAR due to redundant data within the file). Microsoft created the BMP format, also known as Device Independent Bitmap (DIB), to preserve images that would not be deformed when viewed on multiple devices.A file header in the BMP format contains the bitmap identification, file size, width, and height, data compression method (optional), colour options, and bitmap data starting point. Raw pixel picture data and optional ICC Color Profile data follow the header. Without data compression, colour profiles, or alpha channels, BMP files are saved as 2D images of varying size, hues, and colour depths.","Softwaresused":[{"platform":"Linux","softwares":[{"name":"Mozilla Firefox","link":"https://www.mozilla.org/en-US/firefox/browsers/","image":"/assets/fileimg/WofJU7C.jpeg","type":"Free"},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"},{"name":"Microsoft Edge","link":"https://www.microsoft.com/en-us/edge?ranMID=24542&ranEAID=4LioSo*jxMc&ranSiteID=4LioSo.jxMc-8cApDvsVIlYVzCtlYhBrpQ&epi=4LioSo.jxMc-8cApDvsVIlYVzCtlYhBrpQ&irgwc=1&OCID=AID2000142_aff_7593_1243925&tduid=%28ir__ubj0vvercgkfqjqvkk0sohzzz32xuukxg3nupsf200%29%287593%29%281243925%29%284LioSo.jxMc-8cApDvsVIlYVzCtlYhBrpQ%29%28%29&irclickid=_ubj0vvercgkfqjqvkk0sohzzz32xuukxg3nupsf200","image":"/assets/fileimg/2DVHHaP.jpeg","type":"Free"}]},{"platform":"Windows","softwares":[{"name":"File Viewer Plus — Get it from Microsoft","link":"https://www.microsoft.com/en-in/p/file-viewer-plus-4/9nmsdkxc9r3f?rtc=1&activetab=pivot:overviewtab","image":"/assets/fileimg/QdcouPN.jpeg","type":"Freemium"},{"name":"Adobe Photoshop 2021","link":"https://www.adobe.com/products/photoshop.html?mv=affiliate&mv2=red","image":"/assets/fileimg/fClLkgM.jpeg","type":"Free trial"},{"name":"Adobe Illustrator 2021","link":"https://www.adobe.com/products/illustrator.html?mv=affiliate&mv2=red","image":"/assets/fileimg/16q77H1.jpeg","type":"Free trial"},{"name":"Microsoft Photos","link":"https://www.microsoft.com/en-us/p/microsoft-photos/9wzdncrfjbh4?activetab=pivot:overviewtab","image":"/assets/fileimg/nrsG7Ys.jpeg"},{"name":"Microsoft Windows Photo Viewer","link":"https://support.microsoft.com/en-us/windows/photo-viewer-for-windows-10-ff861e89-d4a7-146d-19d0-1b117b94ffc2","image":"/assets/fileimg/FSHZ7pW.jpeg","type":"Free, included with OS"}]},{"platform":"Mac","softwares":[{"name":"Apple Preview","link":"https://support.apple.com/en-in/guide/preview/welcome/mac","image":"/assets/fileimg/O1HqazZ.jpeg","type":"Free, included with OS"},{"name":"Apple Photos","link":"https://www.apple.com/macos/photos/","image":"/assets/fileimg/b18tt3b.jpeg","type":"Free, included with OS"},{"name":"Adobe Photoshop 2021","link":"https://www.adobe.com/products/photoshop.html?mv=affiliate&mv2=red","image":"/assets/fileimg/fClLkgM.jpeg","type":"Free trial"},{"name":"ACD Systems ACDSee Photo Studio for Mac","link":"https://www.acdsee.com/en/products/photo-studio-mac/","image":"/assets/fileimg/kXyPDCs.jpeg","type":"Free trial"},{"name":"Adobe Illustrator 2021","link":"https://www.adobe.com/products/illustrator.html?mv=affiliate&mv2=red","image":"/assets/fileimg/16q77H1.jpeg","type":"Free trial"}]},{"platform":"iOS","softwares":[{"name":"Google Photos","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/xbfyrdU.jpeg","type":"Free "},{"name":"Google Drive","link":"https://www.google.com/drive/","image":"/assets/fileimg/bC8ZzSs.jpeg","type":"Freemium"}]},{"platform":"Android","softwares":[{"name":"File viewer for Android","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/6uyiajm.jpeg","type":"Freemium"},{"name":"Google Photos","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/xbfyrdU.jpeg","type":"Free "},{"name":"Google Drive","link":"https://www.google.com/drive/","image":"/assets/fileimg/bC8ZzSs.jpeg","type":"Freemium"}]},{"platform":"ChromeOS","softwares":[{"name":"Google Drive","link":"https://www.google.com/drive/","image":"/assets/fileimg/bC8ZzSs.jpeg","type":"Freemium"},{"name":"Google Photos","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/xbfyrdU.jpeg","type":"Free "}]}]}
@@ -1,170 +0,0 @@
1
- {
2
- "Format": "CR2",
3
- "ShortName": "CR2",
4
- "FullName": "Canon Raw Image File",
5
- "Category": "Camera Raw Files",
6
- "Pros": "Picture of exceptional quality. Image format that is commonly used. Originality was maintained. Brand name and file format that you can trust.",
7
- "Cons": "Large file sizes that are difficult to edit. Concerns about storage Sharing is a difficult task.",
8
- "Createdby": "Canon",
9
- "CreatedbyLink": "https://in.canon/",
10
- "CreatedInYear": "n/a",
11
- "BasicInformation": "A raw camera image created by various Canon digital cameras is known as a CR2 file. It saves uncompressed picture data in the same format as the CCD. CR2 files are commonly used by professional photographers because they store higher-quality photos.",
12
- "DetailedInformation": "The Canon Raw version 2 format, which is based on the TIFF specification, is used to save CR2 files. CR2 photos can be created by a variety of Canon digital camera types, including the EOS 1D Mark IV, EOS 450D, and EOS Rebel T3. It transfers data from the sensor to the storage device directly. It cannot be seen in the same way that a JPG or PNG can. When photographs are saved in RAW format, they can be manipulated in considerably more detail in post-production with minimal quality loss. When using JPG or other image formats, the quality is drastically reduced. CR2 images aren't ready for printing yet, and they can't be modified with a bitmap editor. Raw photographs are analogous to film negatives in digital form.",
13
- "Softwaresused": [
14
- {
15
- "platform": "Linux",
16
- "softwares": [
17
- {
18
- "name": "GIMP",
19
- "link": "https://www.gimp.org/",
20
- "image": "/assets/fileimg/wcqHWtb.jpeg",
21
- "type": "Free "
22
- },
23
- {
24
- "name": "gphoto2",
25
- "link": "https://gphoto.sourceforge.io/",
26
- "image": "https://image.flaticon.com/icons/png/512/1063/1063308.png",
27
- "type": "Free"
28
- },
29
- {
30
- "name": "gThumb",
31
- "link": "https://wiki.gnome.org/Apps/Gthumb",
32
- "image": "/assets/fileimg/lWFl5mc.jpeg",
33
- "type": "Free"
34
- },
35
- {
36
- "name": "MATE with Atril Document Viewer",
37
- "link": "https://mate-desktop.org/",
38
- "image": "/assets/fileimg/p64BUbi.jpeg",
39
- "type": "Free"
40
- }
41
- ]
42
- },
43
- {
44
- "platform": "Windows",
45
- "softwares": [
46
- {
47
- "name": "File Viewer Plus — Get it from Microsoft",
48
- "link": "https://www.microsoft.com/en-in/p/file-viewer-plus-4/9nmsdkxc9r3f?rtc=1&activetab=pivot:overviewtab",
49
- "image": "/assets/fileimg/QdcouPN.jpeg",
50
- "type": "Freemium"
51
- },
52
- {
53
- "name": "Microsoft Photos",
54
- "link": "https://www.microsoft.com/en-us/p/microsoft-photos/9wzdncrfjbh4?activetab=pivot:overviewtab",
55
- "image": "/assets/fileimg/nrsG7Ys.jpeg",
56
- "type": "Free, included with OS"
57
- },
58
- {
59
- "name": "Adobe Photoshop 2021",
60
- "link": "https://www.adobe.com/products/photoshop.html?mv=affiliate&mv2=red",
61
- "image": "/assets/fileimg/fClLkgM.jpeg",
62
- "type": "Free trial"
63
- },
64
- {
65
- "name": "GIMP",
66
- "link": "https://www.gimp.org/",
67
- "image": "/assets/fileimg/wcqHWtb.jpeg"
68
- },
69
- {
70
- "name": "FastStone Image Viewer",
71
- "link": "https://www.faststone.org/FSViewerDetail.htm",
72
- "image": "/assets/fileimg/6z9n45v.jpeg",
73
- "type": "Free"
74
- }
75
- ]
76
- },
77
- {
78
- "platform": "Mac",
79
- "softwares": [
80
- {
81
- "name": "Apple Preview",
82
- "link": "https://support.apple.com/en-in/guide/preview/welcome/mac",
83
- "image": "/assets/fileimg/O1HqazZ.jpeg",
84
- "type": "Free, included with OS"
85
- },
86
- {
87
- "name": "Apple Photos",
88
- "link": "https://www.apple.com/macos/photos/",
89
- "image": "/assets/fileimg/b18tt3b.jpeg",
90
- "type": "Free, included with OS"
91
- },
92
- {
93
- "name": "Adobe Photoshop 2021",
94
- "link": "https://www.adobe.com/products/photoshop.html?mv=affiliate&mv2=red",
95
- "image": "/assets/fileimg/fClLkgM.jpeg",
96
- "type": "Free trial"
97
- },
98
- {
99
- "name": "GIMP",
100
- "link": "https://www.gimp.org/",
101
- "image": "/assets/fileimg/wcqHWtb.jpeg",
102
- "type": "Free "
103
- },
104
- {
105
- "name": "Snap Converter",
106
- "link": "https://snapconverter.com/",
107
- "image": "/assets/fileimg/EuFgmVh.jpeg",
108
- "type": "Paid"
109
- }
110
- ]
111
- },
112
- {
113
- "platform": "iOS",
114
- "softwares": [
115
- {
116
- "name": "Apple Photos",
117
- "link": "https://www.apple.com/macos/photos/",
118
- "image": "/assets/fileimg/b18tt3b.jpeg",
119
- "type": "Free, included with OS"
120
- },
121
- {
122
- "name": "Adobe Photoshop ",
123
- "link": "https://apps.apple.com/us/app/adobe-photoshop/id1457771281",
124
- "image": "/assets/fileimg/xeDZX8x.jpeg",
125
- "type": "Freemium"
126
- },
127
- {
128
- "name": "Google Photos",
129
- "link": "https://www.google.com/photos/about/",
130
- "image": "/assets/fileimg/xbfyrdU.jpeg",
131
- "type": "Free "
132
- }
133
- ]
134
- },
135
- {
136
- "platform": "Android",
137
- "softwares": [
138
- {
139
- "name": "File viewer for Android",
140
- "link": "https://www.apple.com/macos/photos/",
141
- "image": "/assets/fileimg/6uyiajm.jpeg",
142
- "type": "Freemium"
143
- },
144
- {
145
- "name": "Adobe Photoshop Express",
146
- "link": "https://play.google.com/store/apps/details?id=com.adobe.psmobile&hl=en_IN&gl=US",
147
- "image": "/assets/fileimg/Mny97V6.jpeg",
148
- "type": "Freemium"
149
- },
150
- {
151
- "name": "Google Photos",
152
- "link": "https://www.google.com/photos/about/",
153
- "image": "/assets/fileimg/xbfyrdU.jpeg",
154
- "type": "Free "
155
- }
156
- ]
157
- },
158
- {
159
- "platform": "ChromeOS",
160
- "softwares": [
161
- {
162
- "name": "Google Photos",
163
- "link": "https://www.google.com/photos/about/",
164
- "image": "/assets/fileimg/xbfyrdU.jpeg",
165
- "type": "Free "
166
- }
167
- ]
168
- }
169
- ]
170
- }
@@ -1,26 +0,0 @@
1
- {
2
- "Format": "DVD",
3
- "ShortName": "DVD",
4
- "FullName": "DOS Device Driver",
5
- "Category": "System files",
6
- "Pros": "The storage capacity is enormous. The sound and image quality are both great. Because they are mass-produced, they are quite inexpensive. CDs can be read by DVD drives.",
7
- "Cons": "DVDs are not compatible with CD drives. There is no single DVD standard. Breaking or scratching them is a simple way to ruin them.",
8
- "Createdby": "N/A",
9
- "CreatedbyLink": "n/a",
10
- "CreatedInYear": "n/a",
11
- "BasicInformation": "DVD files are used as drivers for MS-DOS-based devices. These driver files allow a computer or other device to communicate with the operating system, in this instance MS-DOS. They may come preconfigured with Windows or require installation from a DVD included with the hardware.",
12
- "DetailedInformation": "DVD files are frequently confused with video files that contain a copy of a movie on a disc. The movie files are normally saved as VOB files, despite the fact that the media is named a DVD. The drivers and DVD files are sometimes already installed on Windows. However, the drivers may need to be manually installed on occasion. This is usually done with the help of a disc or other medium that came with the device. On their websites, several companies also give driver downloads for their products.",
13
- "Softwaresused": [
14
- {
15
- "platform": "Windows",
16
- "softwares": [
17
- {
18
- "name": "Microsoft MS-DOS",
19
- "link": "https://www.microsoft.com/en-us/p/ms-dos-mobile/9nblgggxzdtw?activetab=pivot:overviewtab",
20
- "image": "/assets/fileimg/XxsKREw.jpeg",
21
- "type": "Free"
22
- }
23
- ]
24
- }
25
- ]
26
- }
@@ -1 +0,0 @@
1
- {"Format":"FLAC","ShortName":"FLAC","FullName":"Free Lossless Audio Codec","Category":"Audio file","Pros":"Excellent audio quality in a tiny file size. Many systems are compatible with it. Source code is open and licence is free. Hardware assistance (PhatBox, Kenwood MusicKeg, Rio Karma, etc.) available. Support for streaming. Decoding is really quick. Multichannel and high-resolution feeds are supported. Replay Gain is supported. Supports the use of a cue sheet (with some limitations) As a replacement to Shorten, it's gaining popularity.","Cons":"Other prominent current compressors (Monkey's Audio, LPAC, OptimFROG) compress more efficiently. Higher compression options are sluggish and provide minimal improvement over the default setting.","Createdby":"Xiph.Org Foundation","CreatedbyLink":"https://www.xiph.org/","CreatedInYear":"2001","BasicInformation":"The acronym FLAC refers to the Free Lossless Audio Codec. FLAC is a lossless MP3 format. FLAC is most commonly used in classical music, where sound quality is critical. FLAC has grown fairly popular as a result of its sound quality. FLAC files can now be played in your favourite player (or in your vehicle or home stereo) exactly like MP3 files.","DetailedInformation":"FLAC is an audio compression format developed by members of Xiph.org. The compression is lossless, which means that no data is lost and no quality is sacrificed. FLAC allows users to save files at their original media quality, making it excellent for backing up audio data because tangible copies of audio files are prone to destruction. FLAC is a widely adopted format that decreases the size of digital audio by about 60% and is generally supported across the most major platforms. The Xiph.Org Foundation created the format, which is open source. Along with the FLAC file, a FLAC Fingerprint file, which comprises the filename and checksum information for the FLAC file, can be generated. FLAC files are frequently used for real-time streaming and decoding. The FLAC project is made up of several components, including a stream format, a container format, an encoder and decoder reference library, and input plugins.","Softwaresused":[{"platform":"Linux","softwares":[{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"},{"name":"Audacity","link":"https://www.audacityteam.org/","image":"/assets/fileimg/c5Zl0O1.jpeg","type":"Free"},{"name":"MPlayer","link":"http://www.mplayerhq.hu/design7/news.html","image":"/assets/fileimg/IKdU9NN.jpeg","type":"Free"},{"name":"aTunes","link":"http://www.atunes.org/","image":"/assets/fileimg/U6hLUgu.jpeg","type":"Free"}]},{"platform":"Windows","softwares":[{"name":"File Viewer Plus — Get it from Microsoft","link":"https://www.microsoft.com/en-in/p/file-viewer-plus-4/9nmsdkxc9r3f?rtc=1&activetab=pivot:overviewtab","image":"/assets/fileimg/QdcouPN.jpeg","type":"Freemium"},{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"},{"name":"Audacity","link":"https://www.audacityteam.org/","image":"/assets/fileimg/c5Zl0O1.jpeg","type":"Free"},{"name":"MPlayer","link":"http://www.mplayerhq.hu/design7/news.html","image":"/assets/fileimg/IKdU9NN.jpeg"},{"name":"Adobe Audition CC 2021","link":"https://www.adobe.com/products/audition.html?mv=affiliate&mv2=red","image":"/assets/fileimg/SJ29L8A.jpeg","type":"Free trial"}]},{"platform":"Mac","softwares":[{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"},{"name":"Audacity","link":"https://www.audacityteam.org/","image":"/assets/fileimg/c5Zl0O1.jpeg","type":"Free"},{"name":"MPlayer","link":"http://www.mplayerhq.hu/design7/news.html","image":"/assets/fileimg/IKdU9NN.jpeg","type":"Free"},{"name":"aTunes","link":"http://www.atunes.org/","image":"/assets/fileimg/U6hLUgu.jpeg","type":"Free"},{"name":"Adobe Audition CC 2021","link":"https://www.adobe.com/products/audition.html?mv=affiliate&mv2=red","image":"/assets/fileimg/SJ29L8A.jpeg","type":"Free trial"}]},{"platform":"iOS","softwares":[{"name":"Videolan VLC for mobile","link":"https://apps.apple.com/us/app/vlc-for-mobile/id650377962?mt=8&ign-mpt=uo%3D4","image":"/assets/fileimg/rawD7q8.jpeg","type":"Free"},{"name":"Golden Ear","link":"https://apps.apple.com/us/app/golden-ear/id407945101?ign-mpt=uo%3D8","image":"/assets/fileimg/upbts7y.jpeg","type":"Freemium"},{"name":"Moliplayer","link":"https://apps.apple.com/us/app/moli-player-hd-free-movie-music-player-for-network/id598886783?ign-mpt=uo%3D8","image":"/assets/fileimg/FAo0QEL.jpeg","type":"Free"}]},{"platform":"Android","softwares":[{"name":"File viewer for Android","link":"https://apps.apple.com/us/app/vlc-for-mobile/id650377962?mt=8&ign-mpt=uo%3D4","image":"/assets/fileimg/6uyiajm.jpeg","type":"Freemium"},{"name":"Videolabs VLC for Android","link":"https://play.google.com/store/apps/details?id=org.videolan.vlc&hl=en","image":"/assets/fileimg/TnwKQd9.jpeg","type":"Free"},{"name":"jetAudio","link":"https://play.google.com/store/apps/details?id=com.jetappfactory.jetaudio","image":"/assets/fileimg/jcTagMw.jpeg","type":"Freemium"}]},{"platform":"ChromeOS","softwares":[{"name":"Chrome Beta version","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ZTI2NTv.jpeg","type":"Free"}]}]}
@@ -1 +0,0 @@
1
- {"Format":"FLV","ShortName":"FLV","FullName":"Flash Video File","Category":"Video file","Pros":"Movies, online presentations, banner adverts, Internet animations, and other uses for Flash are just a few examples. Over 90% of website visitors will be able to see it. Flash files are often small and straightforward to download. Flash may be seen on both broadband and dial-up connections, as well as on older, slower systems. A wide range of video files can be converted to the Flash format with ease.","Cons":"It can be costly and time-consuming to create Flash content. Because search engine spiders do not identify Flash files, they do not contribute to site optimization. When accessing a web page featuring Flash, visitors may encounter lengthier wait times, especially if they are using a dial-up connection.","Createdby":"Adobe Systems","CreatedbyLink":"https://www.adobe.com/in/","CreatedInYear":"2003","BasicInformation":"A video file saved in the Adobe Flash Video (FLV) container format is known as a FLV file. A short header, synchronised audio and video data streams (encoded in the same way as streams in the standard Flash.SWF format), and metadata packets are all stored.","DetailedInformation":"Adobe Systems' Flash Video Format is widely used for online videos on sites like YouTube, Hulu, Vevo, and a variety of other streaming video services. Adobe Flash Player (including browser plug-ins) and third-party software can read and watch FLV files on nearly every operating system (with the exception of iOS). With the release of Adobe Flash Player 7 in 2003, the FLV format was launched. Adobe Flash Player primarily uses it to offer online video content such as movies and TV episodes. FLV, on the other hand, is an open format that is supported by a variety of non-Adobe/ Macromedia apps. The Flash Video Exporter plug-in (available with Adobe Animate) or any programme that supports FLV files can be used to produce Flash Video content and export it as FLV files. With Adobe Media Encoder, users may now encode various video formats such as QuickTime or Windows Media. As online technologies advanced in the 2010s, Flash's flaws, which included performance and security vulnerabilities, became increasingly apparent. Adobe and numerous online browser makers formally stopped support for Flash on December 31, 2020, as the use of Flash Player and the FLV format plummeted.","Softwaresused":[{"platform":"Linux","softwares":[{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"},{"name":"RealNetworks RealPlayer Cloud","link":"https://www.real.com/in","image":"/assets/fileimg/FdqTl1x.jpeg","type":"Freemium"}]},{"platform":"Windows","softwares":[{"name":"File Viewer Plus — Get it from Microsoft","link":"https://www.microsoft.com/en-in/p/file-viewer-plus-4/9nmsdkxc9r3f?rtc=1&activetab=pivot:overviewtab","image":"/assets/fileimg/QdcouPN.jpeg","type":"Freemium"},{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"},{"name":"Xilisoft Video Converter Ultimate","link":"http://www.xilivideo.com/video-converter-ultimate.html","image":"/assets/fileimg/Cc9amsH.jpeg","type":"Free trial"},{"name":"Nullsoft Winamp","link":"http://www.winamp.com/","image":"/assets/fileimg/38J4iOl.jpeg"},{"name":"Media Player classic","link":"https://github.com/clsid2/mpc-hc/","image":"/assets/fileimg/PLx4Opv.jpeg","type":"Free"}]},{"platform":"Mac","softwares":[{"name":"Apple QuickTime Player","link":"https://support.apple.com/en-in/guide/quicktime-player/welcome/mac","image":"/assets/fileimg/5hGiNf7.jpeg","type":"Free, included with OS"},{"name":"Adobe Animate CC 2019","link":"https://www.adobe.com/products/animate.html?mv=affiliate&mv2=red","image":"/assets/fileimg/pqcWQ2F.jpeg","type":"Free trial"},{"name":"Eltima Elmedia Player","link":"https://mac.eltima.com/media-player.html","image":"/assets/fileimg/H7CZmss.jpeg","type":"Free"},{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"}]},{"platform":"iOS","softwares":[{"name":"RealNetworks RealTimes: Video Maker","link":"https://apps.apple.com/us/app/realplayer-cloud-watch-video/id666575946","image":"/assets/fileimg/HAhjqEA.jpeg","type":"Freemium"}]},{"platform":"Android","softwares":[{"name":"BIT Labs Simple MP4 Video Player","link":"https://apps.apple.com/us/app/realplayer-cloud-watch-video/id666575946","image":"/assets/fileimg/P6WGAMN.jpeg","type":"Free"},{"name":"antvplayer Media Converter","link":"https://play.google.com/store/apps/details?id=com.AndroidA.MediaConverter&hl=en","image":"/assets/fileimg/qwnEy06.jpeg","type":"Free"},{"name":"J2 Interactive MX Player","link":"https://play.google.com/store/apps/details?id=com.mxtech.videoplayer.ad&hl=en","image":"/assets/fileimg/Cjoa7OB.jpeg","type":"Free"},{"name":"RealNetworks RealTimes Video Maker","link":"https://play.google.com/store/apps/details?id=com.real.RealPlayerCloud","image":"/assets/fileimg/HAhjqEA.jpeg","type":"Freemium"}]},{"platform":"ChromeOS","softwares":[]}]}
@@ -1 +0,0 @@
1
- {"Format":"GIF","ShortName":"GIF","FullName":"Graphical Interchange Format File","Category":"Raster Image Files","Pros":"The file size is little. Images that appear to be professional. Better Message Conveyance Transparency is favoured.","Cons":"Pattern with a limited colour palette. It is not possible to edit. It Is Important To Have A Good Internet Connection.","Createdby":"CompuServe","CreatedbyLink":"https://www.compuserve.com/","CreatedInYear":"1987","BasicInformation":"A GIF file is a graphic file that has been stored in the Graphical Interchange Format (GIF) (GIF). It can have up to 256 indexed colours and a colour palette that can be a predefined set of colours or customised to the image's colours. GIF files are kept in a lossless format, which means that the image's sharpness is not affected by GIF compression.","DetailedInformation":"Because of its ability to move images, GIF is the most used image file type on the internet. GIFs are a popular web graphics format, particularly for small images and images with text, such as navigation buttons. JPEG (.JPG) images, on the other hand, are better for displaying photos since the number of colours they may display is not limited. GIF images can be animated and stored as \"animated GIFs,\" which are frequently used on websites to display rudimentary animations. They may also contain translucent pixels, allowing them to blend in with a variety of colour backgrounds. However, unlike a.PNG image, pixels in a GIF image must be either entirely transparent or fully opaque, therefore transparency cannot be faded.","Softwaresused":[{"platform":"Linux","softwares":[{"name":"GIMP","link":"https://www.gimp.org/","image":"/assets/fileimg/wcqHWtb.jpeg","type":"Free "},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"},{"name":"Microsoft Edge","link":"https://www.microsoft.com/en-us/edge?ranMID=24542&ranEAID=4LioSo*jxMc&ranSiteID=4LioSo.jxMc-8cApDvsVIlYVzCtlYhBrpQ&epi=4LioSo.jxMc-8cApDvsVIlYVzCtlYhBrpQ&irgwc=1&OCID=AID2000142_aff_7593_1243925&tduid=%28ir__ubj0vvercgkfqjqvkk0sohzzz32xuukxg3nupsf200%29%287593%29%281243925%29%284LioSo.jxMc-8cApDvsVIlYVzCtlYhBrpQ%29%28%29&irclickid=_ubj0vvercgkfqjqvkk0sohzzz32xuukxg3nupsf200","image":"/assets/fileimg/2DVHHaP.jpeg","type":"Free"},{"name":"Mozilla Firefox","link":"https://www.mozilla.org/en-US/firefox/browsers/","image":"/assets/fileimg/WofJU7C.jpeg","type":"Free"}]},{"platform":"Windows","softwares":[{"name":"File Viewer Plus — Get it from Microsoft","link":"https://www.microsoft.com/en-in/p/file-viewer-plus-4/9nmsdkxc9r3f?rtc=1&activetab=pivot:overviewtab","image":"/assets/fileimg/QdcouPN.jpeg","type":"Freemium"},{"name":"Microsoft Photos","link":"https://www.microsoft.com/en-us/p/microsoft-photos/9wzdncrfjbh4?activetab=pivot:overviewtab","image":"/assets/fileimg/nrsG7Ys.jpeg","type":"Free, included with OS"},{"name":"Microsoft Windows Photo Viewer","link":"https://support.microsoft.com/en-us/windows/photo-viewer-for-windows-10-ff861e89-d4a7-146d-19d0-1b117b94ffc2","image":"/assets/fileimg/FSHZ7pW.jpeg","type":"Free, included with OS"},{"name":"Microsoft Paint","link":"https://support.microsoft.com/en-us/windows/get-microsoft-paint-a6b9578c-ed1c-5b09-0699-4ed8115f9aa9","image":"/assets/fileimg/AuNqAKT.jpeg"},{"name":"Adobe Illustrator 2021","link":"https://www.adobe.com/products/illustrator.html?mv=affiliate&mv2=red","image":"/assets/fileimg/16q77H1.jpeg","type":"Free trial"}]},{"platform":"Mac","softwares":[{"name":"Apple Safari","link":"https://www.apple.com/safari/","image":"/assets/fileimg/PePZ5cb.jpeg","type":"Free, included with OS"},{"name":"Apple Preview","link":"https://support.apple.com/en-in/guide/preview/welcome/mac","image":"/assets/fileimg/O1HqazZ.jpeg","type":"Free, included with OS"},{"name":"Adobe Photoshop 2021","link":"https://www.adobe.com/products/photoshop.html?mv=affiliate&mv2=red","image":"/assets/fileimg/fClLkgM.jpeg","type":"Free trial"},{"name":"CorelDRAW Graphics Suite 2021","link":"https://www.coreldraw.com/en/product/coreldraw/purchase.html?AID=10816204&PID=3081440&cjevent=51885051cce111eb80d1d3470a180510&utm_source=cj&utm_medium=affiliate&utm_campaign=Sharpened+Productions&x-vehicle=cj","image":"/assets/fileimg/cfwD39J.jpeg","type":"Free trial"},{"name":"Adobe Illustrator 2021","link":"https://www.adobe.com/products/illustrator.html?mv=affiliate&mv2=red","image":"/assets/fileimg/16q77H1.jpeg","type":"Free trial"}]},{"platform":"iOS","softwares":[{"name":"Google Photos","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/xbfyrdU.jpeg","type":"Free "},{"name":"Google Drive","link":"https://www.google.com/drive/","image":"/assets/fileimg/bC8ZzSs.jpeg","type":"Freemium"}]},{"platform":"Android","softwares":[{"name":"File viewer for Android","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/6uyiajm.jpeg","type":"Freemium"},{"name":"Google Photos","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/xbfyrdU.jpeg","type":"Free "},{"name":"Google Drive","link":"https://www.google.com/drive/","image":"/assets/fileimg/bC8ZzSs.jpeg","type":"Freemium"}]},{"platform":"ChromeOS","softwares":[{"name":"Google Photos","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/xbfyrdU.jpeg","type":"Free "},{"name":"Google Drive","link":"https://www.google.com/drive/","image":"/assets/fileimg/bC8ZzSs.jpeg","type":"Freemium"}]}]}
@@ -1 +0,0 @@
1
- {"Format":"HEIC","ShortName":"HEIC","FullName":"High Efficiency Image Format","Category":"Raster Image Files","Pros":"Great quality of images. Takes up less storage. Can store multiple images in one file. Can alaso store image derivations.","Cons":"Not compatible with all systems and devices. Not very popular. Has issues with patent. ","Createdby":"Moving Picture Experts Group","CreatedbyLink":"https://mpeg.chiariglione.org/","CreatedInYear":"2001","BasicInformation":"One or more photographs stored in the High Efficiency Image Format (HEIF), a file format most typically used to save photos on iOS devices, are contained in a HEIC file. It comprises an image or series of images, as well as metadata characterising each image, that was most likely created using the Camera app on an iPhone or iPad. HEIC files are usually saved as.heic files, although they can alternatively be saved as.HEIF files.","DetailedInformation":"HEIF, or H.265, is a digital picture storage standard that retains photos at a higher quality and in lower files than the. JPEG is a digital image format. This saves space on memory cards and mobile devices by reducing the size of photos. Apple introduced HEIF the default photo storage format for iOS devices with the release of iOS 11 in 2017. As a result of this adjustment, iPhones and iPads began saving users' images as HEIC. With the introduction of High Sierra, Apple enabled HEIF compatibility to both iOS and macOS. Google extended HEIF support to Android in 2018, and Microsoft brought HEIF support to Windows in 2018. Users must explicitly instal the Microsoft HEIF Image Extensions and HEVC Video Extensions packages from the Microsoft Store in order to open HEIC files in Microsoft apps. When you export or share a photo taken using the Camera app on an iOS device to a non-iOS device or application, it is usually converted from a HEIC format to a JPEG or.JPG file.","Softwaresused":[{"platform":"Linux","softwares":[{"name":"GIMP","link":"https://www.gimp.org/","image":"/assets/fileimg/wcqHWtb.jpeg","type":"Free "}]},{"platform":"Windows","softwares":[{"name":"File Viewer Plus — Get it from Microsoft","link":"https://www.microsoft.com/en-in/p/file-viewer-plus-4/9nmsdkxc9r3f?rtc=1&activetab=pivot:overviewtab","image":"/assets/fileimg/QdcouPN.jpeg","type":"Freemium"},{"name":"GIMP","link":"https://www.gimp.org/","image":"/assets/fileimg/wcqHWtb.jpeg","type":"Free "},{"name":"Adobe Premiere Rush","link":"https://www.adobe.com/products/premiere-rush.html?mv=affiliate&mv2=red","image":"/assets/fileimg/WBNj13N.jpeg","type":"Free trial"},{"name":"Microsoft Windows Photos with HEIF Image Extensions and HEVC Video Extensions packages installed","link":"https://www.microsoft.com/en-us/p/microsoft-photos/9wzdncrfjbh4?activetab=pivot:overviewtab&ranMID=24542&ranEAID=4LioSo*jxMc&ranSiteID=4LioSo.jxMc-Tcw4tJawHA2VbfUU47cFuA&epi=4LioSo.jxMc-Tcw4tJawHA2VbfUU47cFuA&irgwc=1&OCID=AID2000142_aff_7593_1243925&tduid=%28ir__ubj0vvercgkfqjqvkk0sohzzz32xurhnaenupuk000%29%287593%29%281243925%29%284LioSo.jxMc-Tcw4tJawHA2VbfUU47cFuA%29%28%29&irclickid=_ubj0vvercgkfqjqvkk0sohzzz32xurhnaenupuk000","image":"/assets/fileimg/nrsG7Ys.jpeg"},{"name":"TunesBro HEIC Converter","link":"https://www.tunesbro.com/heic-converter.html","image":"/assets/fileimg/7eQehmc.jpeg","type":"Free trial"}]},{"platform":"Mac","softwares":[{"name":"Apple Preview","link":"https://support.apple.com/en-in/guide/preview/welcome/mac","image":"/assets/fileimg/O1HqazZ.jpeg","type":"Free, included with OS"},{"name":"Apple Photos","link":"https://www.apple.com/macos/photos/","image":"/assets/fileimg/b18tt3b.jpeg","type":"Free, included with OS"},{"name":"Adobe Photoshop 2021","link":"https://www.adobe.com/products/photoshop.html?mv=affiliate&mv2=red","image":"/assets/fileimg/fClLkgM.jpeg","type":"Free trial"},{"name":"GIMP","link":"https://www.gimp.org/","image":"/assets/fileimg/wcqHWtb.jpeg","type":"Free "},{"name":"TunesBro HEIC Converter","link":"https://www.tunesbro.com/heic-converter.html","image":"/assets/fileimg/7eQehmc.jpeg","type":"Free trial"}]},{"platform":"iOS","softwares":[{"name":"Apple Photos","link":"https://www.apple.com/macos/photos/","image":"/assets/fileimg/b18tt3b.jpeg","type":"Free, included with OS"},{"name":"Dropbox","link":"https://www.dropbox.com/?landing=dbv2","image":"/assets/fileimg/ovQYI78.jpeg","type":"Freemium"},{"name":"Google Drive","link":"https://www.google.com/drive/","image":"/assets/fileimg/bC8ZzSs.jpeg","type":"Freemium"},{"name":"Google Photos","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/xbfyrdU.jpeg","type":"Free "},{"name":"Adobe Premiere Rush","link":"https://www.adobe.com/products/premiere-rush.html?mv=affiliate&mv2=red","image":"/assets/fileimg/WBNj13N.jpeg","type":"Free trial"}]},{"platform":"Android","softwares":[{"name":"File viewer for Android","link":"https://www.apple.com/macos/photos/","image":"/assets/fileimg/6uyiajm.jpeg","type":"Freemium"},{"name":"Google Photos","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/xbfyrdU.jpeg","type":"Free "},{"name":"Adobe Premiere Rush","link":"https://www.adobe.com/products/premiere-rush.html?mv=affiliate&mv2=red","image":"/assets/fileimg/WBNj13N.jpeg","type":"Free trial"},{"name":"Dropbox","link":"https://www.dropbox.com/?landing=dbv2","image":"/assets/fileimg/ovQYI78.jpeg","type":"Freemium"},{"name":"Simple Soft Alliance Luma: HEIF Viewer and Converter","link":"https://play.google.com/store/apps/details?id=luma.hevc.heif.image.viewer.converter","image":"/assets/fileimg/1o2rNBD.jpeg","type":"Freemium"}]},{"platform":"ChromeOS","softwares":[{"name":"Google Photos","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/xbfyrdU.jpeg","type":"Free "},{"name":"HEIC Image Viewer Decoder","link":"https://speedtesting.herokuapp.com/heicviewer/","image":"/assets/fileimg/KXTzTK7.jpeg","type":"Free"}]}]}
@@ -1 +0,0 @@
1
- {"Format":"HTML","ShortName":"HTML","FullName":"Hypertext Markup Language File","Category":"Web file","Pros":"HTML is a commonly used language. HTML is supported by all browsers. It's simple to learn and utilise. HTML is a light-weight and quick-loading language. You do not need to purchase any software.","Cons":"Because it is a static language, it cannot produce dynamic output on its own. The structure of HTML documents is becoming more difficult to comprehend. Errors can be expensive. It takes a long time. HTML has a limited set of security measures.","Createdby":"Tim Berners-Lee at CERN","CreatedbyLink":"https://home.cern/","CreatedInYear":"1989","BasicInformation":"Hypertext Markup Language (HTML) is a markup language that is used to format the structure of a webpage. It's saved in a standard text format and contains tags that specify the webpage's layout and content, such as the text, tables, images, and hyperlinks. HTML files are often used on the internet and may be viewed in web browsers.","DetailedInformation":"The standard for constructing websites is HTML (HyperText Markup Language). Tim Berners-Lee, a physicist at CERN, proposed the idea in 1989. Web browsers can read this language and translate it into different texts, colours, forms (headings, paragraphs, quotations, and other semantics), hyperlinks, and URL embedding to insert images or audio. HTML components are used to construct the structure of webpages in the markup language. Each element typically contains an opening tag enclosed in angle brackets (tag>) and a closing tag enclosed in angle brackets but preceded by a forward slash (/tag>).Users can see the HTML coding by going to their browser's \"View Source\" tab. HTML can be used to format the text of a document in some email applications. Although HTML and XHTML are similar, they are not the same.","Softwaresused":[{"platform":"Linux","softwares":[{"name":"Mozilla Firefox","link":"https://www.mozilla.org/en-US/firefox/browsers/","image":"/assets/fileimg/WofJU7C.jpeg","type":"Free"},{"name":"Opera","link":"opera.com","image":"/assets/fileimg/Mt9PAUF.jpeg","type":"Free"},{"name":"W3C Amaya","link":"https://www.w3.org/Amaya/","image":"/assets/fileimg/e9cgmZo.jpeg","type":"Free"},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"},{"name":"KompoZer","link":"https://sourceforge.net/projects/kompozer/","image":"/assets/fileimg/8aN9yEj.jpeg","type":"Free"}]},{"platform":"Windows","softwares":[{"name":"File Viewer Plus — Get it from Microsoft","link":"https://www.microsoft.com/en-in/p/file-viewer-plus-4/9nmsdkxc9r3f?rtc=1&activetab=pivot:overviewtab","image":"/assets/fileimg/QdcouPN.jpeg","type":"Freemium"},{"name":"Microsoft Notepad","link":"https://www.microsoft.com/en-us/p/windows-notepad/9msmlrh6lzf3#activetab=pivot:overviewtab","image":"/assets/fileimg/82vepge.jpeg","type":"Free"},{"name":"Microsoft Wordpad","link":"https://www.microsoft.com/en-us/microsoft-365/word?ranMID=24542&ranEAID=4LioSo*jxMc&ranSiteID=4LioSo.jxMc-xMQ4Sl1Ik8DLCMUAH94NdQ&epi=4LioSo.jxMc-xMQ4Sl1Ik8DLCMUAH94NdQ&irgwc=1&OCID=AID2000142_aff_7593_1243925&tduid=%28ir__ubj0vvercgkfqjqvkk0sohzzz32xurkqpvnupuk000%29%287593%29%281243925%29%284LioSo.jxMc-xMQ4Sl1Ik8DLCMUAH94NdQ%29%28%29&irclickid=_ubj0vvercgkfqjqvkk0sohzzz32xurkqpvnupuk000","image":"/assets/fileimg/Kp0egqG.jpeg","type":"Free"},{"name":"KompoZer","link":"https://sourceforge.net/projects/kompozer/","image":"/assets/fileimg/8aN9yEj.jpeg"},{"name":"Microsoft Visual Studio Code","link":"https://code.visualstudio.com/","image":"/assets/fileimg/51PJjGr.jpeg","type":"Free"}]},{"platform":"Mac","softwares":[{"name":"W3C Amaya","link":"https://www.w3.org/Amaya/","image":"/assets/fileimg/e9cgmZo.jpeg","type":"Free"},{"name":"Microsoft Visual Studio Code","link":"https://code.visualstudio.com/","image":"/assets/fileimg/51PJjGr.jpeg","type":"Free"},{"name":"KompoZer","link":"https://sourceforge.net/projects/kompozer/","image":"/assets/fileimg/8aN9yEj.jpeg","type":"Free"},{"name":"Mozilla Firefox","link":"https://www.mozilla.org/en-US/firefox/browsers/","image":"/assets/fileimg/WofJU7C.jpeg","type":"Free"},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"}]},{"platform":"iOS","softwares":[{"name":"Mozilla Firefox","link":"https://www.mozilla.org/en-US/firefox/browsers/","image":"/assets/fileimg/WofJU7C.jpeg","type":"Free"},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"},{"name":"Opera","link":"opera.com","image":"/assets/fileimg/Mt9PAUF.jpeg","type":"Free"},{"name":"Fornace Espresso HTML","link":"https://apps.apple.com/us/app/espresso-html/id487303069?ign-mpt=uo%3D4","image":"/assets/fileimg/t2WljZe.jpeg","type":"Free"},{"name":"Alexander Blach Textastic Code Editor","link":"https://apps.apple.com/us/app/textastic-code-editor-6/id1049254261?ign-mpt=uo%3D4","image":"/assets/fileimg/d5byEov.jpeg","type":"Free"}]},{"platform":"Android","softwares":[{"name":"File viewer for Android","link":"https://www.mozilla.org/en-US/firefox/browsers/","image":"/assets/fileimg/6uyiajm.jpeg","type":"Freemium"},{"name":"Mozilla Firefox","link":"https://www.mozilla.org/en-US/firefox/browsers/","image":"/assets/fileimg/WofJU7C.jpeg","type":"Free"},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"},{"name":"Opera","link":"opera.com","image":"/assets/fileimg/Mt9PAUF.jpeg","type":"Free"}]},{"platform":"ChromeOS","softwares":[{"name":"Google Chrome Text","link":"https://chrome.google.com/webstore/detail/text/mmfbcljfglbokpmkimbfghdkjmjhdgbg","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free, included with OS"},{"name":"Mozilla Firefox","link":"https://www.mozilla.org/en-US/firefox/browsers/","image":"/assets/fileimg/WofJU7C.jpeg","type":"Free"},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"},{"name":"Opera","link":"opera.com","image":"/assets/fileimg/Mt9PAUF.jpeg","type":"Free"}]}]}
@@ -1 +0,0 @@
1
- {"Format":"JFIF","ShortName":"JFIF","FullName":"JPEG File Interchange Format","Category":"Raster Image Files","Pros":"A very popular format. Compression at a high, controlled level resulting in a small file size. format is compatible and displays correctly in all browsers, text, and graphics programs, on all computers, tablets, and mobile devices. Supports full-color realistic images with a lot of color and contrast transitions. High quality of image with a small degree of coherence.","Cons":"When you compress the image, it may “fall apart” into individual squares - 808-pixel blocks. This occurs because the compression algorithm analyses neighboring pixels. smooth color – transitions may become harsh or simply vanish. JPEG is less suitable for working with text or monochrome graphics with clear boundaries. This format does not support transparency even though it is required when creating templates, logos, and buttons. The image's quality declines with each subsequent compression step.","Createdby":"C-cube Microsystems and Joint Photographic Experts Group","CreatedbyLink":"https://jpeg.org/","CreatedInYear":"2011","BasicInformation":"A JFIF file is a bitmap graphic compressed with JPEG. It's preserved with a variant of the standard. The JPEG file format was created with the goal of storing a little quantity of data and allowing for easy transfer between platforms and apps. JPEG File Interchange Format is the acronym for JPEG File Interchange Format.","DetailedInformation":"The JFIF format specifies a lot of characteristics that were missing from the original JPEG format. Users were able to save and share files using JPEG compression after defining these characteristics, which included a standard header, resolution and aspect ratio, and colour model. Many digital cameras used to save images in the JFIF format. However, as the JPEG format improved over time, the JFIF standard became largely obsolete.","Softwaresused":[{"platform":"Linux","softwares":[]},{"platform":"Windows","softwares":[{"name":"Microsoft Photos","link":"https://www.microsoft.com/en-us/p/microsoft-photos/9wzdncrfjbh4?activetab=pivot:overviewtab","image":"/assets/fileimg/nrsG7Ys.jpeg","type":"Free, included with OS"},{"name":"Mozilla Firefox","link":"https://www.mozilla.org/en-US/firefox/browsers/","image":"/assets/fileimg/WofJU7C.jpeg","type":"Free"},{"name":"Opera","link":"opera.com","image":"/assets/fileimg/Mt9PAUF.jpeg","type":"Free"},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg"},{"name":"ACD Systems ACDSee","link":"https://www.acdsee.com/en/products/photo-studio-home/","image":"/assets/fileimg/kXyPDCs.jpeg","type":"Free trial"}]},{"platform":"Mac","softwares":[{"name":"Apple Preview","link":"https://support.apple.com/en-in/guide/preview/welcome/mac","image":"/assets/fileimg/O1HqazZ.jpeg","type":"Free, included with OS"},{"name":"Mozilla Firefox","link":"https://www.mozilla.org/en-US/firefox/browsers/","image":"/assets/fileimg/WofJU7C.jpeg","type":"Free"},{"name":"Opera","link":"opera.com","image":"/assets/fileimg/Mt9PAUF.jpeg","type":"Free"},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"},{"name":"ACD Systems ACDSee","link":"https://www.acdsee.com/en/products/photo-studio-home/","image":"/assets/fileimg/kXyPDCs.jpeg","type":"Free trial"}]},{"platform":"iOS","softwares":[]},{"platform":"Android","softwares":[]},{"platform":"ChromeOS","softwares":[{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"}]}]}
@@ -1 +0,0 @@
1
- {"Format":"JPEG","ShortName":"JPEG","FullName":"Joint Photographics Expert Group","Category":"Image file format","Pros":"A very popular format. Compression at a high, controlled level resulting in a small file size. format is compatible and displays correctly in all browsers, text, and graphics programs, on all computers, tablets, and mobile devices. Supports full-color realistic images with a lot of color and contrast transitions. High quality of image with a small degree of coherence.","Cons":"When you compress the image, it may “fall apart” into individual squares - 808-pixel blocks. This occurs because the compression algorithm analyses neighboring pixels. smooth color – transitions may become harsh or simply vanish. JPEG is less suitable for working with text or monochrome graphics with clear boundaries. This format does not support transparency even though it is required when creating templates, logos, and buttons. The image's quality declines with each subsequent compression step.","Createdby":"ITU-T and Joint Photographics Expert Group","CreatedbyLink":"https://www.itu.int/en/ITU-T/studygroups/2009-2012/Pages/16/jpeg1x.aspx","CreatedInYear":"1992","BasicInformation":"A JPG file is an image saved in the Joint Photographic Experts Group's compressed image format (JPEG). It is widely used for storing digital photos and is supported by most digital cameras. JPG files are among the most commonly used image formats. It's a common technique for compressing photography photos. JPEG is also the name of the file format that uses this type of compression. Lossy compression is irreversible, and the lower the compression rate, the sharper the image.","DetailedInformation":"There was no technology in the early 1980s that allowed people to readily compress and exchange digital photos. In 1982, the JPEG workgroup began developing a compression standard to reduce the size of image files while maintaining as much quality as possible, making them easier to share. The JPEG file format was designed by the workgroup in 1992. JPEG files, which are usually saved with the.jpg or.JPEG extension, are images generated utilizing a lossy compression process that destroys some of the data in the source image file. This data loss, however, is generally undetectable to the naked eye. JPG files are ideal for final products, while lossless files are best for editing. The JPEG standard is still the most popular image compression format in use today because it allows users to create sharable, high-quality image files and because it is so deeply embedded in technology used to make and exchange photos.","Softwaresused":[{"platform":"Linux","softwares":[{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"},{"name":"Microsoft Edge","link":"https://www.microsoft.com/en-us/edge?ranMID=24542&ranEAID=4LioSo*jxMc&ranSiteID=4LioSo.jxMc-8cApDvsVIlYVzCtlYhBrpQ&epi=4LioSo.jxMc-8cApDvsVIlYVzCtlYhBrpQ&irgwc=1&OCID=AID2000142_aff_7593_1243925&tduid=%28ir__ubj0vvercgkfqjqvkk0sohzzz32xuukxg3nupsf200%29%287593%29%281243925%29%284LioSo.jxMc-8cApDvsVIlYVzCtlYhBrpQ%29%28%29&irclickid=_ubj0vvercgkfqjqvkk0sohzzz32xuukxg3nupsf200","image":"/assets/fileimg/2DVHHaP.jpeg","type":"Free"},{"name":"GIMP","link":"https://www.gimp.org/","image":"/assets/fileimg/wcqHWtb.jpeg","type":"Free "},{"name":"Shotwell","link":"https://wiki.gnome.org/Apps/Shotwell","image":"/assets/fileimg/wJy7aoh.jpeg","type":"Free"},{"name":"Mozilla Firefox","link":"https://www.mozilla.org/en-US/firefox/browsers/","image":"/assets/fileimg/WofJU7C.jpeg","type":"Free"}]},{"platform":"Windows","softwares":[{"name":"Microsoft Photos","link":"https://www.microsoft.com/en-us/p/microsoft-photos/9wzdncrfjbh4?activetab=pivot:overviewtab","image":"/assets/fileimg/nrsG7Ys.jpeg","type":"Free, included with OS"},{"name":"Microsoft Windows Photo Viewer","link":"https://support.microsoft.com/en-us/windows/photo-viewer-for-windows-10-ff861e89-d4a7-146d-19d0-1b117b94ffc2","image":"/assets/fileimg/FSHZ7pW.jpeg","type":"Free, included with OS"},{"name":"Microsoft OneDrive","link":"https://www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage","image":"/assets/fileimg/BV8ML15.jpeg","type":"Free trial"},{"name":"Microsoft Paint","link":"https://support.microsoft.com/en-us/windows/get-microsoft-paint-a6b9578c-ed1c-5b09-0699-4ed8115f9aa9","image":"/assets/fileimg/AuNqAKT.jpeg"},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"}]},{"platform":"Mac","softwares":[{"name":"Apple Preview","link":"https://support.apple.com/en-in/guide/preview/welcome/mac","image":"/assets/fileimg/O1HqazZ.jpeg","type":"Free, included with OS"},{"name":"Apple Photos","link":"https://www.apple.com/macos/photos/","image":"/assets/fileimg/b18tt3b.jpeg","type":"Free, included with OS"},{"name":"Adobe Photoshop 2021","link":"https://www.adobe.com/products/photoshop.html?mv=affiliate&mv2=red","image":"/assets/fileimg/fClLkgM.jpeg","type":"Free trial"},{"name":"ACD Systems ACDSee Photo Studio for Mac","link":"https://www.acdsee.com/en/products/photo-studio-mac/","image":"/assets/fileimg/kXyPDCs.jpeg","type":"Free trial"},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"}]},{"platform":"iOS","softwares":[{"name":"Apple Photos","link":"https://www.apple.com/macos/photos/","image":"/assets/fileimg/b18tt3b.jpeg","type":"Free, included with OS"},{"name":"Google Drive","link":"https://www.google.com/drive/","image":"/assets/fileimg/bC8ZzSs.jpeg","type":"Freemium"},{"name":"Google Photos","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/xbfyrdU.jpeg","type":"Free "},{"name":"Adobe Photoshop Express","link":"https://apps.apple.com/us/app/adobe-photoshop-express/id331975235?ign-mpt=uo%3D4","image":"/assets/fileimg/Mny97V6.jpeg","type":"Free trial"},{"name":"Microsoft OneDrive","link":"https://www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage","image":"/assets/fileimg/BV8ML15.jpeg","type":"Freemium"}]},{"platform":"Android","softwares":[{"name":"Google Drive","link":"https://www.apple.com/macos/photos/","image":"/assets/fileimg/bC8ZzSs.jpeg","type":"Freemium"},{"name":"Google Photos","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/xbfyrdU.jpeg","type":"Free "},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"},{"name":"Microsoft OneDrive","link":"https://www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage","image":"/assets/fileimg/BV8ML15.jpeg","type":"Freemium"},{"name":"File Viewer for Android","link":"https://play.google.com/store/apps/details?id=com.sharpened.androidfileviewer","image":"/assets/fileimg/6uyiajm.jpeg","type":"Freemium"}]},{"platform":"ChromeOS","softwares":[{"name":"Google Photos","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/xbfyrdU.jpeg","type":"Free "},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"},{"name":"Chrome OS","link":"https://www.google.com/chromebook/chrome-os/","image":"/assets/fileimg/ZTI2NTv.jpeg","type":"Free, included with OS"}]}]}
@@ -1 +0,0 @@
1
- {"Format":"JPG","ShortName":"JPG","FullName":"Joint Photographics Expert Group","Category":"Image file format","Pros":"A very popular format. Compression at a high, controlled level resulting in a small file size. format is compatible and displays correctly in all browsers, text, and graphics programs, on all computers, tablets, and mobile devices. Supports full-color realistic images with a lot of color and contrast transitions. High quality of image with a small degree of coherence.","Cons":"When you compress the image, it may “fall apart” into individual squares - 808-pixel blocks. This occurs because the compression algorithm analyses neighboring pixels. smooth color – transitions may become harsh or simply vanish. JPEG is less suitable for working with text or monochrome graphics with clear boundaries. This format does not support transparency even though it is required when creating templates, logos, and buttons. The image's quality declines with each subsequent compression step.","Createdby":"ITU-T and Joint Photographics Expert Group","CreatedbyLink":"https://www.itu.int/en/ITU-T/studygroups/2009-2012/Pages/16/jpeg1x.aspx","CreatedInYear":"1992","BasicInformation":"A JPG file is an image saved in the Joint Photographic Experts Group's compressed image format (JPEG). It is widely used for storing digital photos and is supported by most digital cameras. JPG files are among the most commonly used image formats. It's a common technique for compressing photography photos. JPEG is also the name of the file format that uses this type of compression. Lossy compression is irreversible, and the lower the compression rate, the sharper the image.","DetailedInformation":"There was no technology in the early 1980s that allowed people to readily compress and exchange digital photos. In 1982, the JPEG workgroup began developing a compression standard to reduce the size of image files while maintaining as much quality as possible, making them easier to share. The JPEG file format was designed by the workgroup in 1992. JPEG files, which are usually saved with the.jpg or.JPEG extension, are images generated utilizing a lossy compression process that destroys some of the data in the source image file. This data loss, however, is generally undetectable to the naked eye. JPG files are ideal for final products, while lossless files are best for editing. The JPEG standard is still the most popular image compression format in use today because it allows users to create sharable, high-quality image files and because it is so deeply embedded in technology used to make and exchange photos.","Softwaresused":[{"platform":"Linux","softwares":[{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"},{"name":"Microsoft Edge","link":"https://www.microsoft.com/en-us/edge?ranMID=24542&ranEAID=4LioSo*jxMc&ranSiteID=4LioSo.jxMc-8cApDvsVIlYVzCtlYhBrpQ&epi=4LioSo.jxMc-8cApDvsVIlYVzCtlYhBrpQ&irgwc=1&OCID=AID2000142_aff_7593_1243925&tduid=%28ir__ubj0vvercgkfqjqvkk0sohzzz32xuukxg3nupsf200%29%287593%29%281243925%29%284LioSo.jxMc-8cApDvsVIlYVzCtlYhBrpQ%29%28%29&irclickid=_ubj0vvercgkfqjqvkk0sohzzz32xuukxg3nupsf200","image":"/assets/fileimg/2DVHHaP.jpeg","type":"Free"},{"name":"GIMP","link":"https://www.gimp.org/","image":"/assets/fileimg/wcqHWtb.jpeg","type":"Free "},{"name":"Shotwell","link":"https://wiki.gnome.org/Apps/Shotwell","image":"/assets/fileimg/wJy7aoh.jpeg","type":"Free"},{"name":"Mozilla Firefox","link":"https://www.mozilla.org/en-US/firefox/browsers/","image":"/assets/fileimg/WofJU7C.jpeg","type":"Free"}]},{"platform":"Windows","softwares":[{"name":"Microsoft Photos","link":"https://www.microsoft.com/en-us/p/microsoft-photos/9wzdncrfjbh4?activetab=pivot:overviewtab","image":"/assets/fileimg/nrsG7Ys.jpeg","type":"Free, included with OS"},{"name":"Microsoft Windows Photo Viewer","link":"https://support.microsoft.com/en-us/windows/photo-viewer-for-windows-10-ff861e89-d4a7-146d-19d0-1b117b94ffc2","image":"/assets/fileimg/FSHZ7pW.jpeg","type":"Free, included with OS"},{"name":"Microsoft OneDrive","link":"https://www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage","image":"/assets/fileimg/BV8ML15.jpeg","type":"Free trial"},{"name":"Microsoft Paint","link":"https://support.microsoft.com/en-us/windows/get-microsoft-paint-a6b9578c-ed1c-5b09-0699-4ed8115f9aa9","image":"/assets/fileimg/AuNqAKT.jpeg"},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"}]},{"platform":"Mac","softwares":[{"name":"Apple Preview","link":"https://support.apple.com/en-in/guide/preview/welcome/mac","image":"/assets/fileimg/O1HqazZ.jpeg","type":"Free, included with OS"},{"name":"Apple Photos","link":"https://www.apple.com/macos/photos/","image":"/assets/fileimg/b18tt3b.jpeg","type":"Free, included with OS"},{"name":"Adobe Photoshop 2021","link":"https://www.adobe.com/products/photoshop.html?mv=affiliate&mv2=red","image":"/assets/fileimg/fClLkgM.jpeg","type":"Free trial"},{"name":"ACD Systems ACDSee Photo Studio for Mac","link":"https://www.acdsee.com/en/products/photo-studio-mac/","image":"/assets/fileimg/kXyPDCs.jpeg","type":"Free trial"},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"}]},{"platform":"iOS","softwares":[{"name":"Apple Photos","link":"https://www.apple.com/macos/photos/","image":"/assets/fileimg/b18tt3b.jpeg","type":"Free, included with OS"},{"name":"Google Drive","link":"https://www.google.com/drive/","image":"/assets/fileimg/bC8ZzSs.jpeg","type":"Freemium"},{"name":"Google Photos","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/xbfyrdU.jpeg","type":"Free "},{"name":"Adobe Photoshop Express","link":"https://apps.apple.com/us/app/adobe-photoshop-express/id331975235?ign-mpt=uo%3D4","image":"/assets/fileimg/Mny97V6.jpeg","type":"Free trial"},{"name":"Microsoft OneDrive","link":"https://www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage","image":"/assets/fileimg/BV8ML15.jpeg","type":"Freemium"}]},{"platform":"Android","softwares":[{"name":"Google Drive","link":"https://www.apple.com/macos/photos/","image":"/assets/fileimg/bC8ZzSs.jpeg","type":"Freemium"},{"name":"Google Photos","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/xbfyrdU.jpeg","type":"Free "},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"},{"name":"Microsoft OneDrive","link":"https://www.microsoft.com/en-us/microsoft-365/onedrive/online-cloud-storage","image":"/assets/fileimg/BV8ML15.jpeg","type":"Freemium"},{"name":"File Viewer for Android","link":"https://play.google.com/store/apps/details?id=com.sharpened.androidfileviewer","image":"/assets/fileimg/6uyiajm.jpeg","type":"Freemium"}]},{"platform":"ChromeOS","softwares":[{"name":"Google Photos","link":"https://www.google.com/photos/about/","image":"/assets/fileimg/xbfyrdU.jpeg","type":"Free "},{"name":"Google Chrome","link":"https://www.google.com/chrome/","image":"/assets/fileimg/ffv3iNy.jpeg","type":"Free"},{"name":"Chrome OS","link":"https://www.google.com/chromebook/chrome-os/","image":"/assets/fileimg/ZTI2NTv.jpeg","type":"Free, included with OS"}]}]}
@@ -1 +0,0 @@
1
- {"Format":"M4A","ShortName":"M4A","FullName":"MPEG-4 Audio File","Category":"Audio file","Pros":"Although the M4A file is compressed, the quality remains unchanged. The fact that M4A audio files are not protected by Digital Rights Management (DRM) means they can be modified and transmitted more freely.","Cons":"M4A is a file format that is well-known in Apple's iTunes, iPod, and other devices. However, as compared to MP3 files, M4A audio playback is problematic due to its lack of compatibility with other devices.","Createdby":"Apple","CreatedbyLink":"https://developer.apple.com/","CreatedInYear":"2004","BasicInformation":"An M4A file is an MPEG-4 audio file that has been encoded with either the Advanced Audio Coding (AAC) or Apple Lossless Audio Codec (ALAC). It may hold a variety of audio files, including songs, podcasts, and audiobooks.","DetailedInformation":"MPEG-4 is a multimedia container format for audio and video data that is compressed. .MP4 files, which store audio and video data, use this format. The.m4a suffix, which stands for \"MPEG-4 Audio,\" was created since M4A files exclusively carry audio data. This naming change made it easier to tell the difference between MPEG-4 video and MPEG-4 audio-only files. There is a lossy compression option, like with other audio file types, and it is achieved using AAC encoding. The Apple Lossless format allows for lossless compression, which is not achievable with other audio formats.","Softwaresused":[{"platform":"Linux","softwares":[{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"}]},{"platform":"Windows","softwares":[{"name":"File Viewer Plus — Get it from Microsoft","link":"https://www.microsoft.com/en-in/p/file-viewer-plus-4/9nmsdkxc9r3f?rtc=1&activetab=pivot:overviewtab","image":"/assets/fileimg/QdcouPN.jpeg","type":"Freemium"},{"name":"Microsoft Windows Media Player","link":"https://support.microsoft.com/en-us/windows/windows-media-player-d10303a5-896c-2ce2-53d4-5bd5b9fd888b","image":"/assets/fileimg/XYvKzO9.jpeg","type":"Free, included with OS"},{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"},{"name":"Nullsoft Winamp","link":"http://www.winamp.com/","image":"/assets/fileimg/38J4iOl.jpeg"},{"name":"Adobe Audition CC 2021","link":"https://www.adobe.com/products/audition.html?mv=affiliate&mv2=red","image":"/assets/fileimg/SJ29L8A.jpeg","type":"Free trial"}]},{"platform":"Mac","softwares":[{"name":"Apple itunes","link":"https://www.apple.com/itunes/","image":"/assets/fileimg/rElyIoV.jpeg","type":"Free"},{"name":"Apple QuickTime Player","link":"https://support.apple.com/en-in/guide/quicktime-player/welcome/mac","image":"/assets/fileimg/5hGiNf7.jpeg","type":"Free, included with OS"},{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"},{"name":"Adobe Audition CC 2021","link":"https://www.adobe.com/products/audition.html?mv=affiliate&mv2=red","image":"/assets/fileimg/SJ29L8A.jpeg","type":"Free trial"},{"name":"Eltima Elmedia Player","link":"https://mac.eltima.com/media-player.html","image":"/assets/fileimg/H7CZmss.jpeg","type":"Free"}]},{"platform":"iOS","softwares":[{"name":"Videolan VLC for mobile","link":"https://apps.apple.com/us/app/vlc-for-mobile/id650377962?mt=8&ign-mpt=uo%3D4","image":"/assets/fileimg/rawD7q8.jpeg","type":"Free"}]},{"platform":"Android","softwares":[{"name":"File viewer for Android","link":"https://apps.apple.com/us/app/vlc-for-mobile/id650377962?mt=8&ign-mpt=uo%3D4","image":"/assets/fileimg/6uyiajm.jpeg","type":"Freemium"},{"name":"Videolabs VLC for Android","link":"https://play.google.com/store/apps/details?id=org.videolan.vlc&hl=en","image":"/assets/fileimg/TnwKQd9.jpeg","type":"Free"}]},{"platform":"ChromeOS","softwares":[]}]}
@@ -1 +0,0 @@
1
- {"Format":"MKV","ShortName":"MKV","FullName":"Matroska Video File","Category":"Video file","Pros":"Very flexible. Has lossy as well as lossless option. Well documented. Non-proprietary. Addition of metadata is allowed.","Cons":"There is currently no standalone hardware player that can play MKV files. Larger file size. Still under developing. ","Createdby":"Matroska","CreatedbyLink":"https://www.matroska.org/","CreatedInYear":"2002","BasicInformation":"A video file saved in the Matroska multimedia container format is known as an MKV file. It can handle a variety of audio and video codecs, including.SRT,.SSA,.USF (Universal Subtitle Format), and VobSub subtitles. Short video clips, TV shows, and movies are commonly stored as MKV files.","DetailedInformation":"The Matroska Multimedia Container (MKV) is an open and free standard for video data storage. The file can contain an unlimited number of audio, video, image, and subtitle tracks, making it a handy way to save movies, full TV programmes, and more. The user can jump to all of the different data tracks in the raw format. It's comparable to the.AVI,.ASF, and.MOV formats in that it may have a variety of video, audio, image, and subtitle tracks. Matroska Video files are multimedia files that use the Matroska container format to store one or more video tracks and are identified by the.mkv file extension. The MKV format, which is commonly used to save short video snippets, TV series, and movies, has gained popularity among anime fansubbers. Many of these users add subtitles, and the MKV format is particularly handy because it allows for several audio and subtitle tracks to be combined in one file.","Softwaresused":[{"platform":"Linux","softwares":[{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"},{"name":"MPlayer","link":"http://www.mplayerhq.hu/design7/news.html","image":"/assets/fileimg/IKdU9NN.jpeg","type":"Free"},{"name":"HandBrake","link":"https://handbrake.fr/","image":"/assets/fileimg/jsU9KjR.jpeg","type":"Free"}]},{"platform":"Windows","softwares":[{"name":"File Viewer Plus — Get it from Microsoft","link":"https://www.microsoft.com/en-in/p/file-viewer-plus-4/9nmsdkxc9r3f?rtc=1&activetab=pivot:overviewtab","image":"/assets/fileimg/QdcouPN.jpeg","type":"Freemium"},{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"},{"name":"HandBrake","link":"https://handbrake.fr/","image":"/assets/fileimg/jsU9KjR.jpeg","type":"Free"},{"name":"Media Player classic","link":"https://github.com/clsid2/mpc-hc/","image":"/assets/fileimg/PLx4Opv.jpeg"},{"name":"MPlayer","link":"http://www.mplayerhq.hu/design7/news.html","image":"/assets/fileimg/IKdU9NN.jpeg","type":"Free"}]},{"platform":"Mac","softwares":[{"name":"Eltima Elmedia Player","link":"https://mac.eltima.com/media-player.html","image":"/assets/fileimg/5hGiNf7.jpeg","type":"Free"},{"name":"ShedWorx Smart Converter","link":"https://shedworx.com/smart-converter-pro/","image":"/assets/fileimg/6hQNdGk.jpeg","type":"Free trial"},{"name":"MPlayer","link":"http://www.mplayerhq.hu/design7/news.html","image":"/assets/fileimg/IKdU9NN.jpeg","type":"Free"},{"name":"HandBrake","link":"https://handbrake.fr/","image":"/assets/fileimg/jsU9KjR.jpeg","type":"Free"},{"name":"VideoLan VLC Media Player","link":"https://www.videolan.org/vlc/index.html","image":"/assets/fileimg/99jo0FJ.jpeg","type":"Free"}]},{"platform":"iOS","softwares":[{"name":"olimsoft Oplayer","link":"https://apps.apple.com/us/app/oplayer-video-player/id344784375?mt=8&ign-mpt=uo%3D4","image":"/assets/fileimg/Xa1wjEf.jpeg","type":"Paid"},{"name":"Videolan VLC for mobile","link":"https://apps.apple.com/us/app/vlc-for-mobile/id650377962?mt=8&ign-mpt=uo%3D4","image":"/assets/fileimg/rawD7q8.jpeg","type":"Free"},{"name":"Oka Apps Omni Player","link":"https://apps.apple.com/us/app/omni-player-mkv-video-player/id1470926410","image":"/assets/fileimg/TmHdEAq.jpeg","type":"Free"},{"name":"Pentaloop PlayerXtreme Media Player","link":"https://apps.apple.com/us/app/playerxtreme-media-player/id456584471?mt=8&ign-mpt=uo%3D4","image":"/assets/fileimg/uoX9gqI.jpeg","type":"Freemium"}]},{"platform":"Android","softwares":[{"name":"BIT Labs Simple MP4 Video Player","link":"https://apps.apple.com/us/app/oplayer-video-player/id344784375?mt=8&ign-mpt=uo%3D4","image":"/assets/fileimg/P6WGAMN.jpeg","type":"Free"},{"name":"Videolabs VLC for Android","link":"https://play.google.com/store/apps/details?id=org.videolan.vlc&hl=en","image":"/assets/fileimg/TnwKQd9.jpeg","type":"Free"},{"name":"File viewer for Android","link":"https://play.google.com/store/apps/details?id=com.sharpened.androidfileviewer","image":"/assets/fileimg/6uyiajm.jpeg","type":"Freemium"}]},{"platform":"ChromeOS","softwares":[]}]}