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: Rick Gordon <email@hidden>
- Date: Mon, 28 Aug 2006 22:10:55 -0700
Actually there's one missing space at the end of the Find string (along with my other correction chaging the last group of 20's to 30's). But what it means is:
Find 38 strings containing no space, and each followed by a space. Change the space after each string except for the 38th space, and change it to a tab, and change the 38th space to a tab.
Then run that search routing through the whole file, and in the end, you'll have a file with however many rows of 38 fields, separated by tabs, with the rows delimited with a return.
Rick Gordon
------------------
On 8/28/06 at 9:56 PM -0700, Marco Ugolini wrote in a message entitled
"Re: Pre-Linearization or Iterative Profiling (WAS Re: Print":
>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.
--
___________________________________________________
RICK GORDON
EMERALD VALLEY GRAPHICS AND CONSULTING
___________________________________________________
WWW: http://www.shelterpub.com
_______________________________________________
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