From 92a601b0cebec7708bb43faeeefb0270830b407a Mon Sep 17 00:00:00 2001 From: coomdev Date: Sat, 1 Jan 2022 22:02:42 +0100 Subject: [PATCH] Note some bugs --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e33974..42b6a34 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ PNG Extra Embedder (PEE) ======================== -Can embed any file in a PNG and upload it through 4chanX. +Can embed any file in a PNG/WebM and upload it through 4chanX. Requires 4chanX and violentmonkey. How to Build @@ -47,4 +47,11 @@ Other formats The format used by Zip anon won't be supported because: - it isn't extensible (if change were to the storage format, an extension update wouldn't be backcompatible) - requires parsing the whole file to know if it has an embedded file -- and includes a private chunk type that is functionally defective (stores the length of the last IDAT chunk as a mean to identify it, instead of assooming it's simply the last one) \ No newline at end of file +- and includes a private chunk type that is functionally defective (stores the length of the last IDAT chunk as a mean to identify it, instead of assooming it's simply the last one) + +Bugs +==== + +- When embedding a file, 4ChanX complains about an unsupported format, but the file can still be posted just fine +- Cannot expand a file that was embedded in a post that was inlined. +- more to come \ No newline at end of file