Illustrator PNG Export help...

Hi,
Artwork is done at 5x7in, i want to export this as a PNG for print purposes however the more i increase the ppi the bigger the pixel size. I want to export it at a high resolution but keep the pixel size to 500x700.
Is this possible?
Currently to achieve the 500x700 pixel size i change the ppi to 104, if i switch off anti alias then its fine for straight lines and shapes, however if i have a line or shape at an angle it gives these shapes a jagged edge!!
Thanks

Ok let me try to explain...
Its for a backend web interface thats been designed to only accepts PNGs, so for example say the artwork is 5x7in created in illustrator and has 4 different colours, each colour needs to be exported as a seperate PNG so when the customer visits the site they can change the colours of each layer to whatever they want via the front end. Once the customer has finished customising the artwork via the fronend the system/interface then sends me the final version for print, even though this final PNG is high resolution its no good since the original imported PNGs were low res!
The backend interface will only accept a size of 500x700 pixels which is fine at 72ppi however this is no good for print purposes.
The only way i have managed to make this work is to turn off anti aliasing when exporting the PNG, however this works great for stright lines and standard shapes but anything else has a jagged edge!
Is there a solution i can try? as i have tried everything i can think of.
Thanks

Similar Messages

  • Could someone help with question about PNG export from Illustrator?

    I am having issues with PNG exports from Illustrator not opening up once exported.

    ANd exactly sorry, this is useless. You have not provided any details about your export settings, version of AI, system info, how you are trying to view and so on. Just saying that it doesn't work is simply not good enough.
    Mylenium

  • PNG Export from Illustrator 8 Washed Out When Opened in Fireworks MX

    When I export a file containing line art from Illustrator 8 as a PNG and open it in Fireworks MX, the lines and colors are washed out. Why is this?

    If you are talking about the sharpness of shapes, it's probably because the image is now made up of pixels, not paths. When you export the AI file to PNG, you rasterize it.
    If you are talking about color accuracy, you will have to get into the whole issue of color management settings beween your applications.
    Was the AI document CMYK or RGB? What are your PNG export settings? Did you use Export or Save For Web?
    What versions of both programs are you using?
    Can you post AI and FW screen shots of at least a portion of the artwork?
    JET

  • Illustrator Export Help!

    Hey all,
    This is probably a stupid question but I'm in Illustrator and I'm trying to export a project to .jpg, but when I do, I have images sticking out of the artboard borders. there's a huge white border around my artboard. How do I crop the final image, or export so only the items on the artboard are seen?
    Any help would be great!
    Courtney

    You need a script to clip to artboard.
    This is only a code segment, need to be tested its a start.. the last line has the
    "export current document to file export_File_Path as JPEG with options {class:JPEG export options, quality:80, horizontal scaling:700, vertical scaling:700, matte:false, artboard clipping:true}"
    -- Get the File Path of Current Illustrator File
    tell application "Adobe Illustrator"
      activate
      set current_Illustrator_document_Path to (file path of current document) as text
    end tell
    -- Get the Name of the File
    set text item delimiters to ":"
    set current_Illustrator_document_File to last text item of current_Illustrator_document_Path as text
    -- Create the Name we will export to
    set export_File_Name to ((text 1 thru -4 of current_Illustrator_document_File) & ".jpg") as text
    -- Get the Name minus file extension
    set export_Base_File_Name to (text 1 thru -4 of current_Illustrator_document_File) as text
    -- Parse the Size Code from file name
    set text item delimiters to " "
    set sizeCode to last text item of export_Base_File_Name as text
    -- Get the Containing Folder path from File Path
    set text item delimiters to ":"
    set fileLocation to text items 1 thru -2 of current_Illustrator_document_Path as text
    -- Guess the name Illustrator will actually export the file to (spaces become hyphens)
    set ourText to export_File_Name
    set findThis to " "
    set replaceItWith to "-"
    set newText to switchText of ourText from findThis to replaceItWith
    to switchText of theText from SearchString to ReplaceString
      set OldDelims to AppleScript's AppleScript's text item delimiters
      set AppleScript's AppleScript's text item delimiters to SearchString
      set newText to text items of theText
      set AppleScript's AppleScript's text item delimiters to ReplaceString
      set newText to newText as text
      set AppleScript's AppleScript's text item delimiters to OldDelims
      return newText
    end switchText
    set exported_File_Name to newText as text
    -- Guess the Path of the File Illustrator will Export
    set exported_File_Path to (fileLocation & ":" & exported_File_Name) as text
    -- Define the Name we Wanted Illustrator to export (with spaces)
    set export_File_Path to (fileLocation & ":" & export_File_Name) as text
    export current document to file export_File_Path as JPEG with options {class:JPEG export options, quality:80, horizontal scaling:700, vertical scaling:700, matte:false, artboard clipping:true}
      end tell

  • Illustrator CS6 exports to PNG with unwanted transparencies.

    Illustrator CS6 exports to PNG with unwanted transparencies. I've done everything I can think of but some of the shapes in my Ai file with 100% opacity are still showing the layer under them in the PNG export file. What can the issue be?

    This is how the Ai file looks and it should export and look the same.
    Here is the PNG export. The yellow layers are at 100% opacity but the bottom layer is showing through and changing the color for some reason. Saving as a pdf works fine but I need a PNG.

  • JSFL - PNG export bug in CS5.5, works in CS4 - 8000px limit

    We have a series of JSL scripts that export our ad banners in both SWG and GIF format. The GIFs are compiled by exporting each of the 3 frames of the SWF as PNG images then a .jsx script runs in Photoshop and compiles them into a GIF.
    This all worked fine in Flash CS4. Running the script on FLAs in FLash CS5.5 produces this error at the PNG export stage:
    The bitmap is too large. The largest bitmap that can be created is 8000x8000 pixels.
    The line of code that triggers this error is:
    fl.getDocumentDOM().exportPNG((pngPath+resName+".png"), true, false);
    The path variables are fine and produce a valid path (see below). As you know the first boolean states whether to 'use current PNG export settings' (true) or to show the settings dialog on export (false). The second Boolean states whether to export only the current frame (true) or all frames in the SWF (false).
    If I change the 'use current PNG export settings' to false and show the export dialog and OK the default values the export runs fine (which is how I know there is no issue with the export path).
    Showing the dialog box on each export is not acceptable because we have over 10,000 of these banners to export over the next couple of months.
    I'd like to know:
    [1] Is this an actual bug?
    [2] Can anyone suggest a workaround?

    To reproduce this behaviour create an FLA in CS4, make 3 keyframes, draw a filled rectangle (or whatever) on each frame then save it somewhere (ie C:\test.fla)
    Then create a Flash JavaScript file, paste the following code into it and save it in the same location as the FLA. (ie C:\script.jsfl)
    exportPath = fl.scriptURI.substr(0,fl.scriptURI.lastIndexOf("/"))+"/";
    fl.getDocumentDOM().exportPNG(exportPath+"Frame.png", TRUE, FALSE);
    The first line of code here just gets the location of the jsfl file and removes the filename to give an export path.
    The second line export each frame to the same location as the FLA and JSFL files.
    This should run fine in CS4 and you will see the following in your save location:
    test.fla
    script.jsl
    Frame0001.png
    Frame0002.png
    Frame0003.png
    If you change the first boolean in the export command to FALSE and run the script again you should see the PNG export settings dialog box and when you OK it you will get the same export result.
    Now open the FLA and JSFL files in CS5.5 and run the JSFL. With the boolean set to TRUE you should get an error (the 8000px error), however if you set it to FALSE so that you get the settings dialog when you OK it the export will run fine.
    Change it back to TRUE and you will get an error again.

  • PNG export with 72 dpi

    I want to export an image (bitmap PNG or PSD) as a PNG with transparency in 72 dpi.
    InDesign CC 2014 makes the PNG very pixelated. InDesign CC looks fine.
    Is this a bug or a feature?

    I meant the PDF export is no option for me. The 300 dpi PNG export is better for my workflow but not the best.
    But if you can export a PNG, open it into PS, resample, resave, you could also export the page as PDF/X-4 and open it as 72ppi and save as png.
    If you are using OSX this AppleScript will do that:
    http://www.zenodesign.com/forum/IDtoPDFtoPNG.zip
    There have always been problems with ID's png export

  • I have a Macbook Air (july 2012) with OS X 10.8.3  installed.  I have dvds with .vob files and have Quicktime Version 10.2 (603.12).  I can't play the DVDs.  Thereare some features of QT that I like, e.g. precise frame selection and save as .png file-help

    I have a Macbook Air (july 2012) with OS X 10.8.3  installed.  I have dvds with .vob files and have Quicktime Version 10.2 (603.12).  I can't play the DVDs.  There are some features of QT that I like, e.g. precise frame selection and save as .png file-help.  Am I missing some Apple software?  I thought QT for Mountain Lion could convert the .vob files - is there some setting that I have missed?
    Any suggestions that preserves a simple workflow much appreciated.

    arthur wrote:
    Perian is here: Perian - The swiss-army knife of QuickTime® components
    Perian will be retired soon.

  • CS6 After Effects PNG export very slow - Not Multi-Threaded?

    I am rendering an after effects project consisting of over 320,000 source frames of 4000x4000 resolution, outputting over 250,000 frames as PNG files.
    Rendering is instant on our machines, all time is spent "compressing and writing" frames. It is taking forever.
    We have several machines that are all windows 7, with 16 physical cores, 64GB ram, connected to a 4Gbit SAN.
    I did some experimenting, tried using all 16 cores, or 8 cores, or disabled multi-frame rendering even. When this project is rendering my cpu usage is almost non existent,. maybe 1%-5%  at times.
    with 16 frames at a time being rendered it is averaging between 1 and 7 seconds per frame depending on the content of the frame.
    Does Adobe have any plans to multi-thread the PNG exporter? or is there a faster 3rd party plugin out there i could use? It is very slow and doesn't tax the CPU's at all. Even on a single core it doesnt even use 100% cpu while its saving.
    I even tried loading one of the frames into photoshop and simpy hit save as a PNG and it took almost 15 seconds to compress and save. I did it again without compression and it saved the 40MB raw file instantly.
    That is terrible performance for machines like mine that are pretty much the fastest things out there.
    Thanks!

    I appreciate your attempt for a workaround solution, however as you well know you can't render to a video file from multiple machines. we must output directly to individual frames, I setup 8 machines to work on this project, if we did not use compression then we would be writing over 300MB/sec of data which would not be good for our fibre network which unfortunatly is only 4Gbit. And it would be about 10TB of data total.
    As for your workaround Im not sure we could gain speed with your method either way. spending the extra time to encode to a lossless format and then process again in AME sounds like it would take even more time, unless AME could create PNG files at some sort of ridiculous speed maxxing out every core at 100% or something to compress the PNG's. Out of curiosity I will throw some frames at AME and see how long it takes to compress and how much cpu it will use.
    thanks

  • I have cs4 product, and want buy only adobe pro, illustrator and photoshop, help me please

    for me what i have to do.
    i have cs4, but only need adobe pro, illustrator and photoshop.
    help me
    for best choice
    thanks
    paulo pedro

    As far as acquiring news versions goes, the only benefit you will get from owning CS4 is that you can get a Creative Cloud subscription at a special rate for the first year.  https://creative.adobe.com/#plans
    Otherwise, since CS4 is not in the upgrade path for CS6 products, you can purchase CS6 applications at full price.
    Purchase CS6 products:
    http://www.adobe.com/products/catalog/cs6._sl_id-contentfilter_sl_catalog_sl_software_sl_c reativesuite6.html

  • Error install illustrator cc please help!!

    error install illustrator cc please help!!

    Eli,
    This may be one for this specialized forum (where you may be able find the answer from previous threads),
    http://forums.adobe.com/community/download_install_setup
    or for Customer Care (tick I Still Need Help and hope for an agent available for a chat),
    http://helpx.adobe.com/contact.html?product=illustrator&topic=downloading-installing-and-s etting-up
    or for Adobe Support (phone),
    http://helpx.adobe.com/adobe-connect/adobe-connect-phone-numbers.html

  • Illustrator 12 (CS2) help does not appear in Adobe Help Center 2.0

    Hi, I've just installed Illustrator CS2 today and I wanted to search for something in the help center but the only 2 products that appear in it are Photoshop CS2 and After FX CS2. I've restartred the computer to see if it would resolve the problem, but no..
    So I need help in enabling Illustrator info in Help center.
    Oh, and neither does Audition 3 appear in there.

    I forgot one detail. This happened while I was having trouble seeing the mouse cursor (I use Apple's Magic Mouse). It had disappeared briefly. I had to drag the cursor out of the Firefox Window for it to reappear. I accidentally entered full screen view while the cursor was not visible.

  • Frustrated: Novice Illustrator User Needs HELP

    Frustrated: Novice Illustrator User Needs HELP
    Hello All
    I am a novice user of Illustrator [after you read my question it will probably be obvious] running Illustrator 14.0.0 (CS4) - on a MAC iMac running 10.4.11.  I am a small business owner and have to wear many hats and so I am forced to be my graphic designer by default - ha ha
    PROBLEM - If I make a box using the RECTANGLE TOOL... The box should have a point at each Corner and the Middle of the box, as well as, in the Middle of each Side, and middle of Top and Bottom for a total of 9 anchor points...  but it only has 5... missing the 4 anchor points in the Middle of each Side, and middle of Top and Bottom. It is the same on Text Boxes too..  I can NOT find a setting to change this.... More, when running Illustrator on my MAC Laptop, It has all 9 anchors on the box...   I looked at Preferences etc... and matched everything to be the same but the problem is not fixed?
    Any help would be greatly appreciated
    Thanks-
    13CrazyTrain

    Aw, c'mon James. Chill it a bit.
    Yeah. You continually throw around your little personal jibes, and then if someone calls your bluff, you think you can back out of it with the old "can't you take a joke?" comeback.
    In my previous work environment where everyone used Illie, Freehand was a word to be used cautiously – a bit like Macbeth in the theatre.
    Well, I didn't work in your previous environment. And FreeHand specifically had nothing to do with this thread until you brought it up. Seems to me it's you who has a FreeHand chip on his shoulder.
    I thought you knew my way of expressing myself better...
    What, you think I keep a personality registry of regulars here or something? I'll tell you what I don't do: I don't engage in personal insults here. Yet your personal jibes are frequent enough for me to have grown weary of them.
    I think I was not dismissing bounding boxes as useless...
    Excuse me? "There's absolutely no need to use bounding boxes"?
    You are probably right that bounding boxes came with Illie 9.
    Probably before that. But I can personally recall that the current-selection bounding box was present in AI9. Unlike some, I try to avoid making claims that I can't immediately substantiate.
    I hopped straight from 6 to 9 and that was the first time I had seen them outside of Freewotever.
    I'm not familiar with "Freewotever." But if you're again trying to be funny, you are also again revealing your near complete unfamiliarity with it. FreeHand is not the program that continually cluttered the interface with bounding boxes. In fact, for many years that is exactly one of the distractions FreeHand users complained about re Illustrator.
    First off, FreeHand's interface doesn't display bounding boxes. It displays only bounding box handles (four dots) on non-basic constructs like clipping paths. (Somewehere around FH 9, it implemented the optional Transform Handles, but that's another thing.) In the cases of rectangles and ellipses, FreeHand doesn't display Bounding Boxes per se. Working in FreeHand has always provided more functionality with much less visual clutter (and tool glut) than Illustrator's defaults.
    The difference is that FreeHand has always provided proper live geometric shape primitives--something which Illustrator still doesn't provide, even though it's one of the most basic of all vector drawing interface expectations, being present in just about any vector drawing program on the planet--except Illustrator. That point of confusion is common among those who are experienced only with Illustrator's chronically outdated and archaic interface.
    Quite to the contrary, a rectangle drawn in a program that does provide basic live primitives doesn't need a bounding box to perform the bare-bones basic manipulation exemplified, because you can change the aspect ratio of it (and corner radius) anytime you want, regardless of its rotation. You can do this not only in FreeHand, but Canvas, Inkscape, Xara Designer, and even in just about any basic drawing module of just about any "works" or "office" bundle. It's just Illustrator that still fails to provide live shape primitives, and therefore needs a rotated bounding box to provide a very limited subset of such common functionality. You draw a rectangle (or any other geometric primitive) in Illustrator, and all you get is a dumb path. So Illustrator actually needs bounding boxes more than other programs, because of its anemic core funciton set and its hideous user interface.
    But of course, someone who is familiar only with Illustrator wouldn't know that. Which is fine...so long as they don't spew derision at programs they know next to nothing about (and users of such programs).
    ...bearing in mind that I have been at this job since the days of Rotring pens with nosebleeds.
    So? I was using Rapidographs and constructing compound rotation in isometric on the board for about a decade before I came to prefer Staedtler pens because I found them less prone to clog. What does that have to do with anything?
    Obviously newcomers should be encouraged to use new features, but preferably not before they have grasped the basics thoroughly. How basic bounding boxes are is perhaps a moot point.
    Nonsense. Other self-proclaimed "experts" in Illustrator would no doubt argue that bounding boxes were added for the benefit of "beginners." Again, this is not a "new feature." And yes, it is bare-bones basic; just implemented in a half-baked manner in Illustrator.
    As for step 3 you are right, but if you turn off the preview you can use the pixels on the paths for alignment,
    Egads. That's really grasping at straws, Steve.
    ...Or use bounding boxes.
    Or use bounding boxes.
    JET

  • I downloaded creative cloud to my mac as I wanted Illustrator. But while I can find the creative cloud app, I can't access the actual illustrator program. Help!

    i downloaded creative cloud to my mac as I wanted Illustrator. But while I can find the creative cloud app, I can't access the actual illustrator program. Help!

    Hi Amy,
    Kindly try the below mentioned links.
    Creative Cloud Help | Download, install, update, or uninstall apps
    Adobe CC 2014 Direct Download Links: Creative Cloud 2014 Release | ProDesignTools
    Thanks,
    Atul Saini

  • Why doesn't my iPhoto screen match illustrations in the Help section?

    In designing a book, the illustrations in IPhoto Help do not match my screen. Several icons on my screen are missing including arrows in lower right corner with back and forward features, the view button to indicate single or double sided pages, and the two icons just to left of the cover page in the picture bar which make editing easier. What happened, and can it be fixed?

    Steve:
    What I think you're seeing is the Help file for iPhoto 5. This is what the iPhoto 5 book window looks like and it has the two navigation arrows you're referring to. Somehow you've got the latest help file for iPhoto.
    G4 DP-1G, 1.5G RAM, 22 Display, 2-80G HD, QT 7.0.3P   Mac OS X (10.4.3)   Canon S400, i850 & LIDE 50, Epson R200, 2G Nano

Maybe you are looking for

  • Skillbuilders Modal plugin onclick attribute gets removed

    Hi, Apex 4.2.0.00.27, IE8, Firefox 17.0 I am trying to use the Skillbuilders Modal plugin with a classic report. I followed the instructions and in the link column put the following in the link attributes: onclick="return false;" class="edit-link" Wh

  • Opening of PDF using PAR component

    Hello I'm trying to display a pdf in the portal. The data for the pdf has to come from  the backend. My question is as follows: We've developed a ADOBE print form in R/3 and developed a FM which calls this form. 1. What should be the data type of the

  • How to do Archiving of deleted & disabled users in OIM11g

    Hi All, As per the requirement we have to do archive of deleted & disabled users in OIM11g(11.1.1.2) after 75days. Can i know how can i achieve this? Regards, user7609

  • OUI-10150 while proceeding a silent install of OEM on RHEL 5.3

    Hello everyone, I'm following the procedure 784963.1 on metalink to install Grid Control on a RHEL 5.3. While proceeding the silent install, just after the prereqs were passed succesfully, i got the following error in the logs: silentInstall2009-06-1

  • Request for the reasons of Query taking much time

    Hi, I have one SQL query.When i execute that query from TOAD it is taking some 120 sec,but the same query when i execute from Forms(Front End) it is taking nearly 5 mints.I don't understand where the problem is.Can any one please help me on this with