qwbfsmanager icon indicating copy to clipboard operation
qwbfsmanager copied to clipboard

Wishlist: Uncompress images before import to disk

Open pasnox opened this issue 10 years ago • 5 comments

From [email protected] on November 20, 2011 14:48:07

Disck images are very large, and normally are compressed using some format (rar, zip, bz2). Uncompress all at one time is needed for importing several images to disk, needing very much disk space.

It would be great if qwbfs do the following algorithm:

  • make temporal folder For each compressed image
  • Look the file and determine compressed format
  • uncompress to temporal folder
  • Import to disk
  • remove uncompressed image

This will be very usefull having a large list of images.

If you tell me where that code should be inserted, I could help implementing it.

Thanks.

Original issue: http://code.google.com/p/qwbfs/issues/detail?id=16

pasnox avatar May 01 '14 10:05 pasnox