nhuphucnguyen / epub-compressor

Compressing epub file to reduce the size which might help for limited storage device
0 stars 0 forks source link

Duplicate images when compressing compressed_Cay S. Horstmann - Core Java, Vol. II-Advanced Feature-Pearson (2022).epub #2

Open nhuphucnguyen opened 10 months ago

nhuphucnguyen commented 10 months ago

Try compressing compressed_Cay S. Horstmann - Core Java, Vol. II-Advanced Feature-Pearson (2022).epub and see the prompt to overwrite.

nhuphucnguyen commented 10 months ago

Caesium doesn't preserve original folder structure if the enclosing folder doesn't contain image file. ./original |── images |── 00001.jpeg |── 00002.jpeg |── 00003.jpeg If you call caesium and pass original as the source folder, because there is no image file at the same level with images, the output would look something like this: ./compressed |─ 00001.jpeg |─ 00002.jpeg |─ 00003.jpeg