Post Reply 
help me with grobs
06-27-2014, 02:34 AM (This post was last modified: 06-27-2014 02:36 AM by CosmicTruth.)
Post: #1
help me with grobs
I have been trying to figure out the grob just to display a picture on the calculator. I am wondering what program to use and what are the steps to convert? i have psp and i got tif2grob.exe to work but the grob displays poorly on the calculator. can someone please give me some suggestions and or pointers how to do it right? (edit: for HP 50G)
tia

Thanks
~~~~8< Art >8~~~~

PS: Please post more 50G stuff :)
Find all posts by this user
Quote this message in a reply
06-27-2014, 07:45 AM
Post: #2
RE: help me with grobs
(06-27-2014 02:34 AM)CosmicTruth Wrote:  i have psp and i got tif2grob.exe to work but the grob displays poorly on the calculator.

If I understand you correctly, you have a TIF image on your PC and you want to display it on the 50g? I'd do the following:

- Load the picture into a graphics application on the PC like IrfanView.

- Scale it down to the final resolution for display on the 50g.

- Convert it to black and white. The PC lets you select thresholds and filters to create the best results.

- Feed the converted picture to tif2grop and download it to the 50g.

Marcus von Cube
Wehrheim, Germany
http://www.mvcsys.de
http://wp34s.sf.net
http://mvcsys.de/doc/basic-compare.html
Find all posts by this user
Quote this message in a reply
06-28-2014, 12:16 AM
Post: #3
RE: help me with grobs
(06-27-2014 02:34 AM)CosmicTruth Wrote:  I have been trying to figure out the grob just to display a picture on the calculator. I am wondering what program to use and what are the steps to convert? i have psp and i got tif2grob.exe to work but the grob displays poorly on the calculator. can someone please give me some suggestions and or pointers how to do it right? (edit: for HP 50G)
tia

Hi, have you tried CPicEdit at hpcalc.org? I've had success with that program to convert bitmaps to grobs in the past. Also great for creating pixel by pixel grobs on the PC with zoom level up.

Jacob
Visit this user's website Find all posts by this user
Quote this message in a reply
06-28-2014, 02:35 AM
Post: #4
RE: help me with grobs
(06-27-2014 07:45 AM)Marcus von Cube Wrote:  
(06-27-2014 02:34 AM)CosmicTruth Wrote:  i have psp and i got tif2grob.exe to work but the grob displays poorly on the calculator.

If I understand you correctly, you have a TIF image on your PC and you want to display it on the 50g? I'd do the following:

- Load the picture into a graphics application on the PC like IrfanView.

- Scale it down to the final resolution for display on the 50g.

- Convert it to black and white. The PC lets you select thresholds and filters to create the best results.

- Feed the converted picture to tif2grop and download it to the 50g.

I tried this several times and it does not come out looking too good on the 50G.. but I am getting better, I made the lines wider and did negative image to make the background white and the lines black. finally it looks ok somewhat.

(06-28-2014 12:16 AM)Jacob Wall Wrote:  
(06-27-2014 02:34 AM)CosmicTruth Wrote:  I have been trying to figure out the grob just to display a picture on the calculator. I am wondering what program to use and what are the steps to convert? i have psp and i got tif2grob.exe to work but the grob displays poorly on the calculator. can someone please give me some suggestions and or pointers how to do it right? (edit: for HP 50G)
tia

Hi, have you tried CPicEdit at hpcalc.org? I've had success with that program to convert bitmaps to grobs in the past. Also great for creating pixel by pixel grobs on the PC with zoom level up.

Jacob

This is a real good program but i keep getting output that is 131 x 680 from it

Thanks
~~~~8< Art >8~~~~

PS: Please post more 50G stuff :)
Find all posts by this user
Quote this message in a reply
06-28-2014, 03:18 AM (This post was last modified: 06-28-2014 03:19 AM by CosmicTruth.)
Post: #5
RE: help me with grobs
the bmp I want to display:
.bmp  cap.bmp (Size: 30.99 KB / Downloads: 28)

the output from tif2grob is washed out even on the darkest setting and the output from cpicedit is great but 640 pixels high.
i will zip up the 2 grobs in case someone wants to look.


.zip  CAP_grobs.zip (Size: 1.29 KB / Downloads: 7)
the cpicedit output is great if i can somehow figure out how to crop them to 1 image 131 x 80

Thanks
~~~~8< Art >8~~~~

PS: Please post more 50G stuff :)
Find all posts by this user
Quote this message in a reply
06-28-2014, 06:45 PM (This post was last modified: 06-28-2014 06:46 PM by Jacob Wall.)
Post: #6
RE: help me with grobs
(06-28-2014 03:18 AM)CosmicTruth Wrote:  the bmp I want to display:

the output from tif2grob is washed out even on the darkest setting and the output from cpicedit is great but 640 pixels high.
i will zip up the 2 grobs in case someone wants to look.


the cpicedit output is great if i can somehow figure out how to crop them to 1 image 131 x 80

Try this

Code:
\<< 0. R\->B DUP 2. \->LIST 130. R\->B 79. R\->B 2. \->LIST SUB
\>>

Of course with the 131x640 GROB on the stack.

Jacob
Visit this user's website Find all posts by this user
Quote this message in a reply
06-28-2014, 10:39 PM
Post: #7
RE: help me with grobs
(06-28-2014 06:45 PM)Jacob Wall Wrote:  Try this
Code:
\<< 
0. 
R\->B 
DUP 
2. 
\->LIST 
130. 
R\->B 
79. 
R\->B 
2. 
\->LIST 
SUB
\>>
Of course with the 131x640 GROB on the stack.
Jacob

This works perfect. tyvm
wonder why the cpicedit.exe does not just output like this. i'm thinking a program in the PC output directory might be needed.

Thanks
~~~~8< Art >8~~~~

PS: Please post more 50G stuff :)
Find all posts by this user
Quote this message in a reply
06-28-2014, 10:56 PM
Post: #8
RE: help me with grobs
or:
Code:
%%HP: T(3)A(D)F(.);
\<< { # 0d # 0d } { # 130d # 79d } SUB
\>>

Thanks
~~~~8< Art >8~~~~

PS: Please post more 50G stuff :)
Find all posts by this user
Quote this message in a reply
06-29-2014, 12:47 AM
Post: #9
RE: help me with grobs
3grobs:


.zip  hands.zip (Size: 5.05 KB / Downloads: 8)

Thanks
~~~~8< Art >8~~~~

PS: Please post more 50G stuff :)
Find all posts by this user
Quote this message in a reply
06-29-2014, 01:51 AM
Post: #10
RE: help me with grobs
I almost got it figured out...
[Image: g-ent-120925-dot-art-marilyn-monroe_photoblog600.jpg]
Marilyn
Grob:

.zip  Marilyn.zip (Size: 2.64 KB / Downloads: 5)

Thanks
~~~~8< Art >8~~~~

PS: Please post more 50G stuff :)
Find all posts by this user
Quote this message in a reply
06-29-2014, 12:14 PM
Post: #11
RE: help me with grobs
Cool!
Find all posts by this user
Quote this message in a reply
06-29-2014, 05:27 PM
Post: #12
RE: help me with grobs
(06-29-2014 12:14 PM)MNH Wrote:  Cool!
Ok then one last upload, I still have allot to learn.
here are more grobs in this zip file.
looking at the difference of binary and text grobs.

.zip  CTgrobs.zip (Size: 5.23 KB / Downloads: 4)
if a moderator wants you can delete or move all these posts, they do no one any good except me.

Thanks
~~~~8< Art >8~~~~

PS: Please post more 50G stuff :)
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)