Mark0's Forum
Software => Other tools => Topic started by: gino2004 on November 08, 2006, 07:37:43 AM
-
Before I ask, I gotta say great little program! I have been trying to extract .jpg's out of the .itc files I have. However, therein lies the problem. I have a LOT of .itc files and entering each one into the command line is pretty arduous and tiring. I was wondering if there was a way in which you could convert a folder's files into .jpg's with just one line, instead of typing a line for each file. I'm not too knowledgable about coding and such, so I was wondering if I was missing something. Thank you again!
;D
- Gino
-
You can use the standard FOR command, in this way (but & paste directly on the Command Prompt):
c:\mybitmaps> for %1 in (*.jpg) do bitmaprip %1
Hope this helps,
Bye!
-
Thanks for the quick response, but I'm a little confused. Should I change it so it's C:\mybitmaps>_ and then paste the code you entered? I'm not too sure where everything should be going. I have the BitMapRip.exe in my C: as well as the folder labeled "Download" which has all the .itc files in it. When I execute it, all I get is a "for" file.
Nevermind, I figured it out. I guess I had to change "*.jpg" to "*.itc". It works like a charm! What a great program! I'm gonna donate a little tomorrow or sometime this week.
Thanks again for the help!
;D ;D
-
Whoops, it was only an example by I should have used the *.itc extension, right; it was a bit misleading on my part, sorry. Nice to see you sorted it out and the method worked for you.
Bye!
-
Following on from this... I don't know if you are familiar with iTunes but it keeps it's downloaded artwork (the .itc files) in a folder structure that can get to be very deep, e.g. C:\Documents and Settings\User\My Documents\My Music\iTunes\Album Artwork\Download\59D420BA5E648031\14\06\04. The last three folders are all different depending on the number of album covers downloaded and contain just one single .itc file that is an album cover.
What would be good is to have bitmaprip recursively search through all the folders under "iTunes\Album Artwork" and rip each single .itc to a single specified external folder, such as "C:\Ripped Artwork".
Again, having limited programming knowledge, I'm hoping that this can be achieved with a simple script or .bat file.
Great App, wish I could program!
Cheers Stu.
-
Hi!
At the moment adding multi-file scanning support for BitmapRip isn't planned. I think that eventually I'll concentrate on provide better scanning / extraction from a single file. Off course there's place for other tools / script to use it to work against a number of files, with various criteria.
Thanks for the feedback,
Bye!
-
Hi,
I managed to recover the picture files from my SD card, but when I tried to open them, they are all so small; the recovered file size is above 1.5mb.
Thanks.
-
It's normal for the filesize to be greater that the "strictly needed", because BitmapRip (http://mark0.net/soft-bitmaprip-e.html) doesn't attempt at all to "clean" them. Simply opening the extracted bitmaps with any viewer / editor (even the simple Paint application that come with Windows) usually is enough to adjust the size to the correct value.
If for "small", you mean that probably only the thumbnails got extracted, that's an issue that may happen with the current release of my tool. I'm going for a totally different and much improved scanning algorithm for a next version.
About this, since I'm in need of files in witch this issue manifest itself, I'll be glad to do some testing with your file (if it contains "sharable" / non sensitive images, off course).
Thanks,
Bye!
-
You're right, only thumbnail sized files extracted. I am more than happy to let you test the files. How can I send them to you?
-
Just send me a mail with the file attached. See the Contacts page (http://mark0.net/contacts.html).
Thanks,
Bye!
-
Following on from this... I don't know if you are familiar with iTunes but it keeps it's downloaded artwork (the .itc files) in a folder structure that can get to be very deep, e.g. C:\Documents and Settings\User\My Documents\My Music\iTunes\Album Artwork\Download\59D420BA5E648031\14\06\04. The last three folders are all different depending on the number of album covers downloaded and contain just one single .itc file that is an album cover.
What would be good is to have bitmaprip recursively search through all the folders under "iTunes\Album Artwork" and rip each single .itc to a single specified external folder, such as "C:\Ripped Artwork".
Again, having limited programming knowledge, I'm hoping that this can be achieved with a simple script or .bat file.
Great App, wish I could program!
Cheers Stu.
Don't know if you are still looking for an answer to this, but if you use the For command with a /R and the root drive it will search and change all of the sub-directories also. ie C:>for /R c:\ %1 in (*.itc) do bitmaprip %1
You could then do a copy command to move the files into the single folders.
-
First, allow me to say that this program is great! It's a doozy and a life saver. However, sometimes the files / images extracted are corrupt. In one particular case, nearly all were unusable. Could you please help me out, or at least explain why? Attached is how most (if not all) of one project turned out.
Thanks for the help in advance!
-
I'm terribly sorry jwjames83, but I had totally missed your post, until now! Apologies!
What you see is usually the result of some random blocks of data that happens to start with the same bytes as as one of the supported bitmap formats.
BitmapRip currently don't do (near) any attempt to filter out bad results with specific format structure analysys, for example.
Bye!
-
Hello,also got a Question:
I used a bin file from an old PSX game in order to rip image files (Sprites,tiles) out.
It seemed to work:
http://i185.photobucket.com/albums/x40/Tantrix187/Melzas-entrance-0182.png
I was able to extreact 72 files out as jpeg:
http://i185.photobucket.com/albums/x40/Tantrix187/Melzas-entrance-0183.png
http://i185.photobucket.com/albums/x40/Tantrix187/Melzas-entrance-0186.png
But there is the catch now:
I can't open the jpeg files now.
They always say :,,The file format you attempted to upload is not supported'' and stuff...
errrm,the question is:
What is wron with the jpeg files?
-
Not much to say, unfortunately. Probably the tools is mis-identifying that blocks of data, and not saving them correctly. I have some differents searching algorithms in the works for a next version of BitmapRip, that may solve similar issues in the future.
Off course, as you'll need the data much sooner, you probably better search & try also with some other similar utilities.
Thanks for the feedback,
Bye!