Re: How do I find the font for a specific character in a textItem?
In Photoshop you need to use Action Manager code for this (like one can record with ScriptingListener.plugin).
View ArticleRe: How do I find the font for a specific character in a textItem?
Found some code I had assembled previously: // get keys for type layer’s style;// based on code by michael l hale;// 2014, use it at your own risk;#target photoshopif (app.documents.length > 0) {if...
View ArticleRe: I have made a script but i need it to run again and again. i mean i need...
actually i m designing auto photo album desining script for that i need .1. open psd file from folder2. open jpg file (from path folder)3. paste photos in layer . and save it to new folder (Ask for...
View ArticleRe: I have made a script but i need it to run again and again. i mean i need...
I have provided examples for both File and Folder selection, you can combine those however you see fit. And I discourage opening, then copy/pasting whole images in a Script, placing them as Smart...
View ArticleRe: I have made a script but i need it to run again and again. i mean i need...
actually i m getting problem in looping... it not work after modifying it as per requirement as i m very poor in scripting.
View ArticleThe use of shared files in Adobe Configurator
hello to allI did a panel on it a few buttons, each of which performs a partially similar script. Is it possible to make the script in the same general function library? And then call this function of...
View ArticleRe: I have made a script but i need it to run again and again. i mean i need...
If you have a problem with your code and hope for help in trouble-shooting it stating that you have a problem but not posting the code would not seem to make a lot of sense.
View ArticleRe: I have made a script but i need it to run again and again. i mean i need...
I have posted my code earlier . and i added your code in that in may way but it not work properly.maybe my mistake.froget to that ... u can help me if you are able to create1. open psd file from...
View ArticleRe: The use of shared files in Adobe Configurator
You know Configurator Panels only work up to Photoshop CC? In a Panel for Photoshop CC called "save copies cc 2013" I use this code to trigger the function "saveLibrarySaveCopy" from the Script...
View ArticleRe: How do I find the font for a specific character in a textItem?
Thanks for this! I'll check it out. Good to know that there is full functionality like this, wish it wasn't hidden within a subset of code. Thanks also for the tip about the scripting listener! I've...
View ArticleRe: I have made a script but i need it to run again and again. i mean i need...
It is easy to create a template for a collage like you show and populate it with your images with a script. However there are some limitations in Photoshop that may impose limitation on you. It may...
View ArticleRe: Selecting the brightest pixels
But can this be scripted, and work as quickly as loading any selection?
View ArticleRe: Selecting the brightest pixels
I think it can be Scripted but will not be as fast as that by a long run. Scripts are just like "smarter" Actions, they only utilise the same functionalities you can use manually, for more intricate...
View ArticleInteractive selection using photoshop script
How to make a script pause till the user makes a selection and continue again using photoshop script?
View ArticleI detect rectangular or square shapes and replace
I want to detect rectangular or square shapes within an image and replace with another shape. Anyone knows if this is possible with adobe?
View ArticleRe: I detect rectangular or square shapes and replace
Original title should be: Detect rectangular or square shapes and replace
View ArticleRe: Interactive selection using photoshop script
You can use two Scripts or one Script that, depending on some predetermined factor, performs two different tasks.So you could for example write something into the metadata, a channel, a txt file, …...
View ArticleRe: I detect rectangular or square shapes and replace
Flattened image or Layers, what kinds of Layers, are the Shapes Solid Color Layers, Vector Masks, Layer Masks, …?
View ArticleOpening files one by one
Hi, I'm trying to write a script to open file1 from folder Z, if file1 contains '10' in it's name then run action named '10', then open file2 from folder Z, if file2 contains '20' in it's name then run...
View ArticleActions/scripts for image analysis
Does anyone know a good source for actions or scripts that are geared to image analysis such as image morphology, etc., as opposed to ones for more artistic purposes, of which there seem to be many...
View Article