First Spear Posted February 10, 2015 Share Posted February 10, 2015 I could have sworn that I saw this somewhere, but Google and Bing image searches are not helping me... I am looking for pixel-perfect images of each GROM character in any modern computer format (GIF, etc). Has anyone seen such an animal anywhere? Not just the sheet, but 128 seperate characters. (putting this in a new AA topic in the hopes that it will be easier to find in the future). Thanks. Quote Link to comment https://forums.atariage.com/topic/234920-grom-images-in-modern-format/ Share on other sites More sharing options...
+Tarzilla Posted February 10, 2015 Share Posted February 10, 2015 (edited) JZINTV has a utility just for that purpose: show_grom.exe it is in the Bin folder with everything else. You just need the GROM.BIN file in the same folder. Run SHOW_GROM from the command line for a list of parameters. I copied the SHOW_GROM.EXE and the GROM.BIN into a seperate folder before generating the GIF files Edited February 10, 2015 by Tarzilla 1 Quote Link to comment https://forums.atariage.com/topic/234920-grom-images-in-modern-format/#findComment-3174973 Share on other sites More sharing options...
intvnut Posted February 11, 2015 Share Posted February 11, 2015 JZINTV has a utility just for that purpose: show_grom.exe it is in the Bin folder with everything else. You just need the GROM.BIN file in the same folder. Run SHOW_GROM from the command line for a list of parameters. I copied the SHOW_GROM.EXE and the GROM.BIN into a seperate folder before generating the GIF files You beat me to it. :-) 1 Quote Link to comment https://forums.atariage.com/topic/234920-grom-images-in-modern-format/#findComment-3175057 Share on other sites More sharing options...
First Spear Posted February 11, 2015 Author Share Posted February 11, 2015 (edited) Thanks! That must have seen that output in the dim/distant past and didn't remember. show_grom -d 3 -h -x 128 -y 128 -o gromall.html grom.bin The images are rendering anti aliased a bit, blurry, so I cannot clearly see the pixels that make up each image. I think I am running the latest jzIntv. What else could be up? Thanks. You beat me to it. :-) Edited February 11, 2015 by First Spear Quote Link to comment https://forums.atariage.com/topic/234920-grom-images-in-modern-format/#findComment-3175217 Share on other sites More sharing options...
intvnut Posted February 11, 2015 Share Posted February 11, 2015 (edited) The images are rendering anti aliased a bit, blurry, so I cannot clearly see the pixels that make up each image. I think I am running the latest jzIntv. What else could be up? The GIFs are pixel perfect. It's your modern web browser that's displaying them jacked up. If you load the individual GIFs, they each exactly have the 8x8 pixel pattern that's in GROM. Each GIF is 8x8 with no antialiasing or anything. Edited February 11, 2015 by intvnut 1 Quote Link to comment https://forums.atariage.com/topic/234920-grom-images-in-modern-format/#findComment-3175222 Share on other sites More sharing options...
Kiwi Posted February 11, 2015 Share Posted February 11, 2015 (edited) Probably want to open them in Paint or Paint Shop for nearest neighbor pixel. I did see this one picture of the font when doing a google image search. http://khato.furrified.com/DWEF/Releases/Fonts/intellivisionvarwidth.GIF Edited February 11, 2015 by Kiwi Quote Link to comment https://forums.atariage.com/topic/234920-grom-images-in-modern-format/#findComment-3175227 Share on other sites More sharing options...
+Tarzilla Posted February 11, 2015 Share Posted February 11, 2015 As intvnut says, it is the browser scaling and antialiasing, original gif files are all 8x8 pixels. For better results it helps if we know what you are using the images for. There are lots of tools for batch image resize without antialiasing http://lifehacker.com/5147153/bulk-image-resizer-is-light-and-quick-on-photo-processing The GIFs are pixel perfect. It's your modern web browser that's displaying them jacked up. If you load the individual GIFs, they each exactly have the 8x8 pixel pattern that's in GROM. Each GIF is 8x8 with no antialiasing or anything. Quote Link to comment https://forums.atariage.com/topic/234920-grom-images-in-modern-format/#findComment-3175239 Share on other sites More sharing options...
intvnut Posted February 11, 2015 Share Posted February 11, 2015 As intvnut says, it is the browser scaling and antialiasing, original gif files are all 8x8 pixels. For better results it helps if we know what you are using the images for. FWIW, when I wrote that 12 years ago, the Unisys GIF patent was still valid and IE6 had just come out recently. Back then, browsers didn't really do antialiasing on scaled GIFs. It would have dragged those Pentium IIIs down too much. As Tarzilla says, if you describe what you're doing, we can help you more effectively. Quote Link to comment https://forums.atariage.com/topic/234920-grom-images-in-modern-format/#findComment-3175246 Share on other sites More sharing options...
+DZ-Jay Posted February 11, 2015 Share Posted February 11, 2015 For what it's worth, if you're looking for the composition of each tile, I have them extracted to ASCII, which I used in my tile-ripper script. -dZ. grom.txt 1 Quote Link to comment https://forums.atariage.com/topic/234920-grom-images-in-modern-format/#findComment-3175336 Share on other sites More sharing options...
First Spear Posted February 11, 2015 Author Share Posted February 11, 2015 I knew I smelled the stink of Windows on this. Even though I was using Chrome to display them. Thanks, sorry for the overhead. The GIFs are pixel perfect. It's your modern web browser that's displaying them jacked up. If you load the individual GIFs, they each exactly have the 8x8 pixel pattern that's in GROM. Each GIF is 8x8 with no antialiasing or anything. Quote Link to comment https://forums.atariage.com/topic/234920-grom-images-in-modern-format/#findComment-3175371 Share on other sites More sharing options...
intvnut Posted February 11, 2015 Share Posted February 11, 2015 I knew I smelled the stink of Windows on this. Even though I was using Chrome to display them. It's the 'stink' of modern browsers. :-) They look like mush on Linux and Mac too. Quote Link to comment https://forums.atariage.com/topic/234920-grom-images-in-modern-format/#findComment-3175373 Share on other sites More sharing options...
First Spear Posted February 11, 2015 Author Share Posted February 11, 2015 I appreciate the great response. I am drawing some stuff on a Wondows graphics program and then running them through IntyColor. I ran over the GRAM Count limit on unique tiles, so I am attempting to swap them out for GROM images, which I understand IntyColor take care of. So my current plan is to get the exact 8x8 shapes (stair steps, angles, etc) and copy-paste them wherever I can to get IntyColor-compliant conversions. Thanks. As intvnut says, it is the browser scaling and antialiasing, original gif files are all 8x8 pixels. For better results it helps if we know what you are using the images for. There are lots of tools for batch image resize without antialiasinghttp://lifehacker.com/5147153/bulk-image-resizer-is-light-and-quick-on-photo-processing 1 Quote Link to comment https://forums.atariage.com/topic/234920-grom-images-in-modern-format/#findComment-3175376 Share on other sites More sharing options...
+Tarzilla Posted February 11, 2015 Share Posted February 11, 2015 Here is a better image for reference. I took 5 minutes and ran the 8x8 images thru Irfanview's batch resize and made them 72x72 and updated the g.html file to point at the bigger versions, then I opened the html file in Chrome and used an add on to save the whole thing to one image. Suitable enough for printing for reference (but probably not framing...) [Click to Enlarge] Quote Link to comment https://forums.atariage.com/topic/234920-grom-images-in-modern-format/#findComment-3175492 Share on other sites More sharing options...
+Tarzilla Posted February 11, 2015 Share Posted February 11, 2015 I appreciate the great response. I am drawing some stuff on a Wondows graphics program and then running them through IntyColor. I ran over the GRAM Count limit on unique tiles, so I am attempting to swap them out for GROM images, which I understand IntyColor take care of. So my current plan is to get the exact 8x8 shapes (stair steps, angles, etc) and copy-paste them wherever I can to get IntyColor-compliant conversions. Thanks. Then wouldn't you need the original 8x8 images in the Windows program since the resulting image sent to Intycolor would need to be 160x96? You might look into using a tile editor program that will let you load the 8x8 gifs as a tile set, then configure it to 160x96 pixels with tiles of 8x8. You could then draw your own GRAM tiles as a second tile set. Quote Link to comment https://forums.atariage.com/topic/234920-grom-images-in-modern-format/#findComment-3175495 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.