Welcome, Guest. Please login or register.

Author Topic: Can anyone make me an icon please?  (Read 5174 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline gwyche

  • Newbie
  • *
  • Join Date: Jan 2007
  • Posts: 19
    • Show all replies
    • http://www.cjwyche.net/
Re: Can anyone make me an icon please?
« on: January 06, 2007, 02:58:22 AM »
@lurkist

[SOLVED!]
I'm using iconedit in OS4. I cannot figure out how to "paint" with the transparent color. Off to the right I see a Transparent: [  X  ] where the X is black. My color palette is replete with black. Which one is the transparent one?

It seems to always be the upper left one in the palette. I finally noticed that if picked the upper left color, THEN the Transparent: [  X  ] became unghosted. I was helped by re-editing my icon and reducing the # of colors to 32. Then the palette squares became large enough to discern.

God, I hate learning by guessing...

- - - - - - - - - -
Assuming a couple deft answers will set me on the right track above, anybody have instructions for how to use my new "ram.info" so it replaces (and stays put) the default dip-chip icon I see?

Eagerly,
George Wyche
 

Offline gwyche

  • Newbie
  • *
  • Join Date: Jan 2007
  • Posts: 19
    • Show all replies
    • http://www.cjwyche.net/
Re: Can anyone make me an icon please?
« Reply #1 on: January 06, 2007, 03:43:08 PM »
I'm beginning to think that IconEdit is worthless as an icon creator. I tried and tried. The created icon NEVER lives up to the pictures (normal and especially the selected) as shown in IconEdit. I have yet to get transparency.

I'm going to go look elsewhere. Bah!

G
 

Offline gwyche

  • Newbie
  • *
  • Join Date: Jan 2007
  • Posts: 19
    • Show all replies
    • http://www.cjwyche.net/
Re: Can anyone make me an icon please?
« Reply #2 on: January 10, 2007, 05:49:56 AM »
@A4000 Mad

I liked the idea of full colored icons, so it is powericons for me. I read about them, then downloaded png_im.lha from OS4Depot. I created LIBS:IconModules png.iconmodule into it.

What worked for me was download an image. Use a paint program to make a total of 4 images out of the original:

#1) Scale original so the width was around 54 and the height was around 24 to 32 pixels. My specific case was 54 x 24. I saved it as fN.ppm (portable bit map).

#2) On original I made the outside of my object completely black and everywhere inside the object outline I made it completely white. Scaled it to 54 x 24. I saved it as fN-alpha.ppm.

#3) Was done same as #1, but I changed and distorted it so it was "different" for when my eventual icon gets selected. Saved it as fS.ppm

#4) Same as for #2, but as fS-alpha.ppm

Now then,
  ppmtopng -alpha fN-alpha.ppm fN.ppm >fN.png
  ppmtopng -alpha fS-alpha.ppm fS.ppm >fS.png
  JOIN fN.png fS.png AS S:for_ram_icon

Next I edited S:user-startup, adding near the bottom this line:   c:copy clone S:for_ram_icon RAM:Disk.info

And then, rebooted. I moved my new icon to where I wanted it to stay put, then selected it, [Icons][Snapshot], follwed by xcopy RAM:Disk.info S:for_ram_icon so that it now contains the X-Y coordinates of where it is supposed to go.

COMMENT:
 I had trouble getting icons to stay where I wanted them until I put MY icons well spaced apart in the upper left of the workbench, put RAM disk below those and the OS4 icon at the very bottom. [Window][Select Contents]
[Window][Snapshot][All], then do that
xcopy RAM:Disk.info S:for_ram_icon trick. Now the icons come up where I stuck them.

 One more thing. If all 4 images I was creating were not perfectly the same dimensions, then my icon did strange things, but usually just the "Normal" would show and only become darker when selected.

George