Photoshop :: Multi Burst
May 15, 2009
Okay, well I'm not really new to photoshop, like I can put pictures together and whatnot, but I was wondering how to separate Multi Burst photos. When I take them on my camera it's like they're all separate pictures, but on the computer it ends up becoming one big picture.
View 1 Replies
ADVERTISEMENT
Mar 3, 2014
the zoom burst effect has stopped working in PSE 12! when I click the zoom burst function the photo distorts as designed but when i click the "add focus area" button on the photo it returns the whole photo to normal without focusing the part selected.I have uninstalled and reinstalled PSE 12 already with no effect.
View 3 Replies
View Related
Sep 9, 2013
Okay I've drawn a solid black balloon in AI and what to animate it popping/bursting in AE.
View 5 Replies
View Related
Oct 26, 2012
In movies, photos, etc., a person will have a star burst on their teeth e.g. to show that their teeth are clean, that they are attractive, etc.
How do you create something like this? I have PSP X4.
View 5 Replies
View Related
Feb 11, 2013
Is there a way to burst all Inventor sketch-symbols and titleblocks into plain text upon exporting (from Inventor to Autocad DWG format)?
iLogic, api, xml ?
Our biggest supplier still uses Autocad DWG format and needs to access theses attributes in plain text (scripting stuff). The only work-around, we have found is to re-open each exported files and burst these manually
--- extremely time consuming and not acceptable ---
View 4 Replies
View Related
Sep 6, 2013
It's close... when I load it, however, instead of finding the block by name, it gives me "Select objects". As soon as I pick the block it executes the burst. But I can do that much without a program.
(defun c:burev (/ ss old-echo item)
(setq old-echo (getvar "CMDECHO"))
(setvar "CMDECHO" 0)
(if (setq ss (ssget "_x" '((0 . "INSERT")(2 . "E-REVTABLE"))))
(defun c:bu()
(c:burst)
)
(princ)
[code]....
View 8 Replies
View Related
Feb 1, 2012
is there BURST command or something similar for AutoCAD 2004 ? I need to explode blocks without losing text content
View 3 Replies
View Related
Apr 4, 2013
I need a lisp code to burst all "blocks with text/attributes inside" in selected area. That means user should select an area (window selection) and lisp program should be find all blocks with TEXT or ATTRIB inside in selected area and then applys "BURST express tools" command to all these blocks in the selected area by user.
View 9 Replies
View Related
Mar 15, 2012
how come the attributes of inviseble visibility states are visible after the explosion with the command BURST
View 5 Replies
View Related
Feb 18, 2013
I'm looking for a photo editing software program to combine my burst photos from my GoPro Hero 2 camera into a single photo. Will Photoshop Lightroom allow me to accomplish this.
View 2 Replies
View Related
Oct 30, 2005
When using the express tool Burst, Invisible attributes are now visible. How does one modify the routine so that the invisible attributes are deleted.
View 3 Replies
View Related
Jun 21, 2006
In the Jesus photo 2 lightbursts of different colors irradiates from His heart. How can I make this effect with Photoshop?
View 2 Replies
View Related
Dec 17, 2013
I have received details that have been blocked that I need to edit. When I expode or burst them, the dims text and arrows grow larger than is required for the block and I cannot find any adjustment in the properties to bring them back to the correct size for the detail. Also the leaders lose their point and association with their text and become just a line.
Is there a command that will allow me to edit the block without loosing the current sizing and associations?
View 2 Replies
View Related
Sep 4, 2012
I need to get a multi-layered image into another multi-layered image keeping all the layers/effects of both images. Can't seem to just copy/paste and I don't seen import function.
View 2 Replies
View Related
May 6, 2013
We received a jpg file that seems to gave 2 pages when you view it in Bridge.
When we open the file in Photoshop or link it in Indesign or Illustrator we only see the 1st page or view of the file.
I was very surprised to see this in Bridge, as far as I know it is not possible to even make a multi page jpg file.
View 3 Replies
View Related
Jun 28, 2013
Does Photoshop CC support multi GPU like Cinema 4D? Would be nice to read a "Yes"
View 3 Replies
View Related
Dec 31, 2008
I had no significant problem of creating a panorama picture by stitching HORIZONTALLY many (up to 35) pictures. Is PS capable of automatically stitching vertically too? The idea is to accomplish multi-raw panorama. That is, if in addition to a wide view, I want also the panoramic picture cover significant hight. The idea is to sweep the horizon at a certain vertical angle.
Then, sweep at a lower level and creating a panoramic view of both sweeps. If not fully automatic, then create a photomerge and create 2 panoramic picture. Then automatically stitch the two panoramas vertically.
View 8 Replies
View Related
Nov 3, 2004
if there is a way to apply an image resize to multiple images, so i don't have to select each pic past it into a smaller canvas and then resize it to fit,
View 4 Replies
View Related
Jul 1, 2006
I'm printing 10 same things on A4. But now I'm printing them 10 times plus back side, then it's 20 times, annoying much. How can I set photoshop(or what else?) to copy my one image like 10 times vertically automatically when printing. If I edit the one original image, I could just print it 10x once?
View 1 Replies
View Related
Mar 26, 2006
I discovered this "new" function on my camera today (just bought it recently and I'm still just playing around with it). A thingy called Multi-Shot where the camera takes 16 pictures in about 2 or 3 seconds and then makes it into a single image. Where you can see all the frames, which end up at a resolution of about 400*300 on the 7mp total resolution.
Is there any way possible to make photoshop automatically take my 16-pic multishot picture, take every single frame, crop it and save it as a separate image file? So I end up with 16 different pictures instead of one containing all the frames?
View 6 Replies
View Related
Apr 2, 2008
If i like to resize (no transformation) my textarea in Photoshop CS3 on my Q6600 Quadcore I always get a font size of --21474836,, Px ... seems that there goes something wrong while calulating... But for what.. Text size should stay as is...
Also I get some strange image resizing errors... If I resize an image I get some kind of grid in it where are only transparent pixels... (changing transformation method to smooth solved the problem for now) What is wrong with PS ... Kind of strange things also happen in ID and Acrobat...?
Ok I thought it could be a float problem with my multicore so I opened the taskmanager and set Photoshop to only use CPU 2, 3 and 4... And everything seems to be ok...
Always setting the CPU cores in the taskmanager wouldn't be the best i can imagine.
View 16 Replies
View Related
Mar 21, 2013
I am trying to create an action that would open a muli-page PDF file, select all the pages and place each page on its own layer, in the same Photoshop document.
Right now, it makes a new document in Photoshop of each page? Is there anyway to do this? With or without making an action?
View 5 Replies
View Related
Jul 28, 2013
I brought acer t232hl bmidz for Photoshop CC, so I can use my finger on canvas.. Find out that I cannot paint on canvas at all... Weird that adobe in design and illustrate working fine with multi touchscreen.. I am use window 8.
Is there any plug in or bug fixed for this problem?
View 3 Replies
View Related
Aug 15, 2012
What is the term for a multicolor fringe around an edge..how do you get rid of it
View 2 Replies
View Related
Sep 11, 2008
I have an image that uses about 20 different colors (there are 2 colors that dominate the image). I want to reduce the image to just those 2 main colors. How can I do that in Photoshop CS2 or Illustrator CS2?
View 1 Replies
View Related
Feb 1, 2006
how to configure more than one monitor on my system for use with photoshop? I am presently working on a laptop and would like to add a large widescreen to view pixel information (keeping palettes on my laptop display).
View 4 Replies
View Related
Jul 10, 2006
how to make multi colored backgrounds?
View 7 Replies
View Related
Sep 6, 2006
I add one ore two duplicate layers to the background layer. Then I add multiple adjustment layers (e.g., Hue/Sat; Brightness, Cotrast,etc.). Then I want to use the Clone Stamp to take something off of the background. The only way I am able to remove an item with the clone stamp is to remove it from the background and the duplicate layers ONE LAYER AT A TIME. Of course, I could always remove the object before I make the dups, but is there anyway to do this by going to any ONE layer and removing the object (using the Clone Stamp or any other tool)?
View 2 Replies
View Related
Feb 1, 2009
I have created 8 A4-sized PSD documents in Photoshop CS3 and I would like to create a single PDF document with 8 pages.
View 10 Replies
View Related
Oct 12, 2012
When I select multiple fonts and try to change the font size from let's say 14pt to 24pt, it doesn't change them all to the same point size.
It says it did, but when you select the text individually and check the point size, they'll be arbitrary numbers like 15.6, 18.2, 24.1, etc. The only way I can change font size – accurately - is to individually select each text layer one-by-one.
View 8 Replies
View Related
Nov 28, 2012
I like to crop a scan of newspaper article to a multi edge shape (or a big rectangular on the left next to a small one right bottom). Or I want to get ride of the left upper rectangular. How do I do that in CS6?
View 8 Replies
View Related