adobe-illustrator

illustrator map to imagemap automatically? or is there a better way?

青春壹個敷衍的年華 提交于 2019-12-04 09:24:58
问题 i have a vector illustrator file with all the counties of california as distinct paths. i need to have these counties be links to other pages online. is there a way to automatically generate an html imagemap from this file? illustrator provides an export as jpg function that has options for polygonal imagemap shapes, but it isnt working. alternatively, do you have an opinion about the usage these days of imagemaps at all and whether i should approach this another way. yes, i know i could do

SVG CSS Hover Styling

孤街浪徒 提交于 2019-12-04 05:22:27
问题 Trying to stylize a SVG of this multi-color HTML image using CSS so that the right side of the 5 is white on hover. body { background-color: gray; } svg { height: 50vh; fill: white; } .html5 g.st2 .st0 { fill: transparent; } .html5:hover path.st0 { fill: #e44d26; } .html5:hover path.st1 { fill: #f16529; } .html5:hover g.st2 .st0 { fill: white; } <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewbox="-561 1804 379

SVG dilate/erode filter vs. Illustrator Offset Path

筅森魡賤 提交于 2019-12-04 04:03:22
问题 Below is a screen capture of SVG image which is rendered on Chrome 22.0.1229.79 Mac. The original svg is on jsfiddle: http://jsfiddle.net/LGBk5/ The left image is made using SVG:s dilate and erode filters. The right one is made using Illustrator's Offset Path effect. The left one has problems: the border at the bottom is distorted and curves are not as smooth. Meanwhile the thick black border is the same in both. Has my SVG some parameter wrong or are the dilate and erode filters so seemingly

Does it make sense to use source control to manage graphics files (e.g. PSDs & AI files)

∥☆過路亽.° 提交于 2019-12-04 01:20:52
Of course source control tools like Git, (Mercurial, SVN, etc...) can do a great job at managing source code. But I wonder, do these tools provide the developer with any advantage when used to store copies of files such as PhotoShop PSDs and Illustrator AI files? Does it make sense to use these tools with these kind of files? Would I be storing less in the repository than the sum of the file sizes of all of these files? Even though the file format of these files is only machine readable, I would expect that in for such applications, especially when dealing with vector rather than raster

Color consistency between Photoshop, iPhone Simulator, and iPhone

陌路散爱 提交于 2019-12-03 21:38:52
I've been working a lot with Photoshop .psd files recently and have been bouncing back and forth a lot to ensure colors look just right on the iPhone. Can anyone offer some tips on calibrating macbook/apple cinema displays in regards to keeping color consistency between Photoshop, the iPhone simulator, and physical iPhones? Have a look on LiveView created by Nicholas Zambetti . You need to install it on your iPad/iPhone/iPod Touch and on your Mac. when synced (Mac and device) you can have a preview of the selected area of your screen (Mac), on your device. Hope this will help you out! Cheers,

How do I convert an Illustrator file to a path for WPF

筅森魡賤 提交于 2019-12-03 12:24:07
Our graphics person uses Adobe Illustrator and we'd like to use her images inside our WPF application as paths. Is there a way to do this? We use Expression Design to do this. Unfortunately, there currently is no free beta preview like Blend 2.5, however, you can download a trial copy (which I think you can use for 90 days). If you don't want to go this route, I know that a lot of people also use Mike Swanson's exporter that is pointed to by curtisk above. This should fit the bill AI->XAML DuckMaestro You can go from AI to SVG to XAML. From Adobe Illustrator: File -> Save As -> *.SVG. SVG

C# import of Adobe Illustrator (.AI) files render to Bitmap?

六月ゝ 毕业季﹏ 提交于 2019-12-03 09:44:55
Anyone knows how to load a .AI file (Adobe Illustrator) and then rasterize/render the vectors into a Bitmap so I could generate eg. a JPG or PNG from it? I would like to produce thumbnails + render the big version with transparent background in PNG if possible. Ofcause its "possible" if you know the specs of the .AI, but has anyone any knowledge or code to share for a start? or perhaps just a link to some components? C# .NET please :o) Code is most interesting as I know nothing about reading vector points and drawing splines. Well, if Gregory is right that ai files are pdf-compatible, and you

How do I dump embedded ICC profile information in PDF? (command line or GUI tools)

◇◆丶佛笑我妖孽 提交于 2019-12-03 08:33:53
It there a command line or GUI tools to dump information about ICC Profile/color conversion, which are set "Color management and PDF/X options for PDF" option of Illustrator's PDF export dialog? "Color management and PDF/X options for PDF" option of Illustrator [image] http://blogs.adobe.com/vikrant/files/2012/05/grayscale_export.png [manual] http://help.adobe.com/en_US/illustrator/cs/using/WS714a382cdf7d304e7e07d0100196cbc5f-6547a.html#WS714a382cdf7d304e7e07d0100196cbc5f-6540a Here is a command line based method to extract ICC color profiles from a PDF. It uses the Python script pdf-parser.py

Cannot edit text in chart exported by Matplotlib and opened in Illustrator

烂漫一生 提交于 2019-12-03 05:06:35
问题 I am exporting charts from matplotlib and editing them in Illustrator. It's great that I can edit the lines, but the text also comes in as lines, so I cannot change fonts, edit text, etc. I've exported as EPS, PDF, and PS with the same issues. I'm using matplotlib version 1.0.1 with python 2.7.1 on OSX Snow Leaopard. I appreciate any insights offered! I tried using pdf2ps as suggested here, but all that did was degrade the quality of the image without making the text rendered as real text.

is there a tool to create SVG paths from an SVG file? [closed]

落爺英雄遲暮 提交于 2019-12-03 01:17:50
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last year . does anyone know of a tool that can take an SVG file, and convert it into an HTML 5 SVG path? you know, the d="M 0 0 L 20 134 L 233 24 Z" fill="#99dd79" part? I head here: Use Adobe Illustrator to create SVG Path using "move to" commands But not sure. Does this mean Illustrator can take any line drwaing and save