# Scripts **Repository Path**: synwit-co-ltd/Scripts ## Basic Information - **Project Name**: Scripts - **Description**: Some scripts for file processing. - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-02-01 - **Last Updated**: 2026-05-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Scripts Some scripts for file processing. ## bin2c convert binary file (\*.bin, \*.jpg, \*.jpeg) content to c array. ## jpeg2c decode jpeg image and then save the decoded data to c array. ## png2c decode png image and then save the decoded data to c array. ## jpeg2png convert jpeg image to png image, and make specified color being transparency.