SE Knobs

Anything about MUSIC but doesn't fit into the forums above.
RELATED
PRODUCTS

Post

I've got a sequence of 90 TIFF files (with alpha) for a SE knob, and I'm at a loss trying to find software that can convert it to a single PNG for SE. I've actually done this before, but I can't find the program (or programs) I used before to do this. What do you guys use?

Post

adobe photoshop! with RLH knobrender

Post

90 frames? Damn!
NOVAkILL : Legion GO, AMD Z1x, 16GB RAM, Win11 | Audient EVO 8 | Lumi Keys | Studio Pro 8
Korg Odyssey, bx-oberhausen, Proxima, PolyMax, GR8, JP6K, Union, Atomika,
Invader 2, Flow Motion, Olga, TRK 01, Thorn, Spire, VG Iron

Post

I was kinda looking for more specific (and yes, free) software for this purpose. The closest I've found is IrfanView, but it doesn't handle transparency at all, so that's pretty much out of the question.
Image

Post

This is just for the purpose of my own learning, not for use in an actual SE creation, so I'm not really worried about the excessive memory usage of a 90 frame, 256*256 knob. :D
Image

Post

Well, I got it, but with a little more use of the command prompt than I'd like.

Code: Select all

for %i in (knob*.tif) do convert %i %~ni.png
convert knob*.png -append out.png
convert is one of the tools included with ImageMagick. File format conversion is just the tip of the iceberg with this, and luckily, the append option does exactly what I need it to.

So I guess my search is over. Now if I can just remember the syntax of that damn Windows command prompt FOR loop...

Post

why transparency??!

Post

Well, which one would be better in a program? Image

or

Image
?

Err, I almost forgot that IE doesn't display PNG's correctly, so if you're using it, you probably won't see my point.

Post

This might be a bit too techy for some, but if you have any minor programming knowledge you could write a small program to stitch them together, i did it in blitz basic ages ago but any lanuage that can load images (you might need to change format) would be able to do this fairly simply.

Just a thought anyway.

Post

RTFT (Read The f**king Thread).

;)

Post

Warmonger wrote:RTFT (Read The f**king Thread).

;)
you said this
What do you guys use?
I answered :)

Post

There's nothing better than IrfanView (free) for converting, cropping, resizing and batch processing.
TrentStitch is good for making one tall image.

Post

Well, the thought of making a program did cross my mind, but why re-invent the wheel? Especially when I would have probably used the ImageMagick C++ API to do the file loading/writing anyway. So for now I'll just use the convert utility to do it, since it works exactly how I want. If I really need to do this more than a couple more times, I'll make a tiny batch file.

I must say, I'm surprised I couldn't find a free app specifically for this purpose. There are some simple stitching programs, but none that are free and properly transfer a TIFF's or BMP's alpha channel over to a PNG. At least, I haven't found any yet.

edit: Yeah, I tried both IrfanView and TrentStitch, and my last paragraph still holds. :(

Post

Could be guilty of not reading this thread properly :hihi: but Tobybear released some great gfx utils :-

http://www.tobybear.de/p_other.html

In particular StitchStudio!

Shif.
"Micro Kid speaks digi-talk.."

Post

TrentStitch is good for making one tall image.
Not with transparency. Use Pngstitch.

Steve

Post Reply

Return to “Everything Else (Music related)”