I want to open a ".AI" image and need to convert it into ".JPEG" format by using custom menu item in file menu.
I have done with menu item in file menu now I want to write a code that will convert a current active document (.ai) into a new (.jpeg) formate document.
I don’t know how to load an image into SDK ArtHandler and save as it with a new formate.
I´m having trouble editing images from Acrobat Pro XI in Illustrator CS6. AI is inconsistent in how it saves the new image, sometimes it´s no problem, Acrobat updates the new image and it´s fine. Other times (could be the same image, only seconds later and without changing any settings) it wants me to save the new image on disk...?!
I downloaded a vector image from Shutterstock that said "Your Text Here" implying you can edit the text. I cannot for the life of me figure out how to edit the text. When I open the image in illustrator I can select the text but not edit it. Removing each piece of the letter distorts the background.
So I received a DVD with an eps file on it from a graphics company. I was informed that I could open it in Illustrator and start editing the individual graphics within the file. But when I open it, it is just one image and won't let me edit it.
There are no locks on the image layers.
The graphics company told me that it was originally created in Indesign and then saved as an eps, so I don't really know what to do now.
It won't open and let me edit in any of the Adobe programs. I need these graphics to edit!
I have been trying to find a plugin for PSP that will enhance image blow ups. I've just moved over to X4 .
The best one seems to be Alien Skin Blow Up 3 but I can't find out if it is compatible. I did install a copy on X2 recently but it never worked properly, crashing at the end of the render stage. Is that because the plugin is not compatible?
The fact that it installed and worked up to the render output suggests that it is compatible but, maybe not!
I have a question though, after exporting Revit data to an database through ODBC, is there a plugin or anyway that I can use that data to deliver the 3D image to the web? I read from other threads that I can convert the revit file to some other 3D format for people to view, but that's not my goal.
My goal is to have real-time data updates to the database and reflect the changes in the 3D model.
I use gimp for image processing in my job as Forensic Questioned Document Examiner. One of the requirements when we elaborate an image is to be able to relate what modifications have been done to the image, in order to make the result reproducible.
So I was wondering: is there a feature or plugin that records all the modifications, filters, ... applied to an image (taking of course into account undos etc), and perhaps saves them into the resulting file (gimp format at least ) for later reference and inspection?
I've been a GIMP user for a couple of years and have just encountered a new and unexpected problem with version 2.8.4. I'm attempting to export a file to JPEG format, and am receiving the message:
"Saving 'FILENAME' failed: JPEG image plug-in could not save image."
I ensured I had adequate disk space, tried saving to different locations (including other drives on our network), tried resizing the image, and nothing will work. The message just recurs each time, no matter what I try.
When I do localization for illustrator plug-in on Windows, I found the method now I can use is generating one plug-in for each language. I only wan to create one plug-in which can link many language resources. If system language changes, the plug-in can auto load appropriate language resource.I can't find more information about localizaiton in illustrator SDK, what I found is IAILocale.h,but it seems that not enough...
I am under development of a plugin.The plugin used to get loaded upto the recent times.AI gives a message "Error loading plugins XXXX.aip" with no further details.Code is with no compilation error (of course )
Is there any plugin to make the pen tool from illustrator behave/work like the pen tool from Photoshop. Both pen tool behave differently , and i am not used to the way of the pen tool behave in illustrator.
When working with multiple documents, and I switch from the "current" document to another, is there some way I have to notify my plugin that I have a different document, or does my plugin always ASSUME it is working on the "current" document. I ask this in conjunction with Dictionarys, as when I switch documents, I cannot access what I think is the dictionary for the current document. Is there some type of document-dictionary relationship I am missing ?
I have a plugin that should work on both Illustrator CS5 and CS6. CS6 also supports 64-bit illustrator.Can i create a 64-bit configuration for the CS5 SDK and make the plug-in work on Illustrator CS6 64-bit?
Plugin or a script or something that can do Cropping like Kimbo did, but for CC?no one would try to replicate that function.this is the plug I'm refering to URL...but I actually only care for the rectangle cut tool. it is very hepful for cropping nasty autocad imports.
Aome type of vector library plugin for Illustrator CS6. I need somewhere I can drag commonly used vector elements in illustrator (similar to that of the library in indesign), in the past I used dbpalette from Baby-Universe but they have no idea when its going to be updated, so I'm on the search for a replacement. I tried the symbol library but never had much luck with it. I'm on a MacPro running 10.8.3.
I've recently subscribed to Creative Cloud, and downloaded some of the new Creatie Programs, as Photoshop, Muse ands Illustrator.
I understand that Illustrator CC isn't compatible with some of my older plugins, but i don't understand that instead of simply avoid loading them, it CRASHES too! That issue forces me to find the plugin that was guilty of the crash, remove it from the plugins folder, and then start again.
This has happened me twice: with the font agent pro autoactivation filter, and with the inkling sketch manager of wacom
I must insist: what really annoyes me is the fact that the program crashes instead avoiding the loading of the outdated plugin.
After reinstalling multiple times, uninstalling Wacom drivers, etc. -- tracked it down to a plugin.The newest update for AI CC is not compatible with the Silhouette Studio plugin.
Not a happy camper over lost time and productivity, but fortunately I had my CS5 disks.
I'm completed my plugin and want to make release packget.My plugin have two parts:
1. UI write FlashUI abcUI.zxp 2. Control write by Illustrator plugin abc.aip
The same StrokeFilter and StrokeFilterUI project.Now I want to combine they. And make setup program to release (no need to use Adobe extension and add plugin in Illustrator manual)
I perform certain actions within its handler menu goМenuItem - delete some objects; do other invisible; run through certain actions by PlayActionEvent(), e.t.c. then export the file again through PlayActionEvent("adobe_exportDocument" ...) and see that after all my activities were canceled - a document recovered to the initial state, and after each export and save the need to repeat the entire sequence again. Moreover, on some computers to export certain actions randomly do not work.