Photoshop :: Incrementing File Name With Numbers Automatically
Aug 7, 2012
If i had a file called example.jpg already saved in a folder how can i get Photoshop to save the same image again but as example(1).jpg (or similar). At the moment it will just save over the original file if i don't change the name .
View 2 Replies
ADVERTISEMENT
Aug 15, 2012
I need to export with artboard. Illustrator automatically adds a number to my original file name. It won't even let me replace the old file. It is extremely annoying and makes flow with other programs really hard because they can't auto update, since the file name changes. When you have multiple files, you can't be manually renaming all the time.
View 4 Replies
View Related
Jul 15, 2013
Sometimes Photoshop automatically change my font sizes to uneven numbers. For instance 12 pt changes to 11,98 pt. Why and what could be done to avoid this? Also XY positions of objects in Illustrator get changed to sligtly different numbers like 9,98 px.
View 5 Replies
View Related
Dec 30, 2012
Is it possible to automatically add numbers to faces in a picture?Next step is to insert the picture in a Word file where I can create a legend which tells which number in the picture is who.I understand that I need to insert the picture twice in the Word doment, 1: the original without numbers, 2: the numbered version with the legend.
View 1 Replies
View Related
Dec 21, 2012
I have a drawing that draws from a .dxf template, this drawing is for a piece that travels along on a basket. Often times there's more than one "traveler" so in order for me to differentiate each traveler I added an "XX of XX" on the template, the XX's referring to the traveler number and the total travelers (i.e. 01 of 03).
Before I print out the sheet I have to replace the XX's with the real numbers then I can print it, so if theres 45 travelers i have manually click each time and then type the number in, 01 of 45, 02 of 45, 03 of 45... 45 of 45. Is there a way I can get this process automated like where I'm asked how many sheets I need then it automatically populates the sheet?
View 1 Replies
View Related
Mar 17, 2012
I am playing with the book module and I love it. Hwever, I wonder whether there is a possibility to automatically create captions that show the date of the creation of a picture. More generally any subset of the Exif data would be welcome. This is possible for slideshows, but I could not figure out how to do this with book pages.
Is there a way to automatically insert page numbers?
View 1 Replies
View Related
Apr 8, 2014
there a way to make a Number Climb or count up like in this After Effects tutorial?It's a type of thing that's really useful for infographics.
View 1 Replies
View Related
May 3, 2013
I've got a customer that needs 1000 serialized artwork for a project. Is there a way in CorelDraw to layout a series of artwork and have the numbers automatically change from 0001 to 1000?
Script??
View 4 Replies
View Related
Nov 22, 2012
Any alternative way to increment an objects specific R, G or B color value? What I am trying to accomplish is to take a group of objects and increment the red, green or blue value by 5 without effecting the other values.
This has to be an increment on all existing values of each individual object. So if 3 objects have 3 different RGB's but I want to increase the RED on all of them by 5.
EXAMPLE
Object 1 : R-35 G-35 B-35
Changed to R-40 G-35 B-35
Object 2 : R-55 G-100 B-150
Changed to R-60 G-100 B-150
ETC....
I know this sounds specific but I am trying to create an RGB table the easiest way possible. In this example I`m referring to RGB but it could be for CMYK as well.
View 5 Replies
View Related
Sep 13, 2012
I used to be able to just open any image and my copyright info would be inserted into the file data. I guess it was a droplet, "when the file is opened or created then add file info from a xmp file". I still have the xmp file with all the data in but i am unsure how to implement it being automatically opened and added to the file when i create a new one? I thought i could handle it, i assume its a droplet of some sort.
View 5 Replies
View Related
Jul 18, 2013
I have subroutine that retrieves a list of detail numbers in a drawing. Sometimes there are missing numbers. I am looking to find a list of any missing numbers.
Example -
(setq List_DN (list 1 2 3 5 6 7 10 11 12 17))
Missing numbers are - 4,8,9,13,14,15,16
I would like a subroutine to take the List_DN are return the following missing numbers as text
(Get_Missing List_DN)
return
4,8-9,13-16
View 9 Replies
View Related
Feb 20, 2012
I am trying to link my parts list to a drawing however all balloons have different numbers.
I open the assembly and check everything out from vault I open my bom and change item numbers. When I get back to my drawing and apply for auto balloon I get completely different item numbers in my balloons. We just updated our software to a new 2012 version so it's maybe something with set up.
View 9 Replies
View Related
Jun 20, 2011
Is there a way to sync callout numbers to correspond with note numbers. When I add or delete notes in my drawings it takes to much time to update the callout number in the drawings. I need to figure out a way for the note and corresponding callout to change at the same time.
View 6 Replies
View Related
Sep 7, 2013
I've got bunches of scanned analog photos. The creation dates were the scan time, not when the photos were taken. And some are out of order.
I don't remember the exact times and dates, but I do recollect the sequence. And I can use a "user order" within LR.
But how do I preserve that order in the metadata in the files for use in other applications, etc? I can set a creation date, but it appears to be the same for all. How I could increment the date/time so that I'd end up with the same sequence when sorted by "capture time"?
View 7 Replies
View Related
Aug 8, 2013
I know how to increment pick points numerically (see below). How is it done alphabetically?
(defun C:test (/ pt# pt) (setq pt# (getint "
Enter number: ")) (while (setq pt (getpoint "
Specify point: " ))(if (/= pt nil) (progn (command "TEXT" "M" pt "" "" pt#) (setq pt# (1+ pt#)) ) ) ) (princ))
View 3 Replies
View Related
Dec 30, 2012
I want to add serial number in the documents I am making to protect it from piracy... Or no, rather easier way to spot the pirate if I find my pattern floating somewhere..
To make it condensed I would like to use hexadecimal digits. So I can add a small serie of digits on a pattern piece (the pieces are tiny, averaging at about 4-5 cm, filled with information) so this is my reason of why I want hexadecimals.
I will stuff it with six digit groups for different identifiers and then revision numbers too.
On every document copy, that is, pattern sheet I would like to repeat the same digit about 4-6 times, on the major pattern pieces, and on one license paper. So the digits needs to be identical on these 4-6 times.
But of course incrementing for each copy of the pattern sheet.
Let's say the serie is 1.01.0001-00.00.00 this is the format I am going to use. All the digits could be entered manually if it has to be done but at least the 4 digits group should be automated, and hexadecimal.
View 3 Replies
View Related
Aug 1, 2013
I have this lisp that grabs all the text(the value and the location) in my drawings and I put them into a list. Here is what I have so far:
(defun c:loop ()
(setq numbers (ssget "_X" (list (cons 0 "TEXT") (cons 1 "##*")) ))
(setq newlist '())
(setq IN 0);set index
(setq SLGTH (sslength numbers))
[code].......
What i need to happen is this: When "whatever" returns "value0" i need to set "value0" to the first item in list "newlist". Then when "whatever" returns "value1" i need to set "value1" to the second item. Now I can do it the long hand way, but i am trying to simplify this step, and shorten up my overall program.
View 4 Replies
View Related
Jul 8, 2012
I hereby have a school note report from my little brother. He told me he had some bad notes in his last period and I would like to make a fake copy of it.
Basically, I scanned his 3th period notes and I would like to change some and add some
How you can remove numbers and add new ones over it and add numbers with the same digital code used on the old ones to put those in empty notes
View 5 Replies
View Related
Jan 23, 2014
Is it possible in Lightroom to automatically append/prepend directory names in the file path into the file name itself? Example:
DirectoryA Sub-directoryB filename.jpg (original file name)
==>
DirectoryA Sub-directoryB DirectoryA_Sub-directoryB_filename.jpg (concatenated new file name)
If this is not natively possible within Lightroom, any plug-in that delivers this functionality?
View 5 Replies
View Related
Apr 29, 2013
if i need to rename or change anything in the iproperties of ipt, im doing it from the vault.my problem is that, when i change something in iproperties of an ipt thru vault, i have to open the idw to update it.
as most of the iproperties in ipt shows in the idw.
its easy to change the properties in vault. but its deleting its purpose if i have to each idw to make sure i have the updated idw.is there a code where i can open all idw and save the same file and checking to the vault automatically?
View 9 Replies
View Related
Sep 28, 2011
I am wondering if there is a way to put the old save method back into the new gimp 2.7.3. I would like to be able to export to a new file format and automatically be using that file instead of the original file that I have just opened. If there is a plugin like this that would be great.
View 2 Replies
View Related
Nov 7, 2013
I'm trying to set up my new machine to export the XML of a file when I open it by dragging the files onto the Ps icon (Mac). It used to automatically happen on my old work machine.
View 3 Replies
View Related
Jan 18, 2013
We’re using the “save as” function in Adobe Photoshop CS5, and it’s not automatically including the file extension at the end of the name because our file naming convention (M##.B##.F##) uses periods. This is an issue which was already discussed in the forum [URL] ..., but there didn’t appear to be a suggested fix.
View 2 Replies
View Related
Oct 3, 2006
20 psd files with lots of text boxes. The font he's used needs to be changed. Is there a way to do this automatically, or do I need to highlight each text box and change manually?
View 1 Replies
View Related
Apr 28, 2005
I take a lot of passport sized ID images (45mm high x 35mm wide). When I get them back from the lab I have to identify each image.
If I could have the image filename on the bottom of each image the identifying process can be made a lot less time consuming and of course negate the posibility of misidentifying the image.
View 5 Replies
View Related
Dec 4, 2013
In using Photoshop Elements 12, I edit a picture and save it. When I go back into the picture the file size has been shrunk drastically but I did not save it as a smaller file size.
View 1 Replies
View Related
Dec 29, 2012
In following Julieanne's Adobe TV topic here -> http:[url].....-creating-32bit-hdr-images-in-lr-41/ a problem arises when trying to save from Photoshop CS 6. According to Julieanne you hit ctrl-s so that PS saves the HDR image and then it should show up in Lightroom. What I have found is that hitting crtrl-s saves it as a PSD file which does automatically show up in Lightroom, however Lightroom but can't read it. If I do a save-as, and select TIFF as the extension Lightroom will not automatically see the TIFF file. I have to synchronize the folder in order to have Lightroom import it.
Why would Lightroom automatically see a PSD file (that is of no use) and not see the TIFF file?
Is there a setting in PS that will change the preferences to save as a TIFF instead of a PSD file?
Using Lightroom 4.2 and Photoshop CS6.
View 1 Replies
View Related
Jan 29, 2012
I wonder if it is possible to change the name of a file to a text layer automatically. is an example of what I'm trying to do.
I have a lot of photos then I intend to make a macro for editing it to make more precise the name of the file is saved in the image.
View 8 Replies
View Related
Feb 12, 2014
I have upgraded my Elements 9 to Elements 12. I used to be able to open a raw file directly into the raw editor in Elements 9. With Elements 12 I click to open the raw file with Elements 12 but Elements opens into the basic editor with no picture opening. I then have to select Open Camera Raw from the file menu and select the photo again. The photo then opens. Is there a setting i can change so that elements 12 opens directly into the raw editor?
View 4 Replies
View Related
Apr 12, 2013
Whenever I save out a TIFF file it automatically resizes the image down to 300 ppi. What setting is this so I can uncheck it?
View 8 Replies
View Related
Aug 30, 2012
When I open a raw file it automatically converts to a smart object. After processing and merging I am unable to print anything other than the original object. What might I be doing wrong?
View 7 Replies
View Related