For a University project I'm animating a custom CAT rig on an elephant; I was wondering if there is a way I can make a set of sequential images, or a video maybe, as the background so that when I scroll through the timeline the background video plays too.
I have just started to try something using video in CS6. I have 82 sequential images and I am trying to string them together as a sort of stop motion film (think the intro to the Monkeys). I have done the following:
1. Opened Bridge and selected all of the images 2. From the tools menu I selected the Photoshop sub-menu and then selected load as separate layers in Photoshop. 3. This (unsurprisingly) opened the files as a single .psd with all the images on different layers - with the newest image being at the bottom. 4. I clicked on Timeline and then selected Create video timeline which put all of the clips into the same 5 second space on my time line. 5. I selected all of the images and then by clicking on the small filmstrip icon I selected "New Video group from clips"
So What I am left with is a sequence of all 82 images but with the following problems.
1. All of the clips are 5 seconds long and I want them to be about 1/10 of a second. 2. For some reason the files in the video clip show the most recent first and the oldest last - I would like them the other way round.
I know that I can select all of the clips and then move the play head to approx 1/10 of a second and split the clips. This works except I have to go through and manually delete the bits I don't want which is tedious enough for a video with 82 images but I am planning on longer projects, doing it manually would be a nightmare. Also I could probably re-order the images manually but I am sure that there must be an easier.
I have a large job for a client who uses antique computers. They are so old that he can't run Lightroom. As a workaround, I posted the images I wanted him to look at on SmugMug and we had a disaster. Their sequencing on screen does not match my "as shot" sorting on my Lightroom (4). Is there a way I can print sequential serial numbers/ids on my images before I upload them to SmugMug so we are always talking about the same image?
how to do sequential numbering in CorelDraw or is it even possible? From time to time we are required to produce items that have sequential numbering, say, from 1 to 200 for example. If it were only "one set" that would be no problem, but when it is 5, 10 or more sets then it is very time consuming.
On my website below (link at bottom), I have all my photos watermarked for obvious reasons,this is done by a normal batch convert action using CS2,the gallery is actually a modified Photoshop "Simple" type of thing.
All of the information you see on the image is actually part of it except for the image number,which is put there by your browser.What I'd like to be able to do is have that image number actually as part of the image and NOT seperate,so if someone saves it they still have that number visible.
Now I can do this manually,but I'd have to increment it by 1 every time by hand,and then copy & paste it onto the resized image by hand,which will take a long,long time. Is there any way I can get PS to do this automatically for me,so I either specify the starting number,or it actually takes the file name (minus the extension,so no JPEG etc after it)and adds this text to the watermark layer while I put the kettle on?
After animating a scene from frame -45 to +45, I looked at the sequence of files in their folder and it goes like 0000, 0001, -001, 0002, -002, etc. Is there a way to get these in a sequence starting from -45 --> 0 --> +45?
I am on a project of making 12,500 tickets and so far, I'm at 500 out of 12,500 .. I was just wondering if Photoshop or other Adobe programs can Add Sequential Numbers on a particular area ON a picture,
Example: (this is what i 'm doing, i'm doing it manually, saving it one by one.. and it is taking some time, it's been 2 days already)
then..
and..
and repeat the process again ..
there.. i've tried using recording Action. How to use script, (if i have to use script, can you instruct me on a step-by-step procedure or atleast pinpoint me to a thread that explains it, because the ticket's deadline is on May 4th, and again i have 12,500 tickets to make)
also the way that i print this is first as you can see saving it one by one as .jpeg and selecting 9 of the .jpeg files, right click, then print as wallet size, for it to fit in a 8.5 / 11 paper.. there..
I've been given the task of numbering our blueprint files (.tif format). I need to add around 800 ballooned numbers to each drawing at specific locations. These are just numbers with a circle around it.
Currently, I'm manually adding the number as text and then drawing a circle around it, then the next number, another circle etc.
i'm new in Smoke, and in the first time i'm learning the conform and editing tools,one thing i'm looking for is how to sequential rename my shots in the timeline, i found this article in the forum but it's for the 2012 and i didn't found this tool in the 2013 version. URL....
I am curently working on a larger projekt, where we have aprox. 4500 pcs.of furnituer designed in 4 different kind of families, generic, furnituer, furnituer systems and specialty equipment. We need to be able to asign every pcs.of funituer a seqventual serial number, we have tried to do this using an extension with a funktion called element positionerning, but we have had no success with this tool, apparently it is taking up to much memory.
how to generate serialized barcodes with CorelDRAW X6? I need to be able to give it a starting number and range and have the barcodes generated automatically on different pages to then be printed using imposition printing.
We are experiencing an almost virus-like situation with some of our dwg files. Massive file sizes that grow exponentially - even with very few entities and no xrefernces. Said files also have issues with copy-to-clipboard and paste from one dwg file to the next: objects do not paste, but dozens of sequentailly named phantom blocks are generated.
After doing some searching around we feel this is occurring when clients send us files exported from microstation.
I'd like to create a part number generator using iLogic. The rule would run as follows:
If the iProperty "Part Number" was not blank or the same as the file name (as Inventor default), then a question box would pop up asking if you would like to overwrite the part number. If one were to select yes, then the following would happen.
iLogic would open an xls that is on the network. The xls would have two columns. Column A would be the part number, B would be the filename associated with that part number.
Column A (the part number) is a sequential count in the form of 6 or seven digits. The format would be something like =TEXT(ROW(A1),"JFRC-000000")
Everytime the part number generator rule is triggered, it would create a new part number on the next blank row, copy this part number to the Part Number iProperty and assign the file in which the iLogic rule was executed to column B in the xls, save and close.
If, when the rule is triggered, the Part Number property is blank or the same as the file name, the user would not be asked if they would like to overwrite the part number. This rule would be triggered manually from a form.
I currently have a LISP routine that will replace the value of a specific attribute name with sequential numbers in the order that the blocks are selected. Like TCOUNT for attributes - and it only looks for a specific attribute Tag Name called "ID".
However, what I want it to do now, instead of just putting the number into the attribute value, I want the number to be a suffix to the existing default tag value of the tag named "ID" which is "ADDRESS:" for some blocks and "ELEVATION:" for other blocks but the tag name that the routine always has to filter for is "ID". That way the user can pick anywhere on the block - not being forced to pick the tag we want to add numbers to.
What I need the new LISP to do is append a space and then a number to the existing tag value in the block, so that the result would look like "ADDRESS: 1", "ADDRESS: 2", "ADDRESS 3" or "ELEVATION: 1", ELEVATION: 2", etc. depending on whatever the default value for the tag "ID" is.
there are several hundred different block names - but they all have a Tag Name of "ID" - whose default value is sometimes "ADDRESS:" and sometimes "ELEVATION:".
How do I put images that have been altered in PS together with my images altered in LR4 to make a slideshow. They are currently sitting in LR in 2files and I simply don't know how to combine them
I'm editing photographs of tabletop ceramics - plates, etc. and often images are shot off center and I have to make them round.I use the Filter Lens Correction Feature with some success and the Warp feature to fine tune - but it's all eyeballing the image which isn't accurate.
Any feature for this process or a grid that will enable me to ensure they are round? Windows CS5 Photoshop -
In CS2, when you use the Web Photo Gallery from Bridge Photoshop tools, Is there any way to make the thumbnails and the larger images so that they cannot be "saved as" on someones computer and then printed?
Is there some way to make new images based on the guides? I have a file I need to cut into smaller ones, and I've put guides to block everything off -- but guides seem mostly cosmetic / snap to grid, and less useful otherwise.
Is there an easier way to make a 16 squares X 16 squares grid so that the grid scales with the image size but remains 16X16? Basically I want to add a 16X16 grid to hundreds of images.
Also, how do I put the same grid over many images, like a few hundred?
I'm working on a Mod for civilization 5, we're resurrecting a good mod of which the Modder stopped several months ago. The artist of the mod made some images for some policies, and I need to make the images in his style, I know how he made the background but which effect did he applied the first layer?
I use Silhoutte Plus to make Silhoutte out of png images, the result is jagged edges, pixelated outlines, which is really ugly, so I'm looking for a better silhoutte tool, kind of like Illustrator's ability to create a smooth outline for converted images for silhoutte.
After editing 100+ images in bridge I save the files as DNG for the magazines I work for, it's only just come to my attention that for them to alter the exposure/contrast they must convert the image to 5.5 which means losing the adjustments I've already made. It's time wasting for both of us.
I tried using the different options under 'compatibility' of saving for camera raw 2.4 and later (4.1, 4.6, 5.4, 6.6) not sure how to use the custom area. I'd consider using the previous version just on these jobs but I'm not even sure how to do that.
I decided to make a lot of GIF files (from a dvd concert). Took all the necessary jpeg screenshots to make my gif files.
Go to PS and I crop each one by one to my specifications. However, after a couple hundred crops my fingers are hurting! I am tired of cropping each jpeg file.
Is there a way to simulataneously select all of my jpeg images and crop them all at once with one swoop? If so, how would I be able to do it?
Then, I can use ImageReady and import those images and create my gif file correct?
I have a question about the transparent background. I want to make the background of the following image(its a part of my image) transparent but when i use the magic stick the teal color is gone also.
I have a 3D scanner where I can scan an solid object, & sometimes reverse engineer the object that I am looking at. 1 function that the old FaceGen used to be able to do is make a 2 dimensional object into a 3D wireframe, but I am not sure if it is able to do robotic faces. I am thinking of doing Transformer-like figures where the faces are a mix of smooth & angular vertices. If I were to plug in some of the flat 2D images that I have, I think that it would give me an ‘error message.’
- My 1st question is I was wondering if you had any CAD software that would be able to take a flat image of a face, & make it into a 3D image
- Or even able to take a pre-existing mesh, & warp it’s values to match a 2D face pattern that I have in mind.
- 1 option that 1 of the older forms of FaceGen was able to do, is to give you variations of a pre-existing face. And I am not talking about taking a 3D mesh & turning it from male to female, race to race, young to old, but different ‘versions’ of that face. 1 thing that they did with a lot of Transformers is that they recycled the same body type, & just repainted the figure to a different paint scheme, & making them into a new character. The Decepticon jets were a good example of that. 1 thing that I am thinking of doing is taking a scan of a pre-existing face, & alternating the facial values to generate different face plates so that each figure has a new face to distinguish them from 1 to the next.
I am trying to use a reference image on a plane in 3ds Max but everything comes out Blurry and pixelated. I have tried the Customize...Preferences... Viewports option but the Configure driver is greyed out. it says ''Nitrous (direct 3d) 11.0 feature level 11 - ATI Radeon HD 5700'' next to Configure Driver.. (greyed out)
What can i do to make reference images not pixelated? and transparency on boxes and polygons is extremely buggy (i can only see 2% through it when alt+x)
A way to make color book images out of a color photo. Want to keep clean solid lines so it is clear but when I do it, the image always comes out distorted and fuzzy.