I searching for a script that ...

... think at an image like a chessboard.
I want track a pen path in the four corner patches and the script should ask me how many patch cointain the chessboard (rows/ columns) and start to average the center of each patch, create an image with rows/columns number of pixels and fill the pixels with the same values of the center of each patch.
Do you know such script?
Thank you
Marco

Sorry, it is not easy for me write in English.
I have yet the image like chessboard: these are color targets with different number of rows/columns. To evaluate them in color management software, it need a one pixel per patch format. So with a pen path I tell to the script where are the patches, in the interface I tell to the script how many rows/columns the target is formed (in my fantasy), and script should filter/average the center of each patch, pick up one pixel from these zones and create a new image with all these pixels.
I have yet a script that make this stuff, but it is limited to 6 x 4 patches (this is the big problem) and it is full of unneeded other controls and alert that slow down the work.
To better understand I have upload here what I mean.
Thank you for help
Marco

Similar Messages

  • Searching for existing scripts..

    I have a question.when I open some application's folder (for example garageband)
    there is no existing scripts,does that means that some scriptable applications don't have any existing scripts that I can edit?
    I saw many sample scripts in some folder somewhere in scripteditor ,but they were few..aren't there many existing scripts of scriptable applications?
    Message was edited by: rumencho

    The Scripts Menu (when enabled) will place an item in the menu bar that can be used to execute various scripts, but it needs to be set up for the scripts that you want to use. Not all applications will have utility or example scripts, although there are some examples included with the system (for example, in /Library/Scripts/). An application's scripting dictionary, if there is one (open the dictionary from the Script Editor), documents the various script definitions for it, and searching these forums or via Google can provide additional example scripts. There are also several scripting websites, such as http://macscripter.net/ .

  • Looking for a script that get images' urls from a website

    Hi,
    I have a website where users can insert theirs hotel informations.
    Most of them do not insert photos, I guess because the procedure is quite long and difficoult for the average user's skills.
    I'm looking for a script that take as input the url of the website and give as output the urls of the images of the site, so the user can decide which to upload on his tab.
    Someone can help me?

    La_Salamandra wrote:
    I have a website where users can insert theirs hotel informations.
    Most of them do not insert photos, I guess because the procedure is quite long and difficoult for the average user's skills.
    I'm looking for a script that take as input the url of the website and give as output the urls of the images of the site, so the user can decide which to upload on his tab.
    Someone can help me?
    You have to improve your design. Even if you can find the Coldfusion code, your design will still fall short in 2 ways.
    First, it is unreliable, because you're depending on some arbitrary site to be available and up to speed. Secondly, it is aesthetically wrong to be collecting pictures, especially large numbers of them, dynamically from someone else's site.  Think of their copyright and bandwidth.
    Fortunately, there are simple solutions. First, identify, by eye, the web pages containing the pictures you're interested in. Ask for permission from the owner.
    You could indeed use Coldfusion's cfhttp or any other script to download the JPGs, PNGs, and so on. But then, why waste your time re-inventing the wheel? It is infinitely better to use a web crawler !
    With most crawlers, you only have to supply the URL of the site, and the file extensions it has to grab (in your case, jpg, png, bmp, and so on).
    One click on the button, and you have them reeling in. Automatically. Some crawlers are considerate enough to enable you to adjust the download bandwidth. (We can learn from a million years evolution wisdom. The vampire bat is known to inject a painkiller before sucking!).
    Now that you've downloaded the images to your site, the links you display to your users are all yours. You may choose to resize some of the images, display them as you wish, and the issues of reliability and bandwidth are now up to you.

  • How are people searching for music now that the power search link is gone?

    How are people searching for music now that the power search link is gone?

    That info in my above post doesn't bring back Power Search
    I think this Discussion holds the answer https://discussions.apple.com/message/20451945#20451945
    Found it under iTunes U!  Don't know why the moved it from the main page but you will find it here.

  • How can i search for a color that is not in the color palette? (CS 5.5)

    I have a client, that has used a certain color in a series of textfields throughout the document.
    The color consists of all 4 CMYK colors and needs to be just Keycolor. However the color is not in the swatches menu, so marking it there and changing it won't work. I have downloaded a script that might have worked, but it could only find colors that were in the swatches palette. (Find / Change by Color / Overprint" version 1.2).
    Ofcourse, creating a similar color and adding it to the swatches doesn't work.
    Is there anyway that i can search for the color or does it really have to be done manually.
    Best regards

    You can only search for real, actually existing swatches. No sweat: use "Add Unnamed Colors" in the Swatch panel dropdown menu to get a list of all of the manually applied colors.
    Since you want to change all of them to the same color, you don't even have to use Search/Replace. Simply delete the new colors and select the one you need in the "Replace With" dialog that appears.

  • Env. variable for sqlPlus to search for sql scripts?

    On Oracle 11.2, on win / (or Win 2008 64bit) I would like to start sqlPlus and call some package scripts wich are in $ORACLE_HOME\rdbms\admin folder..
    but I would not like to move to that folder or to call scripts with full filename..
    so, is there some environment variable wich tells sqlPlus in wich folder to search for .sql (.plb & other) scripts?
    regards,
    EDIT: I think it should be something like ORACLE_PATH
    Edited by: 846417 on Jul 19, 2011 5:34 AM

    Try SQLPATH

  • I'm looking for a script that preloads a Splash Screen on Android

    I've read all threads here already about this subject. For most AdobeAir projects for Android, no matter what size, it could take up to 20 sec to load the app, and while it loads, all you see is a black screen. As there's no support for a Default.png like there is for iPhone, we have to use a preloader.
    I've only found one for Flex, which is no good to me as I'm using Flash Pro 5.5 (IDE). I've tried doing some simple preload-a-swf-preloader but it just loads it to 100% before showing anything anyway.
    Anyone here that can share a script of a simple preloader for Flash CS5.5?
    I know that to reduce the loading time and show a splash screen on android we need to make a very small swf that will contain the loading screen image, and that same swf will also preload the maingame.swf (but can that be done? Appstore don't like code in more than one swf) into it. My tries have failed.
    Here's some quotes in case someone who reads this might be knowledgable enough to help me out:
    Yes its possible to get a splash to appear straight away (well within one to 2 seconds which is close enough) but
    (a) You have to create a small splash .SWF which loads your main .SWF (OK so that's fairly obvious but a "Default.PNG" splash screen facility as per the iPhone packager and FLEX projects is what you might expect)
    (b) Your splash .SWF must embed the splash image. If you try to dynamically load an image nothing will appear until the whole of the APK file is loaded ( and presumably initialised). That was what I was doing wrong.
    It takes 20 sec to load, it's all black before it's done loading and the runtime takes up 25mb!
    (1) Yes that is a bit of a problem but seems to be the cost of compiling in the AIR runtime.  I am sure that most mobile projects only use a subset of the entire AIR library - its a shame you can't just compile in the bits that you need and drop the rest.
    (2) This is partly because of (1) and the fact it takes so long to get a big file up and running with AIR.  You need to create a preloader that is very small and all it does is display a splashscreen and then loads in the main 25mb file that you embed in the assets of your preloader.  The small preloader appears quickly and then gives you time to do your 'work' loading the main app with something onscreen.  This gives an example / explanation and there are others out there :
    http://www.mcbrearty.me.uk/index.php/2011/05/09/actionscript-mobile-pr oject-splash-screen/

    Hi Nick,
    Using the FileSystemObject object to delete a folder will delete the profile directory, but it won't delete its associated registry path:
    HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList\user's SID
    There are also two other complications: 1. you can't delete a profile for a user that's logged on; and 2. the user might have logged off, but the profile might not be completely unloaded (see
    http://support.microsoft.com/kb/837115 ).
    In the meantime, I recommend 'uphclean' and the 'delprof.exe' found in the Resource Kit utilities.
    HTH,
    Bill
    Can we combine FileSystemObject and deleting Reg Keys?
    ¯\_(ツ)_/¯

  • I need to able to search for calendar entries that are over one year old.

    I am an old Palm OS user and have used the calendar on it to track my clients visits/service for the last 15 years.  By searching the customers name on the palm, it would bring up every entry I had keyed in for them, so I could immediately know how old their equipment was, what service had been done, etc.  I also used the calendar to track my daily and weekly sales.  I was disappointed to find that the ipad does not search for any entries older than one year.  Is there something that can fix this or is there an app that could be used in the way the palm was?  Thanks

    Well, that would depend on what calendar you are using.
    If you are simply relying on the calendar on the device, well, that's not very smart.  Restoring from backup should put everything back.
    If the calendar is synced with another service, like Google, iCloud, Exchange, do the entires still exist there?
    If the calendar is synced with Outlook or iCal on your computer, do the entries still exist there?

  • Looking for a script that will find broken links

    I create long documents in InDesign, and I often have 50-75 Indesign documents in my InDesign book. Because what I do is production publishing, at any one time I'll have a half dozen similar books under construction. All the books contain the same chapters (as far as file name an basic content). I need a script that I can run on the final PDF for each project to make sure that all of my hyperlinks/cross references are intact. This is to ensure that I didn't accidentally link to a chapter from a different project. In other words, I need to make sure that my final PDF contains both the source and the destination.
    Does anyone know where I can find a script like this?
    Thanks,
    Kelly Vaughn

    A script can't do that. Maybe a plugin.

  • Searching for a Script...

    I am in the process of making a "Deal or No Deal" type DVD program in DVDSP. I am going to rig it (i.e. the third briefcase has $500 regardless of the case's number) The problem I am running into is that I'm not sure how to "turn off" a case after it has been selected. I've built the money wall and briefcase layout in Photoshop and have each as a diffent layer. Does anyone know a script that allows me to turn off a layer after it has been selected?
    I'm running DVDSP 4.1.2 on a MacBook Pro 2.4GHz.
    Thanks in advance,
    Tom

    You will be better off approaching this in a slightly different way. If you have a series of images to use as the boxes, each image showing one less each time, then you can have the user select any of the boxes, randomly assign a value to their choice (track the values you have assigned each time so as not to repeat) and then simply reduce the number of boxes available to choose from. Use standard overlays for the menus and don't try to match the gameplay from the TV version!
    You can't control layer visibility for a photoshop layer based menu using scripts.

  • Search for a string that contains a '

    I am searching for an email address that contains a ' (o'[email protected]). I think I'd use some sort of ESCAPE character around the tic but I can't seem to get this to work. Appreciate the help.
    select email_addr from customer
    where email_addr = 'o'[email protected]'
    That would be the SQL - should this work?
    select email_addr from customer
    where email_addr = 'o\'[email protected]' ESCAPE ('\'
    This is returning a string not properly terminated error
    Thanks

    A quick search provides this:
    Re: URGENT  update a table with a text that has a single quote in it
    or indeed:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements003.htm#SQLRF00218
    Message was edited by:
    Boneist

  • My intel iMac keeps searching for a drive that doesn't exist.

    My intel iMac opens a window saying it cannot find a drive with the IP address of 10.0.1.196 which, ot the best of my knowledge doesn't exist. The address is always the same, even after reprovisioning our entire system from modem to all the computers we have. The window will come up after a restart but before I have our server selected, but it will also pop up at almost any time. When it does, after clicking OK, it will reappear every few seconds for 5-10 times then stop. Very aggrevating because the window puts whatever I am doing in the background and I must click the OK and close the window before proceding with my work. Any way to stop this?

    I am not sure that I got the wireless instructions correct. I opened the window to connect to a wireless network and instead of typing in a name I just typed in a dash. This caused my Airport icon to be grayed out. I then rejoined our office network by turning off and then restarting Airport.
    For the ethernet connection, I did as instructed and then tested by turning off the Airport on the computer so I was only connected using ethernet.
    Neither of these worked and the computer still searches for the same IP address.

  • Hi I have copied over my iTunes to a new PC and now there are songs missing and when try to re download on iTunes it says play. When you hit play it sends you off to search for a file that doesn't exist. When syncing it says 100 issues Help please

    Hi,
    I have just put my iTunes on a new laptop by hard drive method and some songs are not there. When I go into iTunes it's doesn't say download or purchase it says play.
    So you press play and it opens a separate box saying search for file which isn't there.
    I have read tons of stuff re this but still not got it fixed. It's not a HD issue because iTunes won't let me download it why ?
    Hopefully someone can help
    Thanks David

    Hey Davidl678,
    Thanks for the question. It sounds like you are unable to download the purchases from your purchase history, because iTunes believes the songs to be in your library. It may be necessary to delete the items from your library, then re-download from your purchase history. Before doing so, you may want to take note of which song are available for re-download:
    iTunes 11 for Windows: Delete songs, playlists, or other items
    http://support.apple.com/kb/PH12359
    iTunes 11 for Windows: Download previous purchases from the iTunes Store
    http://support.apple.com/kb/PH12491
    Thanks,
    Matt M.

  • Looking for a script that will save as v11

    I need to save a book and all its files as version 11 (from version 12)

    Hi Dave,
    I have a script that saves to any FM version above 7 (and including MIF format, too). The script optionally copies all images to a local folder and optionally also includes text insets in the save. I know I sent you another script a couple of weeks ago, but I did not keep your email address. If you send the adress to me again I will forward a binary version of the script (the script source is something I am thinking of selling at a later stage and there was a lot of work on it, so I am a little less generous on that).
    Not sure if I have the latest version of the script on my laptop (I am on a business trip this week) but I can send you the script by Saturday at the latest.
    Kind regards from Copenhagen
    Jang

  • Whenever I do a 'search' for a message that has been sent to me the only mails shown are the ones that I have sent to that person, not ones I have received?

    It is important to me to be able to find messages that I have sent TO a person as well as messages I have RECEIVED from that person. I used to be able to do that but now, for some unknown reason, whenever I do a search on an email address the only messages that are displayed are the ones I have SENT to an email address. What can I do make sure it does what it used to do i.e. display ALL messages to and from an email address ?

    Deleting the file with Thunderbird closed just causes it to be recreated and a fresh index of your mail to be created when Thunderbird starts. You may find it is a huge file, mine is over a gigabyte and occasionally they just get out of sync with reality. Also I just though of this, right click your sent folder/s and check the "include this folder in global search results" is ticked.
    Just FYI... Many people coming here call quick filter search, and for your future confusion on why there is more than one search. Ctrl + Shift + F opens a bona fide search and is the way to create saved search's that appear as folder on the left tree. Something the global search can not do.

Maybe you are looking for

  • Disk Image backup

    I was curious if I could make an exact image of my HD with all the software i have installed and use that image in the event i need to rebuild my machine. So, for example, OSX, photoshop, final cut and all directories on the HD so I could easily have

  • Adjustment Brush in Lightroom 5 has a different sized effect smaller than the brush size

    Hi, When using Lightroom 5 Adjustment brush, the effect is only in the inner half of the brush size circle. In other words, if you select a 1 inch brush to darken, only about the center 1/2 inch is being darkened. I'm 100 percent sure the brush has n

  • Using macbook display as screen

    Ok i was wondering if i could do one of these two things: 1. Using the connecting for a monitor plug in lets say a xbox with the correct cables and view it. (only so i can record the video) 2. Simply just import the video from the xbox into the Macbo

  • USB Port only works on Reboot

    I've been trying to put some files onto Thumbdrives, and my external hard drive, but My Mac won't recognize them when I plug them in. It will, however, recognize them when I reboot. When I plug one of the two in I get a screen that says "A storage vo

  • Where is the device menu on an ipad3? The settings doesn't show one.

    I'm adding a logictech ultrathin keyboard cover.  It says to select this device on the iPad's Device menu. Where is it?