Re: filmscanners: Saving Scans

2000-12-06 Thread Larry Berman

Save them as 2 digit numbers. 01, 02 03, etc



>When I save to disc, scans from my filmscanner, I want to be able to save in
>the same order as the original slides were processed.
>  Numbering them 1 to 36 in order, but windows only saves numbers randomly or
>in blocks of tens, twenties and so on.
>
>Can anyone help me so that my new digital archive can then resemble my
>original one.


<:><:><:><:><:><:><:><:><:><:><:><:><:><:><:>
Larry Berman

Web Sites for Artists: http://BermanGraphics.com
Fine Art Photography: http://BermanArt.com
<:><:><:><:><:><:><:><:><:><:><:><:><:><:><:>




RE: filmscanners: Saving Scans

2000-12-06 Thread Rob Geraghty

David wrote:
> Numbering them 1 to 36 in order, but windows only saves
> numbers randomly or in blocks of tens, twenties and so on.

Unless I'm misreading the problem, you need to use leading zeroes.  Windows
orders filenames by ASCII character order, so "1" and "13" are considered
closer together than "1" and "2".  If you name the files "01"..."36",
your problem should go away.

Regards,
Rob


Rob Geraghty [EMAIL PROTECTED]
http://wordweb.com






Re: filmscanners: Saving Scans

2000-12-06 Thread Rob Geraghty

Collin wrote:
>On Wed, 6 Dec 2000, David wrote:
>>  but windows only saves numbers randomly
>> or in blocks of tens, twenties and so on.
>I don't understand what your comment about windows means, since you
>control what the file names are, right?

I think David just meant that the order of filenames looks random if you
don't know about the ASCII sorting.  Once you understand that, it's easy
to get the sorting right with leading zeroes.

Rob



Rob Geraghty [EMAIL PROTECTED]
http://wordweb.com






Re: filmscanners: Saving Scans

2000-12-07 Thread Chris McBrien

David,
I can't stress enough the need to create and organise folders
and file names.

I stores the images from my digital camera in the form of...
01-Garage,jpg
02-Cat.jpg
 et cetera

This method does have the upper limit of 99 images, so if
you're going to go above that on a regular basis, then add another
leading zero to give a name of...
001-Garage.jpg

I also use this method for Negs & Slides, taking the number
from the film frame.

I've taken this one step further with my Directories/Folders,
the method being...

DigitalCamera
1999
A-January
B-February
.
L-December
2000
A-January
... and so on

Putting the letter in front of the month keeps them in
chronological order aswell so that April does not appear at the top of
the list. You could of course use 01-January -to- 12-December to
achieve the same effect.

Regards Chris McBrien.



- Original Message -
From: "David" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 06, 2000 9:51 PM
Subject: filmscanners: Saving Scans


> Hi,
>
> When I save to disc, scans from my filmscanner, I want to be able to
save in
> the same order as the original slides were processed.
>  Numbering them 1 to 36 in order, but windows only saves numbers
randomly or
> in blocks of tens, twenties and so on.
>
> Can anyone help me so that my new digital archive can then resemble
my
> original one.
>
> David.
>  [EMAIL PROTECTED]
>
>




Re: filmscanners: Saving Scans

2000-12-07 Thread Chris McBrien

David,
you filenames might also appear to be a little random when
you initially write the name or move a file from one folder to
another. To clear this up just run Windows Explorer and view a folder
that has your images in it and click on Name at the top. This will
re-aarange your filenames in alphabetical or reverse alphabetical
order. Also clicking on the headers of the other columns will alter
the apparent order of the file names.

Chris McBrien



- Original Message -
From: "David" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, December 06, 2000 9:51 PM
Subject: filmscanners: Saving Scans


> Hi,
>
> When I save to disc, scans from my filmscanner, I want to be able to
save in
> the same order as the original slides were processed.
>  Numbering them 1 to 36 in order, but windows only saves numbers
randomly or
> in blocks of tens, twenties and so on.
>
> Can anyone help me so that my new digital archive can then resemble
my
> original one.
>
> David.
>  [EMAIL PROTECTED]
>
>




Re: filmscanners: Saving Scans

2000-12-07 Thread Tony Sleep

> Save them as 2 digit numbers. 01, 02 03, etc

Yes, this is what I do : assign each film a reference number (which relates to a 
database record), and then number each frame with the frame number on the film rebate. 
eg 1234_03

Regards 

Tony Sleep
http://www.halftone.co.uk - Online portfolio & exhibit; + film scanner info & 
comparisons



Re: filmscanners: Saving Scans

2000-12-07 Thread Rob Geraghty

Dieder wrote:
>i.e. 2000.11.30 0X, 2000.11.30 01, etc etc. Now I realize that you 
>have to choose a separator that is compatible with your OS.

I've been using a similar method on the PC but without any punctuation;
date in reverse order followed by a film number followed by a frame number
viz: "20001201 0101".

I still have to find a program to track all the pictures, since a naming
convention like that clearly doesn't tell you what's in the picture!

Rob


Rob Geraghty [EMAIL PROTECTED]
http://wordweb.com






Re: filmscanners: Saving Scans

2000-12-08 Thread Mike Kersenbrock

Chris McBrien wrote:
> 
> David,
> I can't stress enough the need to create and organise folders
> and file names.
> 
> I stores the images from my digital camera in the form of...
> 01-Garage,jpg
> 02-Cat.jpg
>  et cetera
> 
> This method does have the upper limit of 99 images, so if
> you're going to go above that on a regular basis, then add another
> leading zero to give a name of...
> 001-Garage.jpg


FWIW - For digital camera photos, I use the program "PIE", or
   "digital PIE" that's a shareware program from someone in
Germany if I recall correctly.  Anyway, one of it's main
features is that one can select all photos in a directory and
auto-rename them with the date/time they were taken (using the
data in the photo, NOT the date of the file).  It supports various
digital camera formats, including the Nikon 950 that I use
(actually my wife's camera).  It also does it in such a fashion
that the files "sort" in time-order.  So it doesn't index the 
contents (neither does the camera's numerical filenames), but 
a glance does tell exactly when the photo was taken.

Mike K.



Re: filmscanners: Saving Scans

2000-12-06 Thread Collin Ong

On Wed, 6 Dec 2000, David wrote:

> When I save to disc, scans from my filmscanner, I want to be able to save in
> the same order as the original slides were processed.
>  Numbering them 1 to 36 in order, but windows only saves numbers randomly or
> in blocks of tens, twenties and so on.

Are you adding a leading 0 to the single digit numbers?

Example: 01, 02, ..., 09, 10, etc?

I don't understand what your comment about windows means, since you
control what the file names are, right?

Collin