Author Topic: title image bitmap  (Read 2487 times)

0 Members and 1 Guest are viewing this topic.

Offline Lightfoot

title image bitmap
« on: December 17, 2002, 03:01:50 PM »
Hey guys, I am new, I went through the SCI tutorial and made basically what it said to.

Now I am on to making my own game. First I want to have my own title background. I created it in paintshop as a bitmap and I want to convert it to pic or import it.

Any suggestions?


Ich lerne deutsch

Offline Lightfoot

Re:title image bitmap
« Reply #1 on: December 17, 2002, 03:07:15 PM »
I don't get it, I paste it as a "trace image" it displays it, but when I save the image it doesn't actually change anything. If I reload the image it's completely blank.
Ich lerne deutsch

Offline Lightfoot

Re:title image bitmap
« Reply #2 on: December 17, 2002, 06:08:40 PM »
:-\
Ich lerne deutsch

Offline robingravel

Re:title image bitmap
« Reply #3 on: December 17, 2002, 06:20:17 PM »
Once you paste your image to sci picture editor, you have to retrace each line using picture tools.

Myself I prefert making backgrounds from scratch.

Robin Gravel
« Last Edit: December 17, 2002, 06:20:47 PM by Robin_Gravel »

Patrik

  • Guest
Re:title image bitmap
« Reply #4 on: December 17, 2002, 08:22:32 PM »
Exactly. A tracing image is exactly what the name says, an image from which you'll have to "redraw" it. You might wonder why, well it is because SCI uses a different picture format from your bitmap. I don't know exactly what's different between them (there certainly are people on this board who DO know it better than me), but as you can see SCI Studio remembers every line or switch of colour you do. It also supports dithering of colours (simulating more colours than you are actually using). This results in a compressed image, I'm not sure but a guess it is called a vector image. Like I said, I'm definitely no expert so if I'm talking loads of crap please correct me. I recall to have seen some conversion tool from BMP to SCI pic but I guess it won't work entirely satisfying. The way to go is to PAINT your pic in Brian's editor!! That's my advice. Good luck.

Offline Te Rangi

Re:title image bitmap
« Reply #5 on: December 18, 2002, 12:46:41 AM »
Bitmap is raster. It draws things pixel by pixel, but can't scale. Bitmap is better for things that don't require scaling like photos.

Vector, which is what SCI uses, doesn't draw pixels, but stores what you draw as mathematical data. Vector is good for scaling as when the scaling occurs, it just changes the corresponding instructions. Vector is best for drawings, as it takes up alot less space.

Offline Lightfoot

Re:title image bitmap
« Reply #6 on: December 19, 2002, 10:15:59 AM »
Thanks guys, I end up tracing it in the end, but if you don't do it right the first time, you can't re-fill an area you have already filled.

Tracing a black portion of an image in black is not easy either, hehe. So I guess the trick is to have a negative trace image.

Well I got it done anyway, after several hours of pixel by pixel tracing.

Now the view editors giving me a rash.
Ich lerne deutsch

Offline Lord Hart

Re:title image bitmap
« Reply #7 on: December 19, 2002, 05:51:13 PM »
You should do your Views in SCI Graphic Studio. I had problems with the editor that was built in and most people said that GS is better. As they views won't screw up while your doing them.

The link should be at Brians site.

- Ultimo

Offline Chris Cromer

Re:title image bitmap
« Reply #8 on: December 19, 2002, 06:23:10 PM »
Ultimo, does the editor bug still exist in the new version that was just released?
Chris Cromer

It's all fun and games until someone get's hurt then it's just fun. ;)

Offline Lightfoot

Re:title image bitmap
« Reply #9 on: December 21, 2002, 10:10:44 AM »
Quote
It's all fun and games until someone get's hurt, then it's just fun.

It's all fun and games untill someone loses an eye.. then it becomes a sport.
Ich lerne deutsch


SMF 2.0.19 | SMF © 2021, Simple Machines
Simple Audio Video Embedder

Page created in 0.069 seconds with 21 queries.