Photoshop :: New File Based On Size Of Current Selection?

Mar 29, 2012

Is there a way to make a New file based on the current selection?

View 2 Replies


ADVERTISEMENT

AutoCAD Inventor :: ILogic Rule To Populate Finished Material Size Based On Model Geometry Selection

May 23, 2012

I created the following user parameters:

-Thickness
-Width
-Length
-Dia

I then created a Custom iProperty which consisted of the following "formula":    Finished Material Size = <Thickness> x <Width> x <Length> Lg.

eg. of Finished Material Result :        Finished Material Size = 6 x 25 x 300 Lg.

The problem comes up when dealing with diametrical components as the above formula will only populate for square or rectangular parts. Which would work if I could use iLogic code to populate the Finished Material Size iProperty. I have tried but failed.

First I created another user parameter called "Geometry Type" which has a drop down selection of either "DIA" or "SQUARE, RECTANGULAR".I then created the following iLogic code to set 0 as the value for the "unused" size parameters

 If PART_GEOMETRY = "DIA" Then WIDTH = "0"If PART_GEOMETRY = "DIA" Then THICKNESS = "0"If PART_GEOMETRY = "SQUARE, RECTANGULAR" Then DIA = "0"
 The part I just can't get to work is as follows.

I need some iLogic code which will populate the "FINISHED MATERIAL SIZE" custom iproperty with one of the following based on my "GEOMETRY TYPE" selection. "DIA" would return the following to "FINISHED MATERIAL SIZE":      = Ø <Dia> x <Length> Lg.

While "SQUARE, RECTANGULAR" would return the following to "FINISHED MATERIAL SIZE":     = <THICKNESS> x <WIDTH> x <LENGTH> Lg.I tried the following code but it does not work:

If PART_GEOMETRY = "DIA" Then iProperties.Value("Custom", "FINISHED MATERIAL SIZE")= "Ø"DIA "x" LENGTH "Lg."If PART_GEOMETRY = "SQUARE, RECTANGULAR" Then iProperties.Value("Custom", "FINISHED MATERIAL SIZE")= THICKNESS "x" WIDTH "x" LENGTH "Lg."

View 2 Replies View Related

Photoshop :: Batch Resizing Based On File Size

Aug 20, 2007

I have about 1000 images that need to all be resized to 5MB. All the images are in different color modes, have different resolutions and pixel sizes. Is there any way to make an action to resize image to 5MB? I don't care about pixel dimentions or resolutions, I just need all the images to be 5MB.

I'm running Photoshop CS 2 on Mac OS X 10.4

View 1 Replies View Related

Photoshop :: Batch Resizing Based On File Size

Aug 20, 2007

I have about 1000 images that need to all be resized to 5MB. All the images are in different color modes, have different resolutions and pixel sizes. Is there any way to make an action to resize image to 5MB? I don't care about pixel dimentions or resolutions, I just need all the images to be 5MB.

I am running Photoshop CS2 on Mac OS X 10.4

View 1 Replies View Related

Photoshop :: Finding Size Of Current Layer So Can Make Other Layers Same Size?

Aug 20, 2013

When I have an PSD icon set and I want to size a layer to a size that looks good.  How do I see the dimentions of that layer so that I can select another layer and make it the same size.

View 4 Replies View Related

Illustrator Scripting :: Create JS Script To Move Objects Away From Common Center Based Upon Their Current Position

Jan 17, 2014

I was hoping to create a JS script to move objects away from common center based upon their current position. I was thinking to use a single selected path item as the center based on its position x/y and width/height. Using this reference point the script would then move away all other path items from this center point based on a desired amount and with uniform increments given their current location from this center. I was thinking cos and sin would be my friend in this case, however they seem to have become my foe instead. ;-)
 
Does this sound doable? What am I missing, doing wrong, misinterpreting? Below is a non-working attempt, I can't seem to sort things out, perhaps I was close and missed it or maybe I am super way off and its more complex than I thought. However at this point I am confused across my various failed attempts this only being one of them. 
 
// Example failed code, nonworking concept
var docID = app.activeDocument;
var s0 = docID.selection[0];
pID = docID.pathItems;
var xn, yn;
var stepNum = 20;

[Code]....

View 13 Replies View Related

Photoshop :: Selection Based Upon Contents Of A Layer

Jul 27, 2009

If I have a layer that is smaller than the canvas, and I want a selection that matches the contents of the layer, how do I do that? Looked at the keyboard shortcuts and faq but didn't see it.orry, I'm a programmer trying to find his way in photoshop.

View 5 Replies View Related

AutoCAD .NET :: Get Current Selection

Feb 24, 2010

How can I get the current selection set? Editor.Get Selection() will prompt for a new selection, but I would like to check if the user has selected objects before running the command.

View 5 Replies View Related

GIMP :: Can't Add To Current Selection

Jul 24, 2011

When I hold Shift with the lasso tool, it doesn't add to current selection.

View 4 Replies View Related

AutoCAD .NET :: Ignore Objects In A Selection Set Based On Coordinates?

Apr 4, 2013

I'm working on a command that lets me select polylines on a specific layer, then converts them to 3d solids. I'm having a slight issue where if a polyline has the same start and end coordinates (this happens in some of our drawings), then the command stops and I get an eDegenerateGeometry error. I want to modify my command so that it detects these objects, removes them from the selection set, and then notifies the users of their prescence so they can be removed manually. The last part i think I can handle, however I'm not sure how to modify either my filter or my routine to detect and ignore these objects. I'm assuming that since i'll want to record these objects to later notify the user, that i'd probably want to modify my routine.
 
using System;using Autodesk.AutoCAD.Runtime;using Autodesk.AutoCAD.ApplicationServices;using Autodesk.AutoCAD.DatabaseServices;using Autodesk.AutoCAD.Geometry;using Autodesk.AutoCAD.EditorInput;using Autodesk.AutoCAD.DataExtraction;using Autodesk.AutoCAD.Colors;using System.Windows.Forms;

[code]...

View 2 Replies View Related

Maya Modeling :: Selecting With Camera Based Selection?

Jun 7, 2011

I am using Maya 2012. I am doing a tutorial for Maya 2011. It is directing me to do some selecting and transformation to my mesh using camera based selection. The tutorial says:

1. double click the selection tool icon in the toolbox. the tool settings editor appears.

2. In the common selection options selection underneath marquee, turn on camera based selection.

3. Right mouse click the mesh and select vertex from the marking menu. The vertices appear on the mesh.

4. While looking at the front of the mesh, select the vertices that need to me moved by holding the left mouse button at one corner dragging a marquee selection over them. the vertices should be selected.

I selected the “turn on camera based selection” in the selection icon toolbox settings editor. But I can’t select the veritces using a left mouse click bounding box or by selecting the vertices individually. The vertices just won’t highlight or select. If I want to select I have to turn off the camera based selection.

View 1 Replies View Related

AutoCAD .NET :: Create A Selection Set Based On A Specific Multileader Style

Jan 17, 2012

how to create a selection set based on a specific Multileader style? I can currently creating a typedvalue array to define the filter criteria, but cannot find the DXFCODE for the Multileader style.

Ex.

TypedValue[] acTypeValAr = new TypedValue[1];

acTypeValAr.setvalue(new TypedValue(DXFCODE, "Multileader Style"),0);

View 2 Replies View Related

CorelDRAW Graphics Suite X4 :: Macro To Invert Selection Based On Color?

Mar 12, 2012

I saw a macro that does this a while ago, but I could very well be wrong. If it doesn't already exist, I am not even sure if it is possible, so I thought I'd ask the Macro Masters here!

Lets say I have a page fill of objects/shapes/text with all sorts of different colors.

I select the black color (or whatever color) but would actually like to select ALL colors other than the black color that I have selected.

So, if I have a page with Black, Red, Green & Blue shapes, I select an object colored black, the macro would then select ALL objects/text on the page that are NOT black.

View 11 Replies View Related

Illustrator Scripting :: How To Center Current Selection To Artboard

Feb 17, 2014

how do I center my current selection to the artboard? just like hitting the "horizontal align-center" and "vertical align-center" buttons. I've been searching for the last two hours and before my head hits the keyboard.
 
What I'm struggling with: in my init function i create a new document and then copy all layers from the previous document step by step to the new document and then save it as SVG.
 
// Init
(function(){
          destination = Folder.selectDialog('Select folder for SVG files.', docPath);
          if (!destination){return;}
          holderDoc = app.documents.add();
          stepThroughAndExportLayers(docRef.layers);
}());
 
my problem is that holderDoc = app.documents.add(); always creates a document that is not the same size as my initial document where the layers get copied from.
 
so I want the exact same artboard size as in my initial document.I'm fine with either doing it as fixed values or taking directly the values of the inital doc. i tried this in the segment where I create the new document:
 
// Init
(function(){
  destination = Folder.selectDialog('Select folder for SVG files.', docPath);
  if (!destination){return;}
  holderDoc = app.documents.add();
  holderDoc.artboards[0].artboardRect = [0,0,128,128];
  stepThroughAndExportLayers(docRef.layers);
}());
 
and get this error message: "Error 1200: an Illustrator error occured: 1346458189 ('PARM')

Line: 83
-> holderDoc.artboards[0].artboardRect = [0,0,128,128];"
 
which from what I've read on the web means that illustrator doesnt know what document to pick. but i have called it directly. I do not want to fit the artboard to the images/layer. the artboard should always have a certain size. (for me 128px by 128px)
 
// edit: workaround
(function(){
          destination = Folder.selectDialog('Select folder for SVG files.', docPath);
          if (!destination){return;}
          var activeArtboard = app.activeDocument.artboards[app.activeDocument.artboards.getActiveAr tboardIndex()];
          var ABRect = activeArtboard.artboardRect;
          holderDoc = app.documents.add();
          holderDoc.artboards.add(ABRect);
          holderDoc.artboards.remove(0);
          holderDoc.artboards.setActiveArtboardIndex(0);
          //stepThroughAndExportLayers(docRef.layers);
}());
 
i now added a new artboard to the new document with the same size as the artboard on the initial document.i remove the predefined artboard on the new doc and set the new artboard as active the artboard is now not centered into the window. which lets illustrator place my image with ctrl+c -> ctrl+v somewhere outside the artboard.
 
i now need to align my selection to the center of the artboard. but i cant find any reference on how to center a selection to the artboard.

View 7 Replies View Related

Photoshop :: Image Resized Based On Document Size By Inches To Resolution

Feb 24, 2012

I want to re size them based on document sized in 'inches' to be set by resolution say for example: If the width or height is less than 4.72 inch the image resolution should be 150dpi; if the width or height is less than 1.33 inch the image resolution should be 300dpi; and the last one if the width or height is greater than 4.72 inch the image resolution should be 75dpi.

View 2 Replies View Related

Photoshop :: Error :: 'Could Not Use The Art History Brush Because The Current Canvas Size Does Not Match ..

Aug 12, 2009

When i select the history brush, i keep getting this message.

'Could not use the art history brush because the current canvas size does not match that of the history state'

View 1 Replies View Related

Photoshop :: Convert Pixel Based Files To Vector Based Illustrator?

Apr 23, 2012

Is there a way to convert the pixel based phtoshop files to the vector based illustrator files?

View 2 Replies View Related

Lightroom :: How To Make Smart Folder Based On Pixel Size

Nov 30, 2012

I would like ot make a smart fodler in LightRoom that will capture all my Instagram photos in one place. The parameter that seems obvious to me is the size 2048x2048.
 
I cannot see any way to make this an attribute in a smart folder, I am new to LightRoom.

View 3 Replies View Related

AutoCAD .NET :: Get Pixel Size In Current View

Oct 10, 2013

How can I get the pixel size in current view?

i.e., how many meters a pixel's width in the current view stands for

View 1 Replies View Related

Photoshop :: PS CS3 - How To "exit" Current Selection?

May 20, 2007

Finding some "usability" issues with PS...If i want to edit a textbox I know I have to specifically select the text tool but after making a change to one text box im finding the only way i can exit the current textbox and select another is to click another tool on the toolbar, then click the other textbox! Surely I should just be able to click the next textbox straight away to select it(?) Or there be some short cut to exit current selection (?)

View 2 Replies View Related

AutoCAD Inventor :: Set To Display Full File Path For Current File Open

Oct 3, 2012

I was wondering if there was an option to set Inventor to display the full file path for the current file open ? At present I am only seeing a short description of the name of the active file - I wish to see it's full file path similar to what AutoCAD displays.

Cad Manager/Senior Designer
Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 3 Replies View Related

AutoCAD 2013 :: Write LISP File That Saves Current File Into R2000 DXF Format?

Nov 7, 2013

Is it possible, in AutoLISP, to code something that will save the current file (whatever it may be, assume ..dwg or .dxf, into R2000 .dxf?

View 9 Replies View Related

Photoshop :: This File Contains Timeline-based Animation - CS6 Extended

Mar 1, 2013

I have tried multiple times now to download a trial for Photoshop CS6 Extended.  Everyone says that the CS6 trial is already the extended version and only changes based on your serial number at purchase but every time I try to open a video project of mine it says "This file contains a timeline-based animation (Photoshop Extended only)"

View 1 Replies View Related

Photoshop :: When Printing Vector Based Program Generated PDF File

Apr 13, 2013

I bought a software which comes with a camera auto-focus calibration chart. The manufacturer mentioned that this chart is generated by a vector base program so customers can ajust the size of chart without any problem. The chart file is in pdf format.
 
When I use my Photoshop CS5 (on Windows 7) to print it from my Epson 2200 inkject printer, it only print the vector part without filling up  the inside of the vectors enclosed area to black. Even the words in the footer are printed the vectors only (without fillup the word with black).
 
what's the cause.

View 3 Replies View Related

Photoshop :: CS6 Not Saving Current Document But Temp File OK

Jun 6, 2013

Photoshop 13.1.1 x64. Mac Pro 3.33 6-core running OSX 10.6.8, 48Gb RAM. Working on a large-ish .PSD file (650 Mb) and saving to a network drive (a Drobo connected to a server) which is our usual routine and has been for years.
 
Problem – When I save the document and close it, the saved file (in the correct target location) shows the correct modified time and date stamp but if you open that file up again a lot of work is missing. In this instance, about the last half hours work (since the previous time I saved it). However, if you then go to File > Open Recent and choose the file name, the document opens with all the missing up-to-date work in it.
 
Clearly, File > Open Recent is opening a temporary document somewhere and not the saved file in the target location.
 
My concern is why isn't the saved file (with correct modified time and date) up-to-date? Suddenly we are having to double check every PS file we work on and save and that is not practical.

View 1 Replies View Related

Photoshop Elements :: File Is Not Compatible With Current Version

Mar 12, 2014

Cannot open a Photoshop Elements 7.0 file that was created yesterday. It says the file is not compatible with the current version. How can I get it to open?

View 1 Replies View Related

Photoshop :: Converting To NTSC Canvas Or Changing Current Canvas Size?

Sep 13, 2012

I'm working on a flyer on a 8x11 canvas, but I want all of the elements I'm working to be transferred to a NTSC video film format. I understand how to  a open a NTSC (Video Film Canvas), but I do not understand how to convert a canvas that I'm working to that.

View 1 Replies View Related

Photoshop :: Re-Size Selection

Dec 31, 2008

I have cropped a person from a photo and moved the image into another photo. I now want to increase the size of the "person" I moved while keeping the background the same. I'm sure it's a simple procedure but after a couple of hours of frustration.

View 4 Replies View Related

Photoshop :: Quick Selection Size Too Big?

Dec 26, 2012

I'm trying to use the quick selection tool to take part of an image out and combine it with another but when i click to make the first selection a "Could not use the Quick Selection because the result would be too big." message shows up. I havent even made a selection so how would it determine if it's too big? I just don't get it.

View 5 Replies View Related

Photoshop Elements :: Enter Current Date Automatically In File Information?

Feb 23, 2014

I have taken some photos today but in the file information the date is shown as '2012' but it should be '2014'. Is there a way to ensure the correct current date is entered automatically?

View 1 Replies View Related

Photoshop :: Filtering Selection By Cluster Size

Feb 14, 2013

I have an artwork that eventually be used for laser cutting. The artwork was created by Illustrator. I would like to identify very small cuts so I can eliminate them. My thinking is that it will be easier to do the analysis after rasterizing the artwork and use Photoshop for the job.I was thinking to select by color the color that marks holes (white). This will yield a selection of multiple regions (clusters). Now I would like to filter out (or in) all the clusters that meet some size criteria (contains less than X number of pixels, or that the perimeter size is more or less a value) in order to identify the small clusters.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved