12-22-2008, 03:27 PM | #1 |
Enthusiast
Posts: 42
Karma: 370
Join Date: Dec 2008
Device: ebookwise, sony
|
IMP GUI Converter/Editor
Hello,
Since the start of the GUI version of my ConvertIMP Program, I have continually added features as people have sent wish list items. I try to add new features to the program if they are a good fit, I am also try to keep the GUI from being too difficult to use. This all started when conversing with Nick who has posted many elements to the IMP thread and has helped make the program what it is today. I will be working with him and others to make a good solid utility for users to be able to do something with the IMP format. I will continue to edit this post with the new releases as I make them. Please be patient with it because it is Beta and I do not want users to mess up their IMP files. If there is a bug or problem, please post or PM me and I will remove the last release and fix the bugs before doing another one. Thank you. --Michael - Version 1.3.5 I have now added the ability to mass convert the IMP Text Content to LRF. Found under Tools Menu. Or Select a book from the library and go to the Text Content Tab there is a Save LRF button. I would like to thank Chris Mumford for the BBeBLib in C# that allowed me to complete this milestone in the application. - Version 1.3.6 I have add the TRow and TCel parsing which may have different effects to the HTML saving until string runs have been parsed. Unless someone post that they want to see the source code this will be the last one and I will continue to update the below link but will only contain the executable. - Just the Executable is at http://www.ebizsoft.com/download/convertimpgui.zip Last edited by mscott161; 09-10-2010 at 01:11 PM. |
12-22-2008, 03:49 PM | #2 |
GuteBook/Mobi2IMP Creator
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
|
Nice!
At this rate, you'll be posting version 2.0 soon! OK time to write that wish list... |
Advert | |
|
12-22-2008, 11:47 PM | #3 |
GuteBook/Mobi2IMP Creator
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
|
Just but a few items...
OK, those were the easy/cosmetic things. For the really advanced stuff, allow batch processing, handle REB1200 .imp ebooks, convert the text to html with character codes substitutions and weird characters substitution, allow linking to images and hyperlinks, use the embedded styles, < hr />, tables, forms, etc (you know the 'piece of cake' stuff ). I'll help with the advanced stuff as I get the .IMP format better documented. Now when this is all done, we can then feed the resulting .html with images/links/styles to Cailbre's html2lrf and presto, .lrf support! or .epub via html2epub! Last edited by nrapallo; 12-23-2008 at 09:32 AM. Reason: typo |
12-24-2008, 01:31 AM | #4 |
Enthusiast
Posts: 42
Karma: 370
Join Date: Dec 2008
Device: ebookwise, sony
|
GUI Update of With New Items
Nick and All,
I have made some GUI changes and provided image saving and display. Most all of the items from Nick's wish list above has been addressed. I have placed the new update in the first post in this thread. Happy Holidays, --Michael |
12-24-2008, 09:30 AM | #5 | |
GuteBook/Mobi2IMP Creator
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
|
Quote:
In the same time it took you to produce this new version, if you were a major corporation, I think you would be still at the stage of identifying your target users. OK, some constructive/minor comments:
That's it for now.... Have yourself Happy Holidays as well. And thanks for your present (ConvertIMP)! Last edited by nrapallo; 12-24-2008 at 10:27 AM. Reason: typo |
|
Advert | |
|
12-24-2008, 03:45 PM | #6 |
Enthusiast
Posts: 42
Karma: 370
Join Date: Dec 2008
Device: ebookwise, sony
|
New Version of the Convert IMP GUI v.1.1.3
Nick and All,
Most all of the items from Nick's wish list above has been addressed. I have placed the new update in the first post in this thread. Happy Holidays, --Michael |
12-24-2008, 04:55 PM | #7 |
Grand Sorcerer
Posts: 11,470
Karma: 13095790
Join Date: Aug 2007
Location: Grass Valley, CA
Device: EB 1150, EZ Reader, Literati, iPad 2 & Air 2, iPhone 7
|
|
12-24-2008, 05:08 PM | #8 |
GuteBook/Mobi2IMP Creator
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
|
Dale:
It's just the executable file and doesn't have the source and project overhead/clutter. Maybe Michael can include the source code as well. Still for 17k zipped it's amazing!!!! |
12-26-2008, 12:09 AM | #9 |
Enthusiast
Posts: 42
Karma: 370
Join Date: Dec 2008
Device: ebookwise, sony
|
I replaced the zip file with one with the source code as well in it.
Sorry about that. --Michael |
12-31-2008, 02:02 PM | #10 |
Enthusiast
Posts: 42
Karma: 370
Join Date: Dec 2008
Device: ebookwise, sony
|
I have posted an update to the conversion gui program in my first post in this forum.
The new version is 1.1.4 -- Michael |
12-31-2008, 07:20 PM | #11 |
Enthusiast
Posts: 42
Karma: 370
Join Date: Dec 2008
Device: ebookwise, sony
|
New Version 1.1.5 (In first post) - Have fixed the styles in the Create HTML. The Space Encyclopedia that Nick provided comes out pretty good. Still working on the Tables. Any Help with the format would be great.
-- Michael |
01-01-2009, 06:38 PM | #12 |
Enthusiast
Posts: 42
Karma: 370
Join Date: Dec 2008
Device: ebookwise, sony
|
New Version 1.1.6 - I have added to the tree values retrieved from TRow and TCel. I believe my Tabl parse is correct. I hoping for some help in the TRow and TCel parse. Also Nick if you still have REB Test Document.IMP file that when using the Create HTML from the Tools menu displays pretty good along with the Space.IMP file.
If any one has code to take HTML to BBeB format or IRF left me know. I know that are programs like makelrf but I would like to incorporate the code in the application. Thank you -- Michael |
01-01-2009, 11:28 PM | #13 | ||
GuteBook/Mobi2IMP Creator
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
|
Quote:
Great achievements in so little time. Nice to see the styles working and table entries getting better support and finally being able to create .html from .imp ebooks! I've had a hard time analyzing your results and reporting my findings BEFORE I see another revision is out and must re-do my testing. For now, I have some quick findings (hopefully before your next revision gets posted) :
Quote:
And thanks again for this program! Last edited by nrapallo; 01-01-2009 at 11:36 PM. |
||
01-02-2009, 02:51 AM | #14 | |
Enthusiast
Posts: 42
Karma: 370
Join Date: Dec 2008
Device: ebookwise, sony
|
New Version 1.1.7
Quote:
I was able to put together the changes above.
Thank you, I am glad the program is working for you. I appreciate the comments. I added the list above to 1.1.7 -- Michael |
|
01-02-2009, 09:57 AM | #15 | |||
GuteBook/Mobi2IMP Creator
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
|
Quote:
For example, BGcl could show: Code:
======== BGcl ======== Filename:OFQJ, $0000, Filesize: 54, Filetype:BGcl, $0000 Header:TOCconst:0001, TOCfname:BGcl, TOCoffset: 40 Header:$00000001, Unknown:$0000, $00000028, $00000101, $00000000, $00000000 Data length = 8, Index length = 14 BGcl_const1:FFFF, Red:FF ($FF), Green:FF ($FF), Blue:FF ($FF) Index1:Index1_const1:0080, len: 8, offset: 32, const0:0000 Code:
======== ImRn ======== Filename:BYVI, $0000, Filesize: 656, Filetype:ImRn, $0001 Header:TOCconst:0001, TOCfname:ImRn, TOCoffset: 642 Header:$00000001, Unknown:$0000, $00000282, $00000101, $00000000, $00000000 Data length = 610, Index length = 14 Number of images indexed = 17 width:153, height: 61, aspect:2.51, $FFFB, $0000, offset: 1527, $00BC70D0, imgtype: FIG, imgID:0080, $0000 width:153, height: 61, aspect:2.51, $FFFB, $0000, offset: 14851, $01E0DC48, imgtype: FIG, imgID:0080, $0000 width:153, height: 61, aspect:2.51, $FFFB, $0000, offset: 14888, $01F479E0, imgtype: FIG, imgID:0080, $0000 width:153, height: 61, aspect:2.51, $FFFB, $0000, offset: 14924, $00BE17B8, imgtype: FIG, imgID:0080, $0000 width:153, height: 61, aspect:2.51, $FFFC, $0000, offset: 15012, $00BC9D20, imgtype: GNP, imgID:0080, $0000 width:472, height:595, aspect:0.79, $FFFA, $0000, offset: 17845, $00BD94A0, imgtype:GEPJ, imgID:0080, $0000 width:472, height:595, aspect:0.79, $FFFB, $0000, offset: 17847, $01F444C0, imgtype:GEPJ, imgID:8D4D, $0000 width:153, height: 61, aspect:2.51, $FFFB, $0000, offset: 17898, $01EDFE80, imgtype: GNP, imgID:0080, $0000 width:153, height: 61, aspect:2.51, $FFFF, $0000, offset: 18201, $01F44380, imgtype: GNP, imgID:0080, $0000 width:153, height: 61, aspect:2.51, $FFFE, $0000, offset: 18512, $00C47C20, imgtype: GNP, imgID:0080, $0000 width:153, height: 61, aspect:2.51, $FFFC, $0000, offset: 18823, $01E1A4C0, imgtype: GNP, imgID:0080, $0000 width:153, height: 61, aspect:2.51, $FFFE, $0000, offset: 19156, $00BC7120, imgtype: GNP, imgID:0080, $0000 width:153, height: 61, aspect:2.51, $FFFE, $0000, offset: 19485, $00BCDE50, imgtype: GNP, imgID:0080, $0000 width:176, height:207, aspect:0.85, $FFFB, $0000, offset: 19949, $01F40D50, imgtype:GEPJ, imgID:4D80, $0000 width:174, height:207, aspect:0.84, $FFFB, $0000, offset: 19951, $01F15318, imgtype:GEPJ, imgID:B7B8, $0000 width:176, height:212, aspect:0.83, $FFFB, $0000, offset: 19953, $00BDD5C0, imgtype:GEPJ, imgID:8A1A, $0000 width:174, height:212, aspect:0.82, $FFFC, $0000, offset: 19955, $00BF8D68, imgtype:GEPJ, imgID:0F4E Index1:Index1_const1:0080, len: 610, offset: 32, const0:0000 Quote:
Code:
865 The Acorn-Planter Jack London The Acorn-Planter The Acorn-Planter Jack London litmax/acornplant.lit "London, Jack - The Acorn-Planter" 866 Acres of Diamonds Russell H. Conwell Acres of Diamonds Acres of Diamonds Russell H Conwell litmax/acrdi.lit "Conwell, Russell H - Acres of Diamonds" 867 Why Certain Plants Are Acrid Professor William B. Lazenby Why Certain Plants Are Acrid Why Certain Plants Are Acrid Professor William B Lazenby litmax/acridplant.lit "Lazenby, Professor William B - Why Certain Plants Are Acrid" 868 Across the Years Eleanor H. Porter Across the Years Across the Years Eleanor H Porter litmax/acros.lit "Porter, Eleanor H - Across the Years" 869 Liber LIX - Across the Gulf Aleister Crowley Liber LIX - Across the Gulf Liber LIX-Across the Gulf Aleister Crowley litmax/acrossgulf.lit "Crowley, Aleister - Liber LIX-Across the Gulf" 870 Across the Moors William Fryer Harvey Across the Moors Across the Moors William Fryer Harvey litmax/acrossmoors.lit "Harvey, William Fryer - Across the Moors" Quote:
Last edited by nrapallo; 01-03-2009 at 09:15 AM. |
|||
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
GUI bug? | edbro | Calibre | 2 | 06-19-2010 10:55 AM |
Gui confusements. | brewt | Calibre | 8 | 12-30-2008 01:16 PM |
Mobi2Mobi GUI Batch | Jad | Kindle Formats | 8 | 10-22-2008 08:22 AM |
iLiad GUI for the iLiad | tribble | iRex Developer's Corner | 1 | 06-01-2007 03:29 PM |