151
Finished Programs / Re: SubDude, a subtitle renaming program
« on: August 19, 2007, 04:40 AM »P.S. a screenshot would be nice..True, i just added one-lanux128 (August 18, 2007, 09:35 PM)

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
P.S. a screenshot would be nice..True, i just added one-lanux128 (August 18, 2007, 09:35 PM)
PS What do you use for regex searches (just curious)?If you're asking which function i use : RegExMatch-Darwin (August 18, 2007, 11:00 AM)
The bad news is that most regex flavors do not allow you to use just any regex inside a lookbehind, because they cannot apply a regular expression backwards. Therefore, the regular expression engine needs to be able to figure out how many steps to step back before checking the lookbehind.
Therefore, many regex flavors, including those used by Perl and Python, only allow fixed-length strings. You can use any regex of which the length of the match can be predetermined. This means you can use literal text and character classes. You cannot use repetition or optional items. You can use alternation, but only if all options in the alternation have the same length.
A Quote from the lilyview website, maybe its a photoshop feature?Photoshop uses a own color management system and includes some additional tags to any written TIFF. These tags are private, registered to Adobe and not well documented. So any other application that tries to read those TIFF's has a problem in interpreting the colors correctly (or lets say in the same way Photoshop does).
But also Photoshop has a problem (and this is not only my private oppinion, for more information you may have a look at Google Groups Graphics because I think Photoshop does wheight the "green" to much and the "blue" to less.
Also some pictures from the "SGI Tiff Test Suite" and CMYK images created by other image processing applications do definitely look "wrong" when loaded into Photoshop.-Grorgy (August 11, 2007, 06:55 PM)
5. CLCLWhat are those ?
6. QuickDic-AbteriX (August 09, 2007, 09:10 AM)
Just one thing.. Could you post the ahk source?Of course ! I always hesitate before posting my sources because i feel that my code is quite messy.
So that other people can learn with your expertise-jgpaiva (August 08, 2007, 12:57 PM)