Need a bit help understanding image resolution

I am not so fit with computer and photoshop and now i need your help!
The company where I work, has old advertisements. These are 1/8 Page. Now I was trying to make them again, with our new logo and colours. I made them first with Adobe Fireworks and then with Photoshop  CS4. Both times the quality is so bad, that I can not use these for Magazines. I can not even read the text after i print it. There is everything bad, Foto, Text, everything blurred...
Is it possible to make small advertisements with photoshop, or do i need another programme?

Is it possible to make small advertisements with photoshop,
Sure, but you need to design them at 300 DPI, not at 72 DPI. Do some generic research on requirements for print files or inquire with your print service for exact specs.
Mylenium

Similar Messages

  • Understanding image resolution and appearance across devices

    I used CS6 standard.
    Why have some images have soft edges under retina (iPad 3) but sharp on a screen (non-retina)?
    Does this mean I will have to rework all my images to work with retina display? As most of my images are 72dpi, not sure if this relevant or not?
    Can someone kindly advice me the best ideal way to overcome this problem.
    Message title was edited by: Brett N

    simonart wrote:
    Paul, Yes, I can see where you are coming from. You have given me something to think about cropping.
    Yeah, the proportions of the iPad3 are a bit off; I usually send out 600x400 pixel images - I find the proportions pleasing - for display on, mostly, social networking sites etc, and while most people up 'til now have considered 1080 vertical to be "HD" (LOL!!!) that's been good enough. 
    The Retina Display on both the iPad and MacBook Pro, is something of a game-changer image quality wise; we're now hearing rumors of an iMac with a Retinal Display! While that's still in fanboy nerdgasm territory - I've not seen any leaks out of the Apple supply chain about them having been sent sample displays - I think it really is just a matter of when, not if. 
    Mind you, I for one will be happy if these new HiDef displays dissuade people from posting their scuzzy fonecam pics all over the web (LOL!) as c.pfaffenbichler indicated above, pixels is pixels!!!

  • Casting, need a bit help here.

    Here's my code:
    @Test
         public void testInsertElementAt() {
              Movie m1 = new Movie("The Matrix Revolutions", 4);
              PriorityList list = new ArrayPriorityList();
              list.insertElementAt(0, m1);
              assertEquals("The Matrix Revolutions****",list.getElementAt(0));
         }it gives me an error of :
    java.lang.AssertionError: expected:<The Matrix Revolutions****> but was:<The Matrix Revolutions ****>
    This may because on the getElementAt() method that I write I put E as a return type. How do I fix this so that the assertion pass??

    I tried to modify the movie title to easier:
    public void testInsertElementAt() {
              Movie m2 = new Movie("a", 0);
              PriorityList list = new ArrayPriorityList();
              list.insertElementAt(0, m2);
              assertEquals("a",list.getElementAt(0));
         }and now the error is:
    java.lang.AssertionError: expected:<a> but was:<a>
    I will also show my Movie class:
    public class Movie {
         private String movie = "";
         private int star = 0;
         public Movie (String title, int number){
              movie = title;
              star = number;
         public String toString(){
              String result = movie;
              if (star > 0){
              result += " ";
              for (int i = 0; i<star; i++)
                   result += "*";
              return result;
         public String getTitle(){
              return movie;
    }I appreciate for all the help
    Message was edited by:
    aditya15417
    Message was edited by:
    aditya15417

  • I need little bit help??

    i want a theme for my iphone like the Box Apex nova app !! can any one help me how i get this one for my iPhone ???
    <Link Edited By Host>

    Contact the developer and ask him to write an app for iOS.

  • In need of some help understanding load-modules.sh and the boot proces

    umm i was bored a little whiel ago, then i rememberd recent posts about how slow arch boots,,
    and also relating the an article in the wiki, about disabling load-modules.sh in variosu ways.
    then i got thinking, why remove functionality for just 10 seconds? why not make it faster;;
    i know, let's write it in C and see what we can get out of it.
    anyway, a couple questions.
    i looked in /lib/udev/load-modules.sh; where i encounter these lines;;
    depmods="$(/sbin/modprobe -i --show-depends $1)"
    depmods="$(echo $depmods \
    | sed "s#^insmod /lib.*/\(.*\)\.ko.*#\1#g" \
    | sed 's|-|_|g')"
    i'm sure i must be missing something. but is $depmods really supposed to be return 1 element, i.e $1. ?
    and where does /lib/initcpio/udev/load-modules.sh come into play.

    @phrakture:
    hmm, i wanna boot the system in dash now... *itch*itch* should i scratch it?
    @klixon:
    the script works perfectly as-is,
    there was an update about an hour ago or something.
    the line you refer to, was broken. i was just messing around with it
    to see ho much faster i could make it.
    i scratched it,
    it booted ok,
    except when it came boot start the gdm daemon at the end of the daemons array.
    i couldn't test if it booted any faster as bootchartd had syntax errors, same as the gdm issue
    ===========================================================================================
    update::
    if [ -n "$BLACKLIST" ]; then
    depmods="$(/sbin/modprobe -i -q --show-depends $1 | sed -e 's|-|_|g')"
    if [ -z "$depmods" ]; then
    /usr/bin/logger -p info "cannot find module $1"
    #echo "MISSING[ $1 ]"
    exit 1
    fi
    for blackmod in $BLACKLIST; do
    if [[ $depmods == *"/$blackmod.ko"* ]]; then
    /usr/bin/logger -p info "udev load-modules: $blackmod is blacklisted"
    #echo "BLACKLISTED[ $blackmod ]"
    exit 1
    fi
    done
    fi
    it appears that by doing the search the other way round, i.e
    check if there is a blacklisted mod as dependency as opposed to a mod is blacklisted
    doing so we can eliminate most of the sensitization
    and chain the remaining san. to the modprobe,
    long story short
    the code above appears to be about 1.6 times faster than the current implementation
    Last edited by kumico (2008-03-18 10:53:47)

  • Need a little help understanding java and /etc/profile.d/***

    A few days ago I installed jre-6u10-1 and jdk-6u10-1 via pacman on my desktop machine; for the web plugin.
    The packages installed in /opt/java/...
    I later installed jedit, via pacman.  It runs fine as it (/usr/bin/jedit) is hardcoded to look for java in /opt/java/...
    Today, I installed jedit (pacman -S jedit) on my laptop which did not have any java installed.
    Pacman automatically installed openjdk6-jre-6u10-1 as a prerequisite.
    Openjdk installs to /usr/lib/jvm/..., therefore jedit fails as /opt/java... is non-existent.
    I suppose Sun's java and the opensource version are installed in different locations to keep from overwriting each other.
    I could easily edit /usr/bin/jedit to point to the openjdk location and it would work.
    But I'm a little uncertain of the following three files:
    Sun's java installs /etc/profile.d/jre.sh and /etc/profile.d/jdk.sh
    which do the following (respectively):
    export PATH=$PATH:/opt/java/jre/bin
    if [ ! -f /etc/profile.d/jdk.sh ]; then
    export JAVA_HOME=/opt/java/jre
    fi
    and
    export J2SDKDIR=/opt/java
    export PATH=$PATH:/opt/java/bin
    export JAVA_HOME=/opt/java
    The opensource java package installs /etc/profile/openjdk6.sh
    which does the following:
    export J2SDKDIR=/usr/lib/jvm/java-1.6.0-openjdk
    export J2REDIR=$J2SDKDIR/jre
    export JAVAHOME=/usr/lib/jvm/java-1.6.0-openjdk
    #export CLASSPATH="${CLASSPATH:+$CLASSPATH:}$J2SDKDIR/lib:$J2REDIR/lib"
    So I am left with a few options:
    1.  edit /usr/bin/jedit to look in the opensource location
    2.  edit /usr/bin/jedit to use the $J2SDKDIR variable when looking for java
    3.  update the $PATH via /etc/profile.d/openjdk6.sh to include java's location
    I think all three methods would work, but I have limited experience with java and would like some input as to which proposed solution is the best going forward.
    What methods are other java apps using to find java?
    Thanks
    (edit: more descriptive title)
    Last edited by cjpembo (2008-11-11 04:24:47)

    I think the best option would be to ask the maintainer to modify the jedit-bin file, and have it launch
    $J2SDKDIR/bin/jre/java cp $CP -Djedit.home="/usr/share/jedit" -mx${JAVA_HEAP_SIZE}m org.gjt.sp.jedit.jEdit $@
    That way, it should work with both java implementations (completely untested, btw.)

  • New to mac.. need a little help

    I am relatively new to macs and need a lil help understanding what's going on with my computer. I recently got a lend of a powerbook G4 from a friend and it has a tendency to freeze up completely and I have to just hold the power button until it turns off then it when I turn it back on it will work ok again sometimes for several hours without a hitch.
    Also, sometimes instead of freezing up I'm just not able to type. I can do everything else with the mouse or open programs and such but when I try to type it just doesn't work (and again, restarting fixes the prob).
    Looking for help .. if anyone knows why it may be doing this and/or how to fix it your help would be greatly appreciated. Thanks

    Welcome to the Apple discussions.
    First, check your hard drive free space. Click on the apple on the menu bar, about this mac, ata, and click on the hard drive under ata bus (DVD drive is listed there too). That will tell you the drive capacity and how much is available. You want 10% to 15% of the total capacity to be available for systems usage. If less than that, performance can slow to a crawl, and some of the issues you identified could be due to low free disk space.
    Next, you should have a backup of the hard drive, if there's anything you want to keep.
    Download the program OnyX from http://www.titanium.free.fr/pgs2/english/download.html . Run the tasks on the cleaning and maintenance tabs. A number of people have found this helps clean up the hard drive and contributes to improved performance.
    This FAQ has some good advice for performance tuning: http://www.thexlab.com/faqs/performance.html
    If, after cleaning your system and tuning it up, you're still having problems, please post back with specifics.

  • TS1314 Need help tranfering images to iphone...

    I need help tranfering images from my computer to my iphone. I've synced the images but they don't appear on my iphone, also on the file that contains the images, there's a file that says IPOD PHOTO CACHE. I don't know what to do. Please Help...

    Hope these help, do you not find them at all in the photos app?:
    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    iPhoto '11: View photos or slideshows on iPod, iPhone, iPad, or Apple TV
    http://support.apple.com/kb/PH2437
    iTunes: Understanding the iPod Photo Cache folder
    http://support.apple.com/kb/TS1314
    ============================
    - Oz

  • Need help understanding why "1 is always equal to 1" is necessary in my Advanced Action

    I am using Captivate 7 and publishing as a SWF.
    I have an interaction that works, but there's one script that I use (which I found in a tutorial) that I don't understand the purpose of.
    The interaction is contained on a single slide where a user clicks two buttons in any order and a graphic appears after the second click. On each button I have a Conditional Advanced Action where I first check that it will always be true that "1 is equal to 1", then assign each variable with "1", then check that each variable was equal to 1 after which the graphic appears.
    The part that confuses me is checking if "1 is always equal to 1." Why is this script necessary in this case? Is it necessary because I'm including a Standard Advanced Action (assigning variables to "1") within the Conditional Advanced Action? Or is related to the fact that I'm doing everything on one slide (not using an On Enter slide event executing a Conditional Advanced Action)?
    Thanks.

    Perhaps it will help to think using different terms.
    If you need a script that performs a check against some condition, you need a Conditional Action. Maybe you need to show an image if button 1 has been clicked. And if button 2 has been clicked, you need to show a different image.
    Before checking to see which button has been pressed, you need to hide both images so that only the desired image is shown. So you need to perform the same action each time before checking some variable to take a specific action.
    This is where the "If 1=1" would come from.
    Each time the script is run, hide both images. Since the check to see if 1=1 will ALWAYS evaluate as true, the "ELSE" part will never be reached. So you would always perform the same actions just as a Standard Action would do.
    Perhaps if you posted some screen captures of your scripts, we might better explain it.
    Cheers... Rick

  • I need help understanding how the Apple components integrate to create a system across all my devices?

    I need help understanding how the Apple components connect to create a whole system across all my devices?
    Is there a resource that describes current system and associated functionality?
    For example:
    Buy A, B, C to achieve "X" 
    You will need:
    an internet provider which supports <specs>
    add D to achieve "Y"
    You will need:
    an internet provider which supports <specs>
    add "E" to achieve "Z"
    You will need:
    an internet provider which supports <specs>
    For example, I am looking at the Gen 6 Airport extreme.  For intended performance do I need broadband? if so what are the specs, or will basic internet service suffice?  Do I need the internet provider's modem or does the Airport extreme replace that?  And then I think, if I am doing this, I should also look at Apple TV....What do I need and Why?  Then I look at the New Desk top coming out in the fall, and I think well, if I wait and get this, what does this component do for the system, and what becomes redundant? What does this awesome desktop do for my ability to sit and use a new macbook air when I travel  or sit on the couch in my PJs?
    If there was a place that plainly stated "if you buy the new dektop you can configure a system including only these components and achieve <this result> and by adding <additional components> you will achieve this result.
    I have been to the genius store a few times, but I come out of there more confused unless I have SPECIFIC questions or already know what to buy. 
    A "System Configuration App" would be a really great sales tool--Just saying.

    I have no idea what "fully optimized" means.
    No Apple device will let you watch broadcast TV. The Apple TV is a good option for watching streaming TV from iTunes, NetFlix and Hulu. If you want to watch from other sources, you may need to look at other devices.
    Any Mac computer or iPad will allow you to surf the web.
    What business software?
    Time Capsule is a good option for back ups.
    Update what across all devices?
    For accessing documents from all devices, a service like Dropbox is your best bet.
    I have no idea what "step as far away from an internet provider as possible" means. If you want Internet access, you need an Internet provider.
    Lighting fast speed for what? Processor? The specs are listed for all devices in the Online Store. Internet? We're back to the service provider.
    Technology changes. The only way to keep pace with it beyond a couple of years is to buy new stuff.
    The bottom line is you need to look at the specs for devices availble and at your budget and decide what best meets your needs. If you are unable to do that on your own, there are lot of technology consultants out there who will, for a fee, look at your exact situation, make recommendations and even handle the purchase and set up. Perhaps that would be the best route for you.
    Best of luck.

  • I need advise and help with this problem . First , I have been with Mac for many years ( 14 to be exact ) I do have some knowledge and understanding of Apple product . At the present time I'm having lots of problems with the router so I was looking in to

    I need advise and help with this problem .
    First , I have been with Mac for many years ( 14 to be exact ) I do have some knowledge and understanding of Apple product .
    At the present time I'm having lots of problems with the router so I was looking in to some info , and come across one web site regarding : port forwarding , IP addresses .
    In my frustration , amongst lots of open web pages tutorials and other useless information , I come across innocent looking link and software to installed called Genieo , which suppose to help with any router .
    Software ask for permission to install , and about 30 % in , my instinct was telling me , there is something not right . I stop installation . Delete everything , look for any
    trace in Spotlight , Library . Nothing could be find .
    Now , every time I open Safari , Firefox or Chrome , it will open in my home page , but when I start looking for something in steed of Google page , there is
    ''search.genieo.com'' page acting like a Google . I try again to get raid of this but I can not find solution .
    With more research , again using genieo.com search eng. there is lots of articles and warnings . From that I learn do not use uninstall software , because doing this will install more things where it come from.
    I do have AppleCare support but its to late to phone them , so maybe there some people with knowledge , how to get this of my computer
    Any help is welcome , English is my learned language , you may notice this , so I'm not that quick with the respond

    Genieo definitely doesn't help with your router. It's just adware, and has no benefit to you at all. They scammed you so that they could display their ads on your computer.
    To remove it, see:
    http://www.thesafemac.com/arg-genieo/
    Do not use the Genieo uninstaller!

  • In iTunes the iPhone device icon will not show up whenever I plug in a USB into my PC but the iPhone icon will show up in 'This PC'  so if anyone who knows a resolution to my problem with my iTunes or PC,it would really help me.I need at least Help or Tip

    In iTunes the iPhone device icon will not show up whenever I plug in a USB into my PC but the iPhone icon will show up in 'This PC'  so if anyone who knows a resolution to my problem with my iTunes or PC,it would really help me.I need at least Help or some Tips.I have already tried many things to iTunes and my PC like trying to restore my PC but that do anything.Also,would it be fine if i contacted (call) Apple Support? Please,I need help because what I think is wrong is my PC,iPhone,or USB might be messed up so if anyone could help me with this,it would be really helpful and for anyone to be nice enough to help me.

    I think this article will help you.

  • TS4062 hi can somebody help me... itunes does not accept the iphone 4s but i already have the version 64 bit to work with windows 7 64 bit,  the computer recognizes the phone but itunes sais i need 64 bit itunes.... please is there something im missing...

    hi can somebody help me... itunes does not accept the iphone 4s but i already have the version 64 bit to work with windows 7 64 bit,  the computer recognizes the phone but itunes sais i need 64 bit itunes. please is there something im missing... thanks

    Let's try a standalone Apple Mobile Device Support install. It still might not install, but fingers crossed any error messages will give us a better idea of the underlying cause of why it's not installing under normal conditions.
    Download and save a copy of the iTunesSetup.exe (or iTunes64setup.exe) installer file to your hard drive:
    http://www.apple.com/itunes/download/
    Download and install the free trial version of WinRAR:
    http://www.rarlab.com/
    Right-click the iTunesSetup.exe (or iTunes64setup.exe), and select "Extract to iTunesSetup" (or "Extract to iTunes64Setup"). WinRAR will expand the contents of the file into a folder called "iTunesSetup" (or "iTunes64Setup").
    Go into the folder and doubleclick the AppleMobileDeviceSupport.msi (or AppleMobileDeviceSupport64.msi) to do a standalone AMDS install.
    (If it offers you the choice to remove or repair, choose "Remove", and if the uninstall goes through successfully, see if you can reinstall by doubleclicking the AppleMobileDeviceSupport.msi again.)
    Does it install (or uninstall and then reinstall) properly for you? If so, can you get a normal iTunes install to go through properly now?
    If instead you get an error message during the install (or uninstall), let us know what it says. (Precise text, please.)

  • I need to submit 2 photos  Image and resolution

    I need to submit 2 photos
    Image and resolution & size : 4" x  6" @ 300 dpi  ( how do I do this from iphoto)
    Is there a way to upload these so you both can see them and then we can pick out 2 from 354 pictures
    I have to complete by May 4th

    300 dpi is 300 Dots Per Inch
    So by simple math  4x6" at 300 dpi is 1200 pixels by 1800 pixels
    To do this in iPhoto your photo must be that size or larger. Crop to 4x6 and export with a custom size with the maximum dimension being 1800 pixels.
    LN

  • Help Needed with HTML code for Image Positioning

    Hi All,
    Need a little help with some code for positioning images.
    I initially used the following:
    This is fine, but the border automatically puts a black border around the photo - how do I change it to white? Is there a way to set margins too, to prevent the text butting up against the photo?
    I also used the following code with success:
    <style type="text/css"
    img
    float:right;
    border:2px solid white;
    margin: 0px 0px 15px 20px
    </style>
    This code works, however the problem with it is it is not individual to just one photo - it moved all my photos and on that page, I wanted one photo floated to left and another to the right.
    If I use this code, how can I make it photo specific, so that it only affects the placement, margins and borders of one photo?
    Any help would be great.
    Thanks

    CSS question, not iWeb question. Regardless, use inline CSS styling for the image. You can also wrap the image in its own tag and declare an id or simply declare an id for the img tag, then set the style for the id_name:
    <style type="text/css"
    img#id_name
    float:right;
    border:2px solid white;
    margin: 0px 0px 15px 20px
    </style>
    If you want to control the style of more than one image on a page but not all then use a class instead of an id.
    the border automatically puts a black border around the photo - how do I change it to white? Is there a way to set margins too, to prevent the text butting up against the photo?
    I believe you have discovered a solution for this according to your CSS code. You have set the border to white by looking at the code and adjusting it appropriately. Your margin is declared in the CSS also, adjust the pixels appropriately.
    Read up some more on CSS to educate yourself further. I suggest w3schools.com or a CSS forum instead of the iWeb forum if you have CSS questions. It's kind of like if you drive your auto to the supermarket so you decide to go to the supermarket and ask everyone in the produce section to help when you have car problems. All the supermarket does is provide a place to park your auto. If you have car problems then ask a mechanic. iWeb (and most of its users) doesn't specialize in code, it simply provides an area for you to place it. Granted you might get lucky and find a mechanic in the produce section of the supermarket, but you're more likely to find a specialist at an auto swap meet (or CSS coding forum)!

Maybe you are looking for