Welcome, Guest. Please login or register.

Author Topic: Converting icons  (Read 6401 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Converting icons
« on: December 09, 2005, 12:16:19 PM »
Take a screenshot on your PC. Save as a JPEG. Copy to your Amiga. Load in to PPaint. Cut out brushes and save as IFF. Import in to Iconian and save as .info files.

Alternatively, install PowerIcons from Aminet. Take screenshot on PC. Load in to Photoshop or similar app that can save as PNG. Cut out images and save as individual PNG images with .info extension. Copy files to Amiga and they will automatically display as icons.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Converting icons
« Reply #1 on: December 09, 2005, 12:44:57 PM »
@Piru
Doesn't Iconian support transparency then? I haven't used it in years as I now use PowerIcons.

@Nasty
Most decent image processing tools would be able to open a transparent gif and save it as a transparent PNG. If the gifs aren't already transparent, then you could cut around them and delete the border to make the outside transparent, then save as a transparent PNG.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Converting icons
« Reply #2 on: December 11, 2005, 12:24:09 PM »
Yes, just put the icons where you want them, then do a snapshot, then copy the volumes' disk.info to envarc:sys/def_floppy.info, def_ram.info etc.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Converting icons
« Reply #3 on: December 11, 2005, 01:01:39 PM »
Icons with type "disk" will not show up. They will automatically become the volume icon and will not be visible in the volume's window. If you want to copy it you have to use the shell, like this:

1.>copy df0:disk.info envarc:sys/def_floppy.info

(Check the destination filename as I'm not 100% it's def_floppy.info)

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Converting icons
« Reply #4 on: December 11, 2005, 01:10:34 PM »
Heh, you'll get the hang of it, it just takes time  :-)

I learned about AmigaDOS when I was younger and had my A500 (my first ever computer) and used to make compilation floppies with my favourite games. I used to make menus to show what games were on there and load them when a key was pressed.

It's amazing that I can still remember all those commands after all these years!

You'll get there  :-D

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Converting icons
« Reply #5 on: December 11, 2005, 01:50:50 PM »
BTW, I forgot to mention, you cannot snapshot a CD (it is read only). So you could do this:

1.>copy cd.info ram:disk.info
to make your desired CD icon the disk.info for RAM. Then put the RAM icon where you want the CD to appear. Do a snapshot, then do
1.>copy ram:disk.info envarc:sys/dev_ram.info

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10