From d77a219661550483b222a8fd210b3aa28ef4336c Mon Sep 17 00:00:00 2001 From: Nikolaos Karaolidis Date: Mon, 13 Oct 2025 23:30:44 +0100 Subject: [PATCH] chore: update README Signed-off-by: Nikolaos Karaolidis --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b0c2b9..3d02a39 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ # fujicli -A CLI that performs on-device image rendering similar to Fujifilm X RAW Studio \ No newline at end of file +A CLI to manage Fujifilm devices, simulations, backups, and rendering. + +## Status + +This tool has only been tested with the **Fujifilm X-T5**, as it is the sole camera I own. While the underlying PTP commands may be compatible with other models, **compatibility is not guaranteed**. + +**Use this software at your own risk.** I am not responsible for any damage, loss of data, or other adverse outcomes - physical or psychological - to your camera or equipment resulting from the use of this program. + +This project is currently under heavy development. Contributions are welcome. If you own a different Fujifilm camera, testing and reporting compatibility is highly appreciated. + +## Resources + +This project builds upon the following fantastic reverse-engineering efforts: + +* [fujihack](https://github.com/fujihack/fujihack) +* [fudge](https://github.com/petabyt/fudge) +* [libpict](https://github.com/petabyt/libpict) +* [fp](https://github.com/petabyt/fp) +* [libgphoto2](https://github.com/gphoto/libgphoto2)