Working with PNG, Noob

Working with PNG, Noob

anchorbricks's picture

 

Howdy everyone,

I'm a beginner and so I thank you in advance for your patience. Please pardon me also if I am posting this topic in the wrong location.

In a similar vein to this topic: https://opengameart.org/forumtopic/merging-two-sprites-png-files , I was curious how best to work with png files.

Specifically I have a png sheet that is 272 X 1040, (Buch's and Rubber Duck's wonderful colony pack) and is full of all sorts of differently sized objects. I don't know what method or program I should use to determine the dimensions of a given object on the sheet. I was also curious if I should just start chopping it up, though this seems a bit inefficient, and if so, again what program I should use to do so.

I am working with the engine Orx, and my desire is to specify x by y coordinates to pull a texture from the png sheet to an object in my project. I don't mind sectioning off the file into smaller pieces, but I was hoping to avoid breaking each piece down individually from the sheet. Furthermore, if I were to do either of these things, I'm unsure what tool to use to identify and establish a standard pixel size that I can feed into my project.

Any help is much appreciated, and I offer my thanks again!