Ask a Question related to Adobe Illustrator Windows, Design and Development.
-
Renan_Couto@adobeforums.com #1
Crop Images
How can I crop images in Illustrator CS, after using Clipping Mask?
Renan_Couto@adobeforums.com Guest
-
IDCS images loose thier crop when updated in photoshop
I place an image in Indesgn CS at it's full size then select it with the direct selection tool to adjust it's size in the graphic frame. Then I edit... -
How can I crop to "Bleed Box" without manually dragging crop tool?
For some reason, I cannot get Acrobat to crop down to my bleed box automatically from the "Crop Pages" dialog box. My goal is for my document to only... -
More than One Crop?
Basically I'm trying to create a business card, but want to fit like 8, 3.5"X2.0" cards on one piece of 8.5"X11" paper when printing. I made a... -
No crop marks in PDF
Using FH10 in 10.2.8, creating a pdf only works about every other time, and I can't figure out how to get it to create the file with crops, register... -
Crop tool
I often cannot get the dotted box to encompass the area I want. It stays very small and has some kind of an icon or other figure inside of it. It... -
Kurt_Gold@adobeforums.com #2
Re: Crop Images
Renan,
real cropping (not masking) is possible with SVG-Filters. Create a new one, copy and paste the following code and see what happens when you modify the values in the first line. To make the crop complete you have to expand appearance (image will be embedded).
---------------------------------------
<filter y="0%" x="0%" width="50%" height="50%" id="Crop" filterUnits="objectBoundingBox">
<feMerge>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
---------------------------------------
Kurt Gold
Kurt_Gold@adobeforums.com Guest
-
Renan_Couto@adobeforums.com #3
Re: Crop Images
Thanks Kurt
I was wondering what else can you do with SVG filters?
Renan_Couto@adobeforums.com Guest
-
Kurt_Gold@adobeforums.com #4
Re: Crop Images
Renan,
real cropping (not masking) is possible with SVG-Filters. Create a new one, copy and paste the following code and see what happens when you modify the values in the first line. To make the crop complete you have to expand appearance (image will be embedded).
---------------------------------------
<filter y="0%" x="0%" width="50%" height="50%" id="Crop" filterUnits="objectBoundingBox">
<feMerge>
<feMergeNode in="SourceGraphic"></feMergeNode>
</feMerge>
</filter>
---------------------------------------
Kurt Gold
Kurt_Gold@adobeforums.com Guest



Reply With Quote

