『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Olá, desde que comecei a usar o illustrator no windows estou com bastante dificuldade de configurar as cores. O que tem acontecido: quando eu coloco uma foto dentro da arte no Illustrator a foto fica com as cores diferentes, saturadas e escuras, então eu preciso editar a foto no photoshop, exportar em png e aí quando eu coloco este arquivo no illustrator ele fica com as cores certas. Eu já tentei mexer nas configurações de cores, cores de prova, tudo mais, e não funciona sem eu precisar fazer esse processo de colocar no photoshop e exportar como png.
Hello I'll be a total amateur, which I am. At work they wanted me to try to make graphics for chocolate characters for Bethlehem. As for the design, I have it done, but I don't seem to really understand how it is with the background white. For example, here with the cow, I made the underlying white so that in reality the cow and straw were shiny. The rest should be matte, but I got a response from the management that it was wrong. Especially with a cow, where it would completely change colors. Both white and brown spots. They want me to make the background shine and the cow not. Does this mean that I should just swap the underlying white with a transparent background? Or is there someone who would like to explain to me the basic undelying white in the case of aluminum foil? Thank you very much. (Blue is representing the underlying white)
Necesito saber porque magento siendo de abobe no lo tengo en mi lista de aplicativos ?
I tried to replicate the work of this video. But I am unable to get Forgets Appearance when copying. I get exact appearance of the copy. How to get a forgets appearance?
I tabbed over to Illustrator to do something else and then all of a sudden my project was gone, illustrator was open but it was just black with no file open.When I went to "File" > Open recent projects, it was there, but when I went to open it there was only a pop up saying it couldn't be found, or something like that.So I went to the file folder where it was saved and found the file, but it opened it up to where it was over a month ago.Did I really just lose over a month of work? I thought auto save was on? It's never NOT auto saved for me before, so I didn't stress about manually saving from time to time.I can't figure out how to verify if auto save is on and google isn't helping me, but more importantly, where did all of my work go and is it possible to recover it??
Hi all,I'm completely new to the world of laptops, and I recently bought anAusus Zenbook Laptop with a 15.6-Inch Display, AMD Ryzen 7 Processor, 8GB RAM, 256GB SSD, and an NVIDIA GeForce MX450 Graphics Card.Unfortunately, when I use Adobe Illustrator, my laptop tends to freeze and heat up. So, I'm thinking of getting a new one that can handle Illustrator better. I'm looking at theLenovo Ideapad Flex 5 Convertible-2-In-1 Laptop with a 16-Inch WQXGA Display, Core i7-1255U Processor, 16GB RAM, 512GB SSD, Intel Iris Xe Graphics, and Windows 11.I'd appreciate any straightforward advice on a laptop that would work well with Adobe Illustrator. My preferable brand is Lenovo, but I'm open to suggestions. Touchscreen is a plus but not a must, and I'm also mindful of my budget. Thanks in advance for your help!
Hi,I am making a script that takes objects from visible layers and scales them on a temporary layer 'temp' and then exports those scaled and grouped objects as a png.There is only one problem, one object is a live paint and it is causing some problems. Everything looks perfect until You take a look at the exported png. The live paint object remains in original size in the export even though in illustrator it is scaled correctly with other objects. But when I run the script secont time withouth the scale function it exports as it shoulds. Do you Guys have any idea?var docRef = app.activeDocument;var myDocumentsFolder = Folder.myDocuments;var path1 = myDocumentsFolder;function saveAsPNG(newPath,doc) { var pngFile = new File(newPath + doc.name.split("_")[0]+".png" ); var resolution = 72; var opts = new ImageCaptureOptions(); opts.resolution = resolution; opts.antiAliasing = true; opts.transparency = false;&
Hello, I encountered a problem: some lines change thickness when printing, although they are all the same!Help, please, I can't work because of this. The printer is epson l8050, but other people with these models have the same problem with printing
HiI am using CS6 (Illustrator, Photoshop and InDesign). I've bought Adobe Stock File #: 846938993 and downloaded it as an AI/EPS file. It is a set of gleaming lighting effects, one of which I want to extract and use in an InDesign file to add a gleam to large gold text. Please can someone very kindly explain how I can extract one of the lighting effects from File #: 846938993 and create a file that I can 'place' into my InDesign file? I presume I should be aiming to create a png file (one with a transparent background). In the last 10 years I have created thousands of png files in Photoshop and placed them in InDesign files, but I do not know how to create a png using File #: 846938993 in Illustrator. (I've spent an hour trying to work out how, for instance by fiddling around with the layers, but failed!!) I have intermediate skills in InDesign and Photoshops, but my Illustrator skills are pretty b
Hi,I'm trying to use Envelope distort, and I can get it to look exactly the way I want it to, but it messes up the 'S', and only the S. I tried a couple letters with curves to see if it was that, but it only happens on the 'S'. Weirdly it seems like it also only happens with the fonts Illustrator comes with and not the ones I have installed. Any ideas? I'm attaching images of what I mean.
So I created a logo on illustrator for my boats design logo and I was told to use vector file so I created it in illustrator with some help from my wife. The reason I wanted to do it with vector is because I need to make tiny stickers with it and also blow it up to about a 3 foot x 3 foot sticker. I am very happy with the logo. I think it looks good! I of course, am all finished and then run into the problem of exporting and saving. When I tried to export it to press quality PDF it says “ the documents transparency space doesn’t match the destination color space shown in the output panel to avoid color appearance changes in the PDF click cancel and choose a destination color space that matches the document color space or click OK to continue with current settings” MY GOAL is to send the logo to a commercial printing company. So what I did is went to output settings, and changed the destination from default CMYK to RGB (because I looked up best destination for press printing o
In extend script, is the active layer the selected layer in the layers palette or not necessarily?In the document there was an active layer on the reference newLayer (with name Layer 1 copy).Then a temp layer was created on top. After working with the temp layer, it is shown in the layers palette as highlighted in blue - it is the active layer. Now we need to activate the previous layer newLayer again. To do this, I lock and hide the temp layer, and do: doc.activeLayer = newLayer;But even with the subsequent app.redraw();, the layer palette looks like newLayer is an inactive layer.
You see a group that consists of: on the left is a regular rectangle, on the right is a clipping mask, in which the mask is the same rectangle as on the left, and inside the mask are three rectangles (squares): white, above it orange, and above the orange white with a blue border. Simple, right?The question is equally simple, how many groups are there from a scripting perspective? It would seem that the general group and the clipping group are just two groups. But Illustrator finds three groups.Let's simplify and ungroup the outer group. Now we have two separate objects: a rectangle on the left and a clipping mask (group) on the right. So there's one group, and Illustrator will agree with us on that.Question: where does the third group come from in the first case?
There are a few ideas to improve the user experience.Make it possible for the left ruler to write numbers in a line from left to rightMake it like in Photoshop, when the hotkey tool is pressed, then when released, return to the previous selected tool.Gradients through points copy from document to document without loss.Libraries: gradients through points should retain the ability to edit from the library and in the library.Guides of different colors.Ability for individual editing areas to change the crop and color so that it is saved as a background when exported.Hotkey for zooming the view (zooming in) to the selected object or to all if nothing is selected and a separate key for zooming to all.Highlighting by highlighting the selected vertex.Change the display color of the selected vertex or face.Make a second kind of corner rounding, super elipses.Add text, typography functions from inDesign.Make a hotkey for unbreakable space.In find and replace, add the ability to select text and p
If I have an entire font in images or vector files, is it possible to use Illustrator to create a font file that can be used on other systems? What Adobe product do I need to use to create a .ttf file if I cannot use Illustrator?
So last night I got a file template that was a pdf for a project. I proceeded to do work within that PDF in Illustrator and ended the day by saving it into the sent file (So it was saved as a PDF). When trying to open it today, the file previews as all the work I did on the home page, but when opened, it only shows everything on the artboard, not all the work I did on the side of the artboard. Can anyone please help so I can see all the stuff outside the artboard?
Once upon a time, the right docked panels didn't auto collapse when switching to different tabs (the taller panels, like Properties, would involve scrolling). If they did auto collapse, they would pop back when you switched to a shorter panel (say, Align). Now, the panels stay collapsed until you click their tab again. Is there a way to keep prevent the panels from auto-collapsing? Here are some images to illustrate (pun intended): (Using Illustrator 29.0 on a 16" Macbook running 14.6, but also happens on a Mac Pro. It's the Illustrator UI, not the MacOS).
Greetings, Why does my exported PDF show Illustrator created layers when a coworker views it in Acrobat on a Mac, but when they open the PDF in Illustrator, the layers are gone? I'm on windows and I see the layers when opening the PDF both in Acrobat and Illustrator. Thanks for the help.
When I create a guide it's always locked even if the Guides Lock button is not activated. I always have to click on it twice. A first click to lock guides and a second click to unlock them. Then I can select and move guides normally. It has happened with any upgrade of Illustrator. Does anyone have the same problem? Why could this be? Is there any solution? Best regards!
just created a dynamic button with rounded corners the text inside the button though is not centered its noticeable and i can't seem to change where the text sits in the button
In Illustrator esiste una funzione SEMPLICE che permette di trovare e sostituire un determinato colore all'interno di un file, su una pagina specifica o in una selezione.In prattica una cosa simile alla funzione "trova e sostituisci" utilizzata per i testi.Grazie!
I'm new to illustrator and am currently using it for a school project. I'm trying to use the scissors tool to cut out a line, but whenever I do that, it deletes the entire line segment. It also appears that after I do this a 'white box' appears and covers up the segment that just got detached. Any help on fixing this? It's definitely operator error, but I can't seem to find a fix online. My goal is to get rid of that small vertical line that I tried to cut at the beginning of the video. Thanks in advance.
Hey all, I have to make a lot of technical drawings of garments at work, and i've been trying to create a script that would allow me to make different types of dashed lines super fast. The script I use (or at least want to use) is supposed to offset the line to a given distance (this part works like a charm), and then transform the new line into a dashed line. However, whenever I try to script a dashed line (that is not the default setting of 12pt/ 0pt), it just won't work (or kinda work). What it does, even though I change the settings (to 2pt/2pt), is that it only picks up the first information (making it 2pt/0pt), making the dashed line appear full, since there is no space in between the dashes. Does anyone know how i could make this work? Or maybe just change the default dashed lines settings so that i don't have to change them when recording the script?
Hi everybody,When I try to re-edit or upgrade the links of the images placed in Illustrator 29.0.1 (on Ventura 13.7) the dialogue box "Links" freezes and is no longer activ unless I restart the app.Despite this, while opening the file I am asked to re-import the same image several repeated times…is there any solution ?
I am experiencing an issue with Adobe Illustrator when working with the 3D and Materials feature. After downloading and importing an .sbar file to use in my project, the application unexpectedly crashed. Since then, I’ve been unable to access or use the 3D and Materials feature at all.I have tried uninstalling and reinstalling the application, as well as resetting all settings, but the issue persists. Could you please advise on how I should proceed to resolve this? Thank you very much in advance for your help.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
すでにアカウントをお持ちですか?ログイン
アカウントをお持ちではありませんか? アカウントを作成
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.