C3C Graphics Mixer

OK, here is what's going on:
I downloaded the new version and can now open a pcx file directly from the folder (as I did here), but the program still isn't recognizing any of the files in the source window. I set the pcx files to always open using the mixer, but they still have the GIMP icon and are called GIMP images.
 
Well, I think you have to change your PCX association as bwlow, my OS is Japanese XP, but you should understand what I am talking:
1. Click right mouse button on a PCX file in explore:


2. Click button as below:


3. Select C3CGraphicsMixer if there is, or click button if there is not.


4. Select C3CGraphicsMixer.exe and click ok all.


Now your PCX file should be associated to Mixer, please tell me if you still have problems.
 
@mikezang, looks great! I'm working on something somewhat similar, but it overlays graphics onto the popHeads tiles. Does yours overlay or just replace tiles?

vbraun said:
This really has nothing to do with this. But could you make a program that takes a series of .png files and make them into an animated gif? This would save a whole lot of time for me.
The GIMP will do it using layers. Search around for howtos. But I like the command-line programs of ImageMagick: http://www.imagemagick.org/

Look here for everything you want to know about GIF animation with ImageMagick: http://www.cit.gu.edu.au/~anthony/graphics/imagick6/animations/

In summary, if your PNGs are the same size, modifying this should work:
Code:
convert -delay 100 frame1.png frame2.png frame3.png -loop 0 animated.gif
 
Puppeteer said:
The GIMP will do it using layers. Search around for howtos. But I like the command-line programs of ImageMagick: http://www.imagemagick.org/

Look here for everything you want to know about GIF animation with ImageMagick: http://www.cit.gu.edu.au/~anthony/graphics/imagick6/animations/

In summary, if your PNGs are the same size, modifying this should work:
Code:
convert -delay 100 frame1.png frame2.png frame3.png -loop 0 animated.gif

Thx. I think this will work! :)
 
Puppeteer said:
@mikezang, looks great! I'm working on something somewhat similar, but it overlays graphics onto the popHeads tiles. Does yours overlay or just replace tiles?
What do you mean "Does yours overlay or just replace tiles?"?
 
Alright this looks like a great thread but i'm haveing a serous problem i can't get the mixer to work. It is blowing me mind, what am i doing wrong?? I've tried downloading it and redownloading it. Nothing seems to work it won't let me mix, i guess i don't exactly know how to run the Mixer, so if anyone is outthere can they please give me some helpfully advice
 
Top Bottom