Re: Pre-Linearization or Iterative Profiling (WAS Re: Printer profile mis-shape?)
Re: Pre-Linearization or Iterative Profiling (WAS Re: Printer profile mis-shape?)
- Subject: Re: Pre-Linearization or Iterative Profiling (WAS Re: Printer profile mis-shape?)
- From: Marco Ugolini <email@hidden>
- Date: Mon, 28 Aug 2006 21:56:45 -0700
In a message dated 8/28/06 9:36 PM, Rick Gordon wrote:
> That can be very easy with an editor capable of regular expression
> search/replace, such as BBEdit. I imagine that the content of each row
> contains an identical number of fields separated spaces, say 38 numbers
> separated by spaces which should become tabs, and the next space should be a
> return, and continuing in that manner, right?
>
> That being the case (assuming it is), something like the following (watching
> out for email-generated returns):
>
> FIND:
> ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^
> ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])*
> ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^
> ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])* ([^ ])*
>
> REPLACE:
> \1\t\2\t\3\t\4\t\5\t\6\t\7\t\8\t\9\t\10\t\11\t\12\t\13\t\14\t\15\t\16\t\17\t\1
> 8\t\19\t\20\t\21\t\22\t\23\t\24\t\25\t\26\t\27\t\28\t\29\t\20\t\21\t\22\t\23\t
> \24\t\25\t\26\t\27\t\28\r
Wow! That looks...forbidding. I'm not sure I quite understand it.
--------------
Marco Ugolini
Mill Valley, CA
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Colorsync-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden