[help]extracting Image Resources From Konfabulator

Hi there board lurking knowledgeable beings!

As the topic clearly states, how do you go about exxtracting images from a konfabulator widget?

Thank you!!!

Seph

#105417

probably option click, and view package contents, somewhere in there

#105484

i feel like such a n00b, but what the heck i am a mac os n00b, thank you photo, that did the trick!!

#105489

no prob, happy to help

#105490

Hey Seph, no talk about resource extraction is complete without a visit to this page:

http://www.xicons.com/help/defaults_10-3-x.php

That was the basis for the "buttload of icons"™ thread (Y)

Especially these two lines:

sudo find /System -name "*.icns" > ~/Desktop/system_icns.txt
sudo find /System -name "*.png" > ~/Desktop/system_png.txt

adjust the paths and extensions to what you want to find; then just make a script for copying them to another directory and you're pretty much done (I did mine in Excel :shy: )

(except with Office v.x, those programs don't have their resources stored in the same way, I'm guessing they are in the data fork instead of the resource fork.... FORK THEM!)

#105494

hahahaha Fork them i say!!!!

Thank you for the link ill check that out!!!!! and you could share that excel file with me so i could take a look at it couldnt you? :shy:

admin at seph.ws

#105495

I thank you too guys. I mean Pe7er thanks....oooh, whatever :naughty:

#105503