Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
General
ModelsRailroadsRockets
Radio Controlled
Air ModelsHelicoptersLand ModelsWater Models
ModelGeeks.com
Contact UsLink To UsSearch & Site Map

Model Forum / General / Models / April 2009



Tip: Looking for answers? Try searching our database.

Scale switching

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Larry Farrell - 17 Apr 2009 16:56 GMT
At last night's local model club meeting, we were discussing changing
scales on decal sheets and no one was aware of any software for
automatically switching the scale of copied/scanned sheets.  It seems to
me that someone should have developed such software by now, covering the
typical scales (1/12, 1/18, 1/24, 1/25, 1/32, 1/42, 1/48, 1/72).  Is
anyone out there aware of such software?
The Old Man - 17 Apr 2009 18:50 GMT
> At last night's local model club meeting, we were discussing changing
> scales on decal sheets and no one was aware of any software for
> automatically switching the scale of copied/scanned sheets.  It seems to
> me that someone should have developed such software by now, covering the
> typical scales (1/12, 1/18, 1/24, 1/25, 1/32, 1/42, 1/48, 1/72).  Is
> anyone out there aware of such software?

Don't know about software, but whenever I scann a sheet for making my
own decals, I always lay a flat, flexible plastic ruler alongside the
decal sheet. This give me an "engineer's scale" so I can print the
decals out at any scale with nothing more than a little simple math.
OldSchool - 17 Apr 2009 21:21 GMT
> > At last night's local model club meeting, we were discussing changing
> > scales on decal sheets and no one was aware of any software for
[quoted text clipped - 7 lines]
> decal sheet. This give me an "engineer's scale" so I can print the
> decals out at any scale with nothing more than a little simple math.

as is converting between two known scales....
Richard Brooks - 17 Apr 2009 22:36 GMT
Larry Farrell said the following on 17/04/2009 16:56:
> At last night's local model club meeting, we were discussing changing
> scales on decal sheets and no one was aware of any software for
> automatically switching the scale of copied/scanned sheets.  It seems to
> me that someone should have developed such software by now, covering the
> typical scales (1/12, 1/18, 1/24, 1/25, 1/32, 1/42, 1/48, 1/72).  Is
> anyone out there aware of such software?

What is the scanned image format in?  If it's pdf then there might be
an Adobe setting somewhere.

If it's a GIF or BMP then I might be able to help knock something up
in VisualBASIC.
Larry Farrell - 17 Apr 2009 22:53 GMT
> Larry Farrell said the following on 17/04/2009 16:56:
>> At last night's local model club meeting, we were discussing changing
[quoted text clipped - 9 lines]
> If it's a GIF or BMP then I might be able to help knock something up in
> VisualBASIC.

We weren't talking about any specific application.  Just a question of
whether or not anything was available that could be utilized generally.

In response to another part of this thread, I know that it is relatively
simple to calculate the correction when moving from one scale to
another.  However, I am interested in whether or not anything currently
exists that automatically does the correction.  That is, if one scans a
1/48 scale sheet, is there anything available that would automatically
change it to a 1/72 sheet or a 1/32 sheet without having to do any
calculations.  Given the variety of scales used in modeling, it seems to
me that someone would have set up a software program to do the
conversion automatically.
Richard Brooks - 17 Apr 2009 23:51 GMT
Larry Farrell said the following on 17/04/2009 22:53:
>> Larry Farrell said the following on 17/04/2009 16:56:
>>> At last night's local model club meeting, we were discussing changing
[quoted text clipped - 12 lines]
> We weren't talking about any specific application.  Just a question of
> whether or not anything was available that could be utilized generally.

That's what VisualBASIC is!  It's Microsoft's long-running
programming language (along with the variants of C) for knocking up an
easy job such as this.

To make it easy, call it a utility!

> In response to another part of this thread, I know that it is relatively
> simple to calculate the correction when moving from one scale to
[quoted text clipped - 3 lines]
> change it to a 1/72 sheet or a 1/32 sheet without having to do any
> calculations.

All these things have to be programmed to actually exist.  There is no
fairy dust to make them happen.

>  Given the variety of scales used in modeling, it seems to
> me that someone would have set up a software program to do the
> conversion automatically.

Tada!  You finally got there in the last sentence.  As stated before,
that is what VisualBASIC is.  It's a programming language whereby a
programmer would take the original size, with all the calculations
programmed in, in this case when selecting a button with the named
scale on.  If you don't want a software program which takes a source
file and has buttons for selecting the various scales to print out
then ignore this part of the thread.
Don Stauffer - 18 Apr 2009 14:53 GMT
> At last night's local model club meeting, we were discussing changing
> scales on decal sheets and no one was aware of any software for
> automatically switching the scale of copied/scanned sheets.  It seems to
> me that someone should have developed such software by now, covering the
> typical scales (1/12, 1/18, 1/24, 1/25, 1/32, 1/42, 1/48, 1/72).  Is
> anyone out there aware of such software?

I do not believe there is a need for software.  The math is too simple.

Merely divide one scale by the other- that is all there is to it.

Now, the only hard part is which scale is the dividend and which is the
divisor.  But simple reasoning will show you that pretty quick.  Are you
scaling UP, or scaling DOWN?  That is, do you want to make the decals
smaller or larger?

Just just set up the division so that the results will be less than or
greater than 1.  Anyone can do that by simple reasoning.

To make it easier, eliminate the fractional notation of the scale.
Let's say going from 1:24 to 1:16.  Now, we are scaling up, so we want
the results to be larger than 1.  Forget the fraction expression, just
use the 24 and 16.  If we divide 16 by 24, that is obviously less than
1.  However, 24 divided by 16 should be greater than 1  - that is what
we want.

So, 24 divided by 16, in my head is the same as 3/2 (factor out the 8),
or 1.5.  So we need to scale up the decals by 1.5, or 150%.
Larry Farrell - 18 Apr 2009 16:47 GMT
>> At last night's local model club meeting, we were discussing changing
>> scales on decal sheets and no one was aware of any software for
[quoted text clipped - 23 lines]
> So, 24 divided by 16, in my head is the same as 3/2 (factor out the 8),
> or 1.5.  So we need to scale up the decals by 1.5, or 150%.

Thanks, Don.  The math really isn't an issue, it just seems to me that
someone would have developed a program that would automatically do all
of the necessary conversions, no matter what scale change is involved.

It seems quite clear that such a program does not exist.
OldSchool - 18 Apr 2009 17:47 GMT
> Thanks, Don.  The math really isn't an issue, it just seems to me that
> someone would have developed a program that would automatically do all
> of the necessary conversions, no matter what scale change is involved.
>
> It seems quite clear that such a program does not exist.-

I suspect nobody realizes that there might be a market for such, or if
they do, then they don't believe iit's sufficiently large???
Mike G - 18 Apr 2009 20:40 GMT
Larry, go look on alt.binaries.models.scale
might do what you want.
Mike

Signature

Never Explain......
Your friends don't need it
Your enemies wouldn't believe it

>>> At last night's local model club meeting, we were discussing changing
>>> scales on decal sheets and no one was aware of any software for
[quoted text clipped - 30 lines]
>
> It seems quite clear that such a program does not exist.
Richard Brooks - 19 Apr 2009 23:03 GMT
Don Stauffer said the following on 18/04/2009 14:53:
>> At last night's local model club meeting, we were discussing changing
>> scales on decal sheets and no one was aware of any software for
[quoted text clipped - 4 lines]
>
> I do not believe there is a need for software.  The math is too simple.

If you can do it in the head then that's great but select a button and
'go' in these days seems to be the way to go.

> Merely divide one scale by the other- that is all there is to it.

[Tonnage snipped.]

I bet that the prevalance in model scaling software only just
surpasses text input to Morse conversion programmes.

Face it people, we're a niche market!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2012 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.