Help with fixing geotags

I am in the process of having a service scan my old photos for importing into iPhoto 9. All the photos so far (about 2000) have no places as would be expected from a scanned photo. But some (about 300) have several different places in China. China is no doubt a wonderful place, but I have never been there & China in not in "My Places" so I'm not sure what iPhoto did during the import from DVD.
My question is how can I remove the incorrect location & put it back as "none"?
One solution I saw was to reselect the place & drag the pin to another place, I could not get this to work & I would prefer to remove the location entirely until I get all these photos in their respective events & dated properly & then begin working on the various places.
I have another 1600 photos out being scanned now & I want to solve this problem before I import more photos. Also whatever the fix is I can just look at the last import & fix those each time until I have worked my way through all the rest of my photos. (about another 5000).
Thanks in advance for any assistance.
Lee

I don't recommend just deleting the EXIF data. If you're somewhat comfortable with using the command line, it should be easy to losslessly fix the incorrect longitudes with http://www.sno.phy.queensu.ca/~phil/exiftool/
Something like:
exiftool -GPSLongitudeRef=W badgpsimage.jpg
will set the longitude to the Western hemisphere. (It also makes a backup copy of the original, which you'll want to delete unless there happen to be problems with the modified image. This is very, very unlikely, but better safe than sorry.)
Hope this helps!

Similar Messages

  • How to read the 'Input help with fixed values' of domain .

    How to read the 'Input help with fixed values' of domain .
    The domain has a Value range i want to read those values .
    Are these values stored in any table ?
    Plz help me i need it ver badly...
    Thanks in Advance...

    Hi Chandra Shekhar,
    To read the 'Input help with fixed values' of domain , you can use the function module : HR_P_GET_FIXED_VALUE_TEXT.
    iIf you enter the domain name, you will find the fixed values entered in the domain.
    These values are stored in a table DD07L(DD zero 7 L). Here the values are stored based on domain name.
    See if it works for you.
    Award points if its helpful.
    Regards,
    Bhanu

  • I can send iMessage's but cannot receive them. Any help with fixing it?

    I can send iMessage's but cannot receive them. Any help with fixing these?

    Is this happening on cellular or Wi-Fi, or both?

  • Help with fixing package

    Almost a year ago, the SVN URL for the redeclipse-svn package changed. At that time, it was orphaned, so I adopted the package and fixed the URL in the PKGBUILD. Since then, I stopped playing the game. Now, when I try to install it on my new computer, the package function fails. Being inexperienced with PKGBUILDS, etc., I would like some help in fixing the package.
    Here's the package function:
    cd "$srcdir/$_svnmod"
    make -C src/ DESTDIR="$pkgdir" prefix=/usr \
    appname=redeclipse cappname=REDECLIPSE \
    appsrcname=redeclipse \
    system-install
    install -Dm644 doc/all-licenses.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
    And here's what I get when I try to makepkg:
    ==> Entering fakeroot environment...
    ==> Starting package()...
    make: Entering directory '/home/sub/aur/redeclipse-svn/src/redeclipse/src'
    mkdir -p /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/lib/redeclipse
    mkdir -p /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/lib/redeclipse
    cp -r ../data /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/share/redeclipse/data
    mkdir -p /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/bin
    mkdir -p /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/share/man/man6
    cp: cannot create directory '/home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/share/redeclipse/data': No such file or directory
    mkdir -p /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/bin
    system-install.mk:98: recipe for target 'system-install-data' failed
    make: *** [system-install-data] Error 1
    make: *** Waiting for unfinished jobs....
    mkdir -p /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/share/doc/redeclipse
    install -m755 redeclipse /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/lib/redeclipse/redeclipse
    mkdir -p /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/share/redeclipse
    sed -e 's,@LIBEXECDIR@,/usr/lib,g' \
    -e 's,@DATADIR@,/usr/share,g' \
    -e 's,@DOCDIR@,/usr/share/doc,g' \
    -e 's,@APPNAME@,redeclipse,g' \
    -e 's,@CAPPNAME@,REDECLIPSE,g' \
    ../doc/man/redeclipse.6.am | \
    gzip -9 -n -c > /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/share/man/man6/redeclipse.6.gz
    install -m755 redeclipse_server \
    /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/lib/redeclipse/redeclipse-server
    sed -e 's,@LIBEXECDIR@,/usr/lib,g' \
    -e 's,@DATADIR@,/usr/share,g' \
    -e 's,@DOCDIR@,/usr/share/doc,g' \
    -e 's,@APPNAME@,redeclipse,g' \
    -e 's,@CAPPNAME@,REDECLIPSE,g' \
    ../doc/man/redeclipse-server.6.am | \
    gzip -9 -n -c > /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/share/man/man6/redeclipse-server.6.gz
    cp -r ../doc/examples /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/share/doc/redeclipse/examples
    cp ../doc/guidelines.txt /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/share/doc/redeclipse/guidelines.txt
    install -m755 install/nix/redeclipse-server.am \
    /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/bin/redeclipse-server
    printf "\
    g,@LIBEXECDIR@,\
    s,@LIBEXECDIR@,/usr/lib,g\n\
    g,@DATADIR@,\
    s,@DATADIR@,/usr/share,g\n\
    g,@DOCDIR@,\
    s,@DOCDIR@,/usr/share/doc,g\n\
    g,@APPNAME@,\
    s,@APPNAME@,redeclipse,g\n\
    w\n" | ed -s /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/bin/redeclipse-server
    install -m755 install/nix/redeclipse.am \
    /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/bin/redeclipse
    printf "\
    g,@LIBEXECDIR@,\
    s,@LIBEXECDIR@,/usr/lib,g\n\
    g,@DATADIR@,\
    s,@DATADIR@,/usr/share,g\n\
    g,@DOCDIR@,\
    s,@DOCDIR@,/usr/share/doc,g\n\
    g,@APPNAME@,\
    s,@APPNAME@,redeclipse,g\n\
    w\n" | ed -s /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/bin/redeclipse
    install -m644 ../data/config/version.cfg \
    /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/share/redeclipse/version.cfg
    ln -s /usr/share/redeclipse/version.cfg \
    /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/lib/redeclipse/version.cfg
    ln -s /usr/share/redeclipse/data \
    /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/lib/redeclipse/data
    make: Leaving directory '/home/sub/aur/redeclipse-svn/src/redeclipse/src'
    ==> ERROR: A failure occurred in package().
    Aborting...
    The error seems to be here:
    mkdir -p /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/share/man/man6
    cp: cannot create directory '/home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/share/redeclipse/data': No such file or directory
    mkdir -p /home/sub/aur/redeclipse-svn/pkg/redeclipse-svn/usr/bin

    Sorry for derailing this.  Karol, the size was only an issue for me - that doesn't seem to be related to the OPs problems.  I don't know where the 800MB figure came from, but nearly 2GB of space were used up before the svn checkout stalled due to running out of space - the download never even completed.  I didn't try again after that as my download speed isn't that good and it would take a long while to just confirm what I already suspected about the Makefile.

  • Help with Fixed layout book.

    Recently uploaded a fixed layout book to apple. It was rejected, and as usual we received a onliner from Apple - (blurry, pixelated, split across page breaks, etc.) The book is 150dpi and meets all Apple's guidlines. Any suggestions on what else we can try? The book has art running across 2 pages. Is this not allowed?

    Okay, after taking a look at the book on my iPad, and digging into the epub file on my Mac, I have a couple of ideas as to why it wasn't approved (and, yes, I'd agree, the one-liner from Apple could have been more specific).
    First, on my iPad, the book is not actually opening as a fixed layout book. It's opening as a regular book with your images flowing as text. With the images flowing as they are, many are browen across page boundaries (as you'd see in, say, MS Word, when an image is pasted across a page break), and this is probably why Apple mentions pages being split. In digging into the epub file I didn't see a com.apple.ibooks.display-options.xml file, which is where you specify various features for the book, including fixed-layout.  You need this file in the META-INF folder. 
    The second issue is actually much larger, and likely the reson Apple responded as they did. Each page in your book is stored as one big jpeg containing both graphics and text (sort of like a PDF), and each xhtml page merely inserts that image in the flow of your book. Apple requires that images not contain text, as this makes it impossible for readers to search the contents or use other features of iBooks such as the dictionary and copy'n'paste.  Text embedded in an image does not scale when zoomed in the same way that standalone text is able to scale and be re-rendered as a true font.
    I think you'll need to readdress how your pages have been laid out. Separate the text from the graphics and treat them as independent objects in your HTML and CSS. You might be able to get away with removing all the text from each of your jpeg images and still having "full bleed images" that are simply missing all the text, then layering in the text via HTML.
    Hope that helps!

  • Please help with fixing run time error - what is wrong ?

    Hi
    I am new with JDBC.
    I have compiled a program and am not getting any compile erors, however when trying to run it, am getting errors:
    Advanced Java : Test 1
    Programmer: C.C. Steyn
    Date: 15 July, 2008
    Filename: MakeDB.java
    Purpose: To build an initial database for the ClientNameTaxNrs application
    import java.sql.*;
    import java.io.*;
    public class MakeDB
    public static void main(String[] args) throws Exception
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    String url = "jdbc:odbc:ClientNameTaxNrs";
    Connection con = DriverManager.getConnection(url);
    Statement stmt = con.createStatement();
    // The following code deletes each index and table, if they exist.
    // If they do not exist, a message is displayed and execution continues.
    System.out.println("Dropping indexes & tables ...");
    try
    stmt.executeUpdate("DROP INDEX PK_ClientNameTaxNrs ON ClientNameTaxNrs");
    catch (Exception e)
    System.out.println("Could not drop primary key on ClientNameTaxNrs table: "
    + e.getMessage());
    try
    stmt.executeUpdate("DROP TABLE ClientNameTaxNrs");
    catch (Exception e)
    System.out.println("Could not drop ClientNameTaxNrs table: "
    + e.getMessage());
    ///////// Create the database tables /////////////
    System.out.println("\nCreating tables ............");
    // Create ClientNameTaxNrs table with primary key index
    try
    System.out.println("Creating ClientNameTaxNrs table with primary key index...");
    stmt.executeUpdate("CREATE TABLE ClientNameTaxNrs("
    +"ClientName TEXT(50) NOT NULL "
    + "TaxNr TEXT(10) NOT NULL, "
    +")");
    catch (Exception e)
    System.out.println("Exception creating ClientNameTaxNrs table: "
    + e.getMessage());
    // Read and display all ClientNameTaxNrs data in the database.
    ResultSet rs = stmt.executeQuery("SELECT * FROM ClientNameTaxNrs");
    System.out.println("Database created.\n");
    System.out.println("Displaying data from database...\n");
    System.out.println("ClientNameTaxNrs table contains:");
    byte[] buf = null;
    while(rs.next())
    System.out.println("Client Name: = "
    + rs.getString("ClientName"));
    System.out.println("Tax Nr: = "
    + rs.getString("Tax Nr"));
    rs = stmt.executeQuery("SELECT * FROM ClientNameTaxNrs");
    if(!rs.next())
    System.out.println("ClientNameTaxNrs table contains no records.");
    else
    System.out.println("ClientNameTaxNrs table still contains records!");
    rs = stmt.executeQuery("SELECT * FROM ClientNameTaxNrs");
    if(!rs.next())
    System.out.println("ClientNameTaxNrs table contains no records.");
    else
    System.out.println("ClientNameTaxNrs table still contains records!");
    stmt.close(); // closing Statement also closes ResultSet
    } // end of main()
    } // end of class
    ================================================
    here is the run time errors. How do i fix this ?
    Dropping indexes & tables ...
    Could not drop primary key on ClientNameTaxNrs table: [Microsoft][ODBC Microsoft
    Access Driver] Cannot find table or constraint.
    Could not drop ClientNameTaxNrs table: [Microsoft][ODBC Microsoft Access Driver]
    Table 'ClientNameTaxNrs' does not exist.
    Creating tables ............
    Creating ClientNameTaxNrs table with primary key index...
    Exception creating ClientNameTaxNrs table: [Microsoft][ODBC Microsoft Access Dri
    ver] Syntax error in CREATE TABLE statement.
    Exception in thread "main" java.sql.SQLException: [Microsoft][ODBC Microsoft Acc
    ess Driver] The Microsoft Jet database engine cannot find the input table or que
    ry 'ClientNameTaxNrs'. Make sure it exists and that its name is spelled correct
    ly.
    at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6879)
    at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:7036)
    at sun.jdbc.odbc.JdbcOdbc.SQLExecDirect(JdbcOdbc.java:3065)
    at sun.jdbc.odbc.JdbcOdbcStatement.execute(JdbcOdbcStatement.java:338)
    at sun.jdbc.odbc.JdbcOdbcStatement.executeQuery(JdbcOdbcStatement.java:2
    53)
    at MakeDB.main(MakeDB.java:69)
    Press any key to continue . . .

    Are you running Norton Internet Security or anything similar? There have been reports that Norton and similar firewall products treat an upgrade as a new application and so you have to go in and reallow connections for iTunes. Check the settings and if necessary remove and re-enable the exception for iTunes (consult your privacy filter's documentation for the appropriate procedure). You may also need to check the built-in Windows firewall as well.
    Hope this helps.

  • Newbie help with Fixed IP configuration / Machine Record

    I have a Mac Mini running Snow Leopard Server. It has a fixed IP, and runs a variety of web services, iCal Server and Address Book Server. I've been having problems getting VPN to work (can connect from client OK, but not able to get any traffic through the VPN subsequently).
    In the process of trying to work out what is wrong with VPN, I noticed an oddity with the 'machine record' in DNS. The server was configured initially while connected to a LAN, but now runs with a fixed IP / FQDN outside the LAN.
    DNS is set up with the original machine name (sls.2gc.org) assigned to the original 192.x.x.x address it had when first configured. The reverse entry is also based on this 192. number.
    This name and 192.x.x.x number also appears in the 'Workgroup Manager' in the machine record.
    The new configuration has the machine assigned to a FQDN that is not the same as the original machine name (2gc.org, rather than sls.2gc.org), and a different IP address (77.44.50.51).
    Question is do I need to do anything (does the mapping to 192.x.x.x matter). If so, do I simply run changeip to correct the number / name, or do I have to also manually change the Workgroup Manager and DNS entries too?
    Thanks in advance for any help.

    You need a second IP for the server which you can use to get at services in the server itself.
    If you try to use the main IP, even when the VPN is up, the traffic will not go through the VPN but direct and will then be stopped by the firewall.
    From what IP-range does the VPN client get it's IP?
    If you need to go through the VPN and then to Internet (via the server) you need to have NAT running.
    NAT requires the firewall running and you'd also need ipforwarding (automatically on when firewall/NAT is on).
    The server can have a second (private) IP added to an alias en0 ethernet interface.
    I'd prefer using a NAT router/firewall between server and Internet or a second (LAN) interface in the server. Some use Apple USB -> ethernet adapter but you also have the AirPort one (but it won't make a good AP and you only get WEP encryption).

  • Need Help with fixing our Address book in Lync 2013 (cert issue?)

    Updated our external (digicert) certificate last month. Tried doing it with the Certificate wizard but it failed and disconnected all our users from Lync. Had to restore the snapshot to get it
    to work. Did some googling and found that I could just update IIS with the new cert and all is good.. YAY! (or so I thought.... )
    Since then users are no longer able to download the address books (galcontacts etc).
    If I put my client policy to websearchonly I cant look up anyone either.
    If I test-csaddressbookwebquery it fails with a 500 internal server error
    If I look at the IIS logs on the front end server I see many POST /groupexpansion/service.svc/WebTicket_Bearer lines getting 500 errors as well.
    Also in the IIS logs /WebTicket/WebTicketService.svc/cert is 200 (OK?)
    Also in the IIS logs when what I think are requests to get the delta files for the address book GET /abs/handler/C-13e1-13f8.lsabs gives a 401 error.
    Finally (?) get-cscertificate lists 2 certs (both from our internal CA). One is used for Default,WebservicesInternal, WebservicesExternal and the othe ris the OAuthTokenIssuer.
    Any thoughts would be really great.. I have been bangin on this since Tuesday.

    What are you using as a reverse proxy? Sounds like your Front End was only using internal CA certs, so if they haven't expired you shouldn't need to change the cert assignment. Install the new digicert certificate on your reverse proxy (guessing the edge
    probably expired as well?, so that cert will need to be updated.) On the Front End run the certificate wizard and assign the corresponding internal certs to the services to correct the changes you did in IIS.
    My guess was the certificate wizard didn't like you assigning the digicert to the Webservices internal and default service due to an internal namespace or missing SAN entries.
    You can use Digicert's
    certutil on the server: https://www.digicert.com/util/ to
    validate certificate installation (how to test Private Key and Revoke list: http://www.digicert.com/util/utility-test-private-key-and-revocation-status.htm). 
    Please mark posts as answers/helpful if it answers your question.
    Blog
    Lync Validator - Used to assist in the validation and documentation of Lync Server 2013.

  • Need help with fixing msi gt683 laptop

    Hello. I have a GT 683 R that i bought a couple of months back, i recently did a factory restore on it and afterwards i didn't have the disk to finish the process, so i started messing with the settings and everything i reset the raid to non raid and now i'm stuck on a screen that says "Reboot and Select proper Boot device or insert boot media in selected boot device and press a key".
    I tried using the recovery again and it wouldn't even boot to that menu, i hit F11 to try to boot from disc but all it does is go to the reboot and select proper boot device screen.
    I need a lot of help on this because i'm not really good with computers.

    if you switch from AHCI or IDE, back to RAID in the BIOS (by pressing DEL when the MSI logo appears on the screen, and going to "advanced options")
    does it boot into the recovered system ?
    switching into/out of RAID mode, requires you to use the RAID setup screen to configure the RAID when it's installed, by pressing ctrl + i when you see the RAID screen just after the MSI logo screen on booting up each time.
    as for recovery, you may have more options depending on if you break the RAID, or if you have a backup of windows 7 or a way to copy the ISO to a USB. or just put in the recovery DVD's (mine weren't too helpful)
    i.e. http://forum.notebookreview.com/msi/672814-need-help-installing-ssd-gt683r-raid-0-a-2.html
    switching out of RAID mode is tricky because the controller makes small changes to the HDD's so they are recognised as RAID.
    typically, windows won't let you see the drive if the flag is set, but you can wipe the setting out using backup/clone software or low-level tools that bypass the normal windows settings to blank the drive.
    or you can use the RAID setup screen to remove the drives from the array, which is quite a lot faster and less effort, but you will lose all the data on the drives in both situations when switching from RAID, to 2 drives.

  • Help with fixed image problem

    Hi!
    I've used this code
    sym.$("body").append(sym.$("image").css({"position":"fixed"}));
    To fix an image while scrolling. But when I change the browser's window size, the image don't resize along with the rest of the animation, and worst: it appear in the wrong place. How can I solve that?
    Thanks

    In the method "flips()" you create a local "AffineTransform" object and you never do a transform with it.

  • Help with fixing my iTunes - Corrupt File

    I need help trying to correct the problem with my iTunes. I just installed the new iTunes update, iTunes 6.0.1, and now my iTunes isn't working properly. Everytime I open my iTunes, my library is gone. Luckily I saved my library before, but I don't want to keep reloading it over and over again when I open iTunes.
    I keep getting a message saying, "iTunes.exe - Corrupt File" with a message saying "The file or directory C:\Documents and Settings\Username\My Documents\My Music\iTunes\Itunes Library.itl is corrupt and unreadable. Please run the Chkdsk utility"
    I tried to repair iTunes, reinstalling it over and over again, and running the Chkdsk utility, but nothing works.
    I am stumped and don't know what to do now.

    hi Nick!
    "iTunes.exe - Corrupt File" with a message saying "The file or directory C:\Documents and Settings\Username\My Documents\My Music\iTunes\Itunes Library.itl is corrupt and unreadable. Please run the Chkdsk utility"
    good lord ... okay, if it's not a hard drive problem, let's try downloading some fresh definitions and doing vigorous spyware and virus scans.
    does that show up anything?
    love, b

  • I am experiencing a large number of bugs, and I am seeking some help with fixing one or more of them; here is the list I have created.

    32GB GSM iPhone5S 7.0.3 Bug List
    - Reoccurring iOS crashes/reboots/restarts, under to specific circumstances:
    • Sliding down notification center
    • Sliding up control center
    • Tapping the top area of the screen where the status bar would be, within full-screen applications that don't show the status bar.
    • Tapping the bottom area of the screen where one would slide up to activate the control center, within full-screen applications that don't show the status bar.
    • Configuring various different iOS UI/iOS App/3rd party App settings, from within the Settings App.
    • Configuring various different iOS UI/iOS settings, from within the Control Center.
    - Specific iOS App bugs:
    • iWork apps freezing/lagging, even when no other applications are open and/or backgrounded.
    • App Store not showing reviews properly (i.e., either: not showing all reviews, not show any reviews, and/or showing reviews in an incorrect order; I've confirmed these issues by checking app review details online, for an array of different apps, doing so both on multiple iPhone models, and on desktop computers. The apps show their reviews online on said mentioned platforms, but a large portion of them aren't showing any/all reviews properly within the App Store specifically.
    • Reoccurring Siri-created reminders' specified reminder details are deleted, after having said reminder(s) created by Siri, when attempting to manually reconfigure one or more of said reminders' options.
    - Specific iOS UI bugs:
    • Notification Center "Today" section, Reminders' scheduled dates showing either black or white, intermittently.
    * Please note that these issues are still present, regardless of the fact that I have already tried to fix them by reinstalling iOS7, hard-rebooting, and restating my iPhone.

    Ad a new, temporary column (or one you can hide when not using). Let's say the current Prices are in column C and the new column is D.
    you can inflate the prices in column C by 5% by entering the formula in the first cell of column D as:
    =C2*105%
    likes this:
    to fill down, select D2, then copy, then select the D3 thru the end of the column, then paste.  Now select C2 thru the end of column C, now paste over the existing values using the menu item "Edit > Paste Values"
    you can now hide column D until you need to use it again.

  • Messed up my I Tunes, need some help with fixing it, details in first post.

    Okay, so I was doing some maintence on my computer, organising files, etc. and i accidentally moved a file labled itunes onto my desktop, which caused all my songs in my itunes to go away, i put the file back, and all the song titles are there now, but it says that none of them can play because it can't find the origional file or something like that. can anyone help me?

    More details, please...did you ever stop and restart itunes in the middle of this?

  • Need help with fixing a resolution problem

    Hello
    I was working on a file to test out PS6, the file has several layers, 30x80 at 300pi,
    in addition a friend came by and tried the same thing but her file size was slightly diferent, 29,99x80,05 28,346pi, she created over 20 diferent layers and i like some of them, is there a way to make them all 30x80 at 300pi so i can use them with the file i have?
    Some of her layers are solid backgrounds hile others are photo frames,
    cheers

    I don't know what pi is.  You are using it two ways in same sentence.  It is 30 x 80 p (pixels) at 300 ppi (pixels per inch)
    You can change the resolution, but remember you can not add detail that is not there.
    So if you change the resolution without resampling (check box at bottom of Image Size window) you will see the pixel size remains the same and the document size changes.
    If you do the same thing and check resampling the image size will change and the document size will not change.  If you change resolution from 100 to 300 it does NOT mean you have 3 times as good of resolution.  It means photoshop as added pixels as a best guess logarithm.  Actual resolution may be a little worse as there is no free lunch.
    As I said before it can get confusing.

  • Help with FIXED LENGTH columns - using spool command

    Hi guys,
    I have a view I am trying to spool using fixed length columns, and the spacing is off. Ive tried numerous things such as specifiying the column width before running the query, using the rpad command, but nothing seems to work. I have to spool it to a text file in order for the users to import this file into another system. I would welcome any and all suggestions. Thanks so much. The following is the view:
    SELECT "EMPLOYEE_ID","FIRST NAME","INITIAL","LAST NAME","SUFFIX","TRAINING DATE","Course ID","Class ID", "We", "Make / Model", "Cali", "Barrell", "Serial Number", "Qualification", "Application", "SCORE", "Status", "Add Time", "Record Add ID","Record Add Date","Record Change ID","Record Change Date","RN" FROM
    (SELECT
    UPPER(RPAD(tbl.ssn,10)) AS "EMPLOYEE_ID",
    UPPER(RPAD('',12)) AS "FIRST NAME",
    UPPER(RPAD('',1)) AS "INITIAL",
    UPPER(RPAD('',20)) AS "LAST NAME",
    UPPER(RPAD('',5)) AS "SUFFIX",
    UPPER(RPAD(to_char(QUALDATE, 'mmddyyyy'),8)) AS "TRAINING DATE",
    UPPER(RPAD('P123',8)) AS "Course ID",
    UPPER(RPAD('',6)) AS "Class ID",
    UPPER(RPAD('P',4)) AS "We",
    UPPER(RPAD('',4)) AS "Make / Model",
    UPPER(RPAD('',4)) AS "Cali",
    UPPER(RPAD('',7)) AS "Barrell",
    UPPER(RPAD('',15)) AS "Serial Number",
    UPPER(RPAD('A',4)) AS "Qualification",
    UPPER(RPAD('D',4)) AS "Application",
    to_char((RAWSCORE/250)*100, 'fm000.00') AS "SCORE",
    UPPER(RPAD('PASS',4)) AS "Status",
    UPPER(RPAD('',8)) AS "Add Time",
    UPPER(RPAD('',8)) AS "Record Add ID",
    UPPER(RPAD('',8)) AS "Record Add Date",
    UPPER(RPAD('',8)) AS "Record Change ID",
    UPPER(RPAD('',8)) AS "Record Change Date",
    row_number()over(partition by firearms_scores.ID_NUMBER order by QUALDATE desc ) rn
    FROM FIREARMS_scores, TBL
    where scores.id_number=tbl.id_number
    and qualyear='2010' and coursecode='SA'
    order by employee_id)
    where rn =1

    Hi,
    You RPAD doesn't do anything, since they are same as:
    SQL> SELECT NULL AS "Record Add ID",
      2         NULL AS "Record Add Date",
      3         NULL AS "Record Change ID",
      4         NULL AS "Record Change Date" FROM DUAL;
    R R R R
    SQL>Can't see why COLUMN command shouldn't do what you want. Maybe you forgot the double quotes?
    SQL> COL "Record Add ID" FOR a18
    SQL> COL "Record Add Date" FOR a18
    SQL>
    SQL> SELECT NULL AS "Record Add ID",
      2         NULL AS "Record Add Date",
      3         NULL AS "Record Change ID",
      4         NULL AS "Record Change Date" FROM DUAL;
    Record Add ID      Record Add Date    R R
    SQL>P.S: You probably shouldn't set a column width which is smaller than the header length
    Regards
    Peter

Maybe you are looking for