I'm using Photoshop to create my web images and need to make an "Action" to use the "Save for Web" function where it'll save 3 different image sizes (Small, Medium and Large) with a suffix at the end of the file name ("_s", "_m" and "_l" respectively), but I can't seem to find any way of getting the software to add to the filename without rewritting it completely (which I have to do manually anyway).
I have found the "Output Settings" dialog window and this looks to do everything I want, but I have tried everything I can think of and can't seem to get it working.
I have several hundred images with various sizes, and now I want to batch resize them into a certain height (1600 px). The width must be proportional to that pixel height.
When trying Automate --> Batch, it refuses to let me fill in only the height (since the images are various sizes I can't fill in the pixel width).
How can saving files in different Sizes and/or different Resolutions be automated? I think of an action, but I definitely don't know how or if this is possible.
I have a whole directory of images which I took with my digital camera. I want to post them on my site, however I would like to reduce their size to fit the html pages. I know how to perform this task for individual photos, but since my directory consists of many images, this task will be very time consuming.
I was wondering if there is any way to have photoshop make the same image size reduction on all images, by running some sort of script or any other way. If there is such a way, does photoshop also save the new smaller images?
My coworker and I both have the same version of Illustratir (CS6) and both use Lion on iMacs, but today noticed something weird. He saved a file similar to a file I had done before as both an eps and a pdf and his file size was more than twice what my file sizes usually are. I thought it was odd, so I copied everything from his file into a new file (same dimensions) and saved out an eps and pdf (default settings), and like I thought, my files were less than half the size of his.
Why would two machines be saving identical files at different sizes? Is there a setting somewhere I'm missing? Everything in the file is vector, if it matters. There's not even any editable text.
I tend to always have a few pictures in rotation that I end up cropping multiple times when I am printing. Pictures where today I need to print a 4x6 and tomorrow it's a 5x7 of the same picture, etc. I am trying to figure out a way to save the file with that cropping. Ideally there would be a way that if I also modified anything else in the image that would also show up in the other versions. I know there is Create Virtual Copy, and that could work if I could then figure out how to change the file name so it would show that it was cropped for 5x7 or whatever.
Several days ago I noticed my files sizes were enormous. I was unable to even open them to work on them. Something that was once 517KB becomes 161MB the next time I save it.
After I installed the Corel update this morning, things were back to working as usual. But tonight it's back to the huge files. I saved a simple greeting card file - no halftones, no gradients, etc. It saved at 19.7MB. A few minutes later after making some small changes - saving again it was now 118 MB.
I tried saving to a lower version of Corel and ver 15 it was the same scenario. When saving to 12, 13, & 14 the files were normal, small sizes. But after a few hours even those versions were saving at huge sizes.
I've had a friend check her computer using the same file - she has the exact same computer & on Corel X6. All of her files are nice and small like they are supposed to be.
I've run virus checks and nothing is coming up. I am on Windows 7 64 bit.
Other than recreating all of my files every time I use them - I have no way of saving usable .cdr files.
I am trying to batch plot to PDF's from a drawing file that has multiple tabs in it. I would like each tab to be a separate PDF file. We are utilizing Acrobat X to write the PDF's. AutoCAD places all of the tabs into one file whether I tell a Multi-sheet file or a Single-sheet file.
I've heard this is possible but have no idea how to set up the action. I would like to automatically carry out a certain number of instructions such as resizing photos automatically by just saving them into a certain folder. Once I dump the photo in the folder it alters the size and maybe carrys out a further action such as altering the auto exposure.
I've also heard you can map hese actions to an certain keyboard button. ie F1 = Folder which reduces the image to 7x5. Folder F2 = Folder which resizes image to 8x6 etc etc.
I'm using Elements 11. In order to add watermarks to many JPG pics at once, I use the function "Process Multiple Files".
I select a source folder and a destination folder, and adds a three digit serial number to each file. I do NOT tick the checkbox marked "Change picture size". After that I define the watermark I want printed on my pics and hits OK. All the files in the source folder are processed and saved, with a new name in the destination folder. Fair and square.
But. The file size of the new file is heavily reduced, compared to the original. It goes from 10 MB down to 500 KB (in general). Why is that? Is there any way I can prevent it?
I am using Bridge and Photoshop CS3. I have dozens of raw files that need to be saved as .tifs. They don't need any adjusting; just a simple save as tif. Is there a way to do that in one batch without setting up my own action?
I have been saving bulk images from Bridge using Batch process. What I would like to do is when the image is automatically saved as a JPEG. I want them to be saved as a (6) medium. However, they all seem to be saved as a (12) large. I then open each one and re-save.
how I can see if some .ico files are embedded with multiple sizes? I used the .ico plug-in and selected to embed all sizes, but I am not sure if this works. I'd like to be able to confirm it.
Is there a way to resize multiple items of different sizes all at once? Say I have five boxes measuring 1", 2", 3", 4" and 5" but i want them all to measure 6", is there a way to resize them all at once?
i often scan in images, roughly 50 at a time, in the order i want them saved/numbered in. When i go to batch save, (along with some color correction and other small things) it numbers my files from the LAST image i scanned in to the first.. IE; what should be image50.jpg is image01.jpg and vice versa.. basically its doing the naming in reverse.
I never had this problem in PS7, only since moving to CS2.
I am trying to load multiple Text Sizes into AutoCAD Civil 3D 2012 so that I can have a list of the standard text sizes (3/32", 3/16", 1/4", 3/8") to choose from the Annotation tab > Text Group > Annotation Text Height drop down list, instead of having to type them in each time.
At first I thought that I could just add the different text sizes using the TEXTSIZE variable command into my drawing template file, but apparently the Text Sizes entered are only retained for that particular session of AutoCAD Civil 3D. Is there perhaps some other system variable that controls this setting being retained for more than one session??
Then I thought I could just create a program to load the sizes. I originally tried creating a C# .NET program to load the text sizes, but ran into a problem. I then I tried creating another version of a C# program, as well as an AutoLISP script, thinking that it was perhaps some limitation to my approach (which still may be the case). But I still keep running into the same problem. The problem is that only the last text size specified is actually entered into the list of available text sizes. The other text size values appear to be processed but are not retained in the Annotation Text Height drop down list.
The following is my first attempt with C#:
using Autodesk.AutoCAD.ApplicationServices; using Autodesk.AutoCAD.Runtime; public class CreateTextSizes : Autodesk.AutoCAD.Runtime.IExtensionApplication { public void Initialize() { // Create following Text Sizes: 0.09375 (3/32"), 0.1975 (3/16"), 0.25 (1/4"), 0.375 (3/8")
We are looking for an easy straightforward way to print / export an entire set of sheets to pdf.The sheets have different papersizes and we want them to be named with the sheet number + name, and possible a prefix by choice.We have Adobe Acrobat X installed as pdf printer.So far we managed to print an entire set to pdf with these somewhat annoying issues:
1. The naming adds the word "sheet" between the chosen prefix and number-name.can we get rid of this?
2. The prints seem only to follow the actual Revit Print-setup, on papersizes.Which means that we need to have print-sessions on every paper size used in a project.Strange that in Revit the paper print-setup, doesnt follow the sheet definitions.(?)Is there a way within Revit to solve this to a more automated workflow?Or do we have to implement third party plugiins / solutions?
We have a client whom insists on 1/8" text and my blocks are all sized for 3/32". What I wanted to do is create two visibility states for the block. One using the 1/8" text and one using the 3/32" and be able to switch between them. I can get the border of the tag to work, but the text doesn't switch sizes.
Is this even possible? Is there a better way to deal with all my tags and needing to have two different versions of them? (Tags such as fixture tags, note tags, etc...)
I'm working at a screen shop, printing .ps files for film. Most of the art is provided from the client on seperate artboards of varying size. In the print dialog box I select "custom" from media size options. This sets my page size to the size of the selected artboard. The problem is each page needs to be a different size so I am forced to print each page one at a time. Is there a way for illustrator to change the media size per artboard?
I have assembled a wholel lot of scanned pages from my sketch pad into one psd file. That file has guides which I use to register and align every page (each page is therefore its own layer). Is there a way I can make an action and save off each individual layer as its own jpeg? I set up an action but I don't know how to get photoshop to save it with a distinct namespace. The first action I set up basically prompted me to re-name each layer as I saved it, which isn't really saving time. What I want is for the action to start at the bottom layer and turn off the visiblity of all the layers above it, save the visible layer as a jpeg with a name based on the layer and then turn on the next layer's visibitlity and repeat, until all layers have been saved.
I've been asked to work with a blogger who until now has accepted images to their size uncompressed of resized. We've got around the problem of the max image size by using the plugin Insanity. Which has done a great job however what it doesn't do is re sample the images for the web.
Usually if I blog myself, I always save for web but I'm having real trouble, real real trouble creating an action that will save for web to the original folders instead of a separate one.
The thing is that there are so so many images in so many different folders and sub folders these must be modified and replaced ready for re upload.
I have a folder with 300 sub folders with a high res image. (each image is in a folder, with it's part no's name)
Ive created a process to create low res images with a new file name prefix s_ and I have selcted "include all sub folders" in my source folder options.
The problem i have i select a destination folder and all the images are saved to the destination folder root. As opposed to the original location of each image. (its own sub folder)
Dialog box:"The active document uses multiple page sizes Print Booklet works only with documents that use a consistent page size."OK, but the page sizes are all the same.
How do I batch print several exposures at one time that differ in orientation (Landscape, Portrait) or print size (4X6 - 8 X10) or both orientation and print size? I currently have Lightroom 2.3 installed on a XP SP3 machine.
I have been unable to find any documentation on this subject.
Target a folder with xxx .gif patterns (in the same size)- Setup actions to batch open each image from the folder, copy the pattern image individually over to a .PSD file that have a silhouette of the sleeve.- Apply the individual pattern to the clipping mask- Save it out as .png
Issue:So far ive only had the automate > batch process to save out one .png with the pattern correctly applied to the silhouette.
I close down everything and initiate automate > batch process then Photoshop will complain about not being able to locate the clipping mask.In my action setup I first open my .psd containing my sleeve shape, then open an actual pattern image and then all other steps ending up with saving the .psd with pattern clipping mask to .png. URL....
In this one below, ive closed everything and run the automate > batch process, which gives me the error you can see here: URL....