# deraw **Repository Path**: money-code/deraw ## Basic Information - **Project Name**: deraw - **Description**: 解析摄影文件Raw格式 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-04 - **Last Updated**: 2022-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dcraw #### 介绍 解析摄影文件 Raw 格式 #### 软件架构 项目基于 libraw 源码进行的二次开发 https://www.libraw.org/download #### 安装教程 1. npm deraw 2. yarn add deraw #### 使用说明 目前只提供解析缩略图功能 `const deraw = require('deraw')` `deraw.thumb('~/1.CR3', '~/1.jpg', msg => {` `console.log(msg)` `})`