-
Notifications
You must be signed in to change notification settings - Fork 7
Wishlist: Uncompress images before import to disk #16
Comments
From pasnox on November 22, 2011 10:27:26 Hi, This will be a great feature, but i doubt to find a portable library for handling such formats ? Maybe 7Zip ? I'm not yet sure about the place to put the code. You can try to contact me directly on irc (irc://irc.freenode.net/monkeystudio), or using my gmail/jabber account, so we may extend this discution. Status: Accepted |
From [email protected] on November 26, 2011 18:57:15 I was looking for portable libraries, but I had no success. I notice other great feature: terminal interface. With these features, qwbfsmanager can be integrated in scripts, and much work can be automatized, even compress and uncompress. Thanks. |
From pasnox on November 29, 2011 12:11:22 Effectively, we can request user to configure a file to 7zip binary, and use it by running a process, this is most likely the best thing to do. Regarding your others features, it's good idea ! If u can comes with code, i will take it ! Br, Owner: pasnox |
From [email protected] on December 02, 2011 13:56:44 Excuse me, I have try to write a patch, but I lost between qwbfs and libwbfs. pGetOpt opt; if((imageNameptr!=null) && (deviceNameptr!=null)){ //Stimated image size? QWBFS::Model::Disc source = new QWBFS::Model::Disc(imageNameptr) WorkerThread::isoToWBFS( WorkerThread::Task task, &source, deviceNameptr, bool trimWBFS, const QString& invalidChars ) } if(isNoGUI) return; But I dont know how to use the dozens of functions with similar names inside qwbfs. Regrets. |
From pasnox on December 16, 2011 00:40:27 Thanks for the snippet, i will try to check that when i got time. |
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:
For each compressed 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
The text was updated successfully, but these errors were encountered: