Please HELP! images being resized

Hi, Ive produced a small website using iWeb.
The website is NOT intended for the web but to go on disk to post to clients.
The main point of the disc is they choose images from the browser then click 'download' to get at the hires version.
In iWeb I have chosen that the download version is in it's 'Original (full quality)' state which is 7"x7" @300dpi (around 1mb file) - which was originally imported from an album in Apertuure.
The problem is it's nowhere near that size! iWeb is making up a different size and screwing up the compression as well!!
What am I missing? I just want the client to have access to the hires version I originally gave it.
Thanks in advance for any help!

iWeb is doing what it is supposed to do.
The images on a webpage are not for downloading but for illustrating the page.
Here's the solution:
Zip each large image and make a note of the file size.
Then store these zipped images in a folder on your server.
The URL to a file is like:
http://web.me.com/UserID/folder/image_01.zip
Then in iWeb type some text indicating the zip file (with the file size), select the text and make a link to an EXTERNAL PAGE, being your zipped file.
When you visitor clicks the link, the zip file will download. Your visitor has to open it and preceed as intended.
Other solution:
Instead of putting the files on the server yourself, select the text as before and make a LINK TO FILE on your computer.
iWeb will upload the zipped files on your behalf.
Message was edited by: Wyodor

Similar Messages

  • Images being resized in book file in FM10

    I'm using TCS3, FM10 in Windows XP.
    When we generate books all of our images are being resized to 72 dpi.  Most of them are 150dpi in the source files.  What is causing this?

    I think there's something amiss with your structure application. Try using the default app to see if things work properly.
    When you insert an image and set the DPI, do the image/@width and @height attributes get set? This is what controls the image size. I haven't tested image resizing for a book from a map in default FM10-DITA (it works great with DITA-FMx) .. how are you generating the book?
    ...scott

  • Please help-image problem (display)

    Can someone please help with this?
    I keep receiving an error (below) while trying to execute the code...
    2001-07-19 11:55:02 - Ctx( /dev ): IOException in: R( /dev + /servlet/getImage + null) Connection reset by peer: socket write error
    My setup is Tomcat 3.2
    JDBC: Oracle's classes12.zip
    JDK: Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
    Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
    I have copied my simple code below for review:
    package lmmfcd.images;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.io.*;
    import java.sql.*;
    import javax.servlet.jsp.*;
    import javax.servlet.jsp.tagext.*;
    import org.apache.jasper.runtime.*;
    import java.beans.*;
    import org.apache.jasper.JasperException;
    public class getImages extends HttpServlet
         public void doGet(HttpServletRequest request, HttpServletResponse response)
                   throws ServletException, IOException
              //Grabs and assigns the PageContext
                   JspFactory _jspxFactory = null;
                   PageContext pageContext = null;
                   Object page = this;
                   _jspxFactory = JspFactory.getDefaultFactory();
                   pageContext = _jspxFactory.getPageContext(this, request, response,
                        "", true, 8192, true);
              //End of the PageContext Stuff
              Connection conn = (Connection)pageContext.findAttribute("conn");
                   try
                        ResultSet rset = null;
                        String queryCmd =
                                  "SELECT     image "+
                                  "FROM          sgps.images "+
                                  "WHERE          pn = '13507028' "+
                                  " AND          pic_num = '1' ";
                        Statement stmt = conn.createStatement();
                        rset = stmt.executeQuery(queryCmd);
                        rset.next();
                        Blob blob = null;
                        blob = rset.getBlob("image");
                        response.setContentType("image/jpeg");
                        byte[] ba = blob.getBytes(1, (int)blob.length());
                        System.out.println("just above OutputStream");
                        response.getOutputStream().write(ba, 0, ba.length);
                        response.getOutputStream().flush();
                        response.getOutputStream().close();                    
                   catch(SQLException e)
                        throw new ServletException("Problem");
    }

    It compiled okay, but still displayed the broken image as the result....
              if (rset != null)
                   try
                        BLOB blob = null;
                        blob = (BLOB)rset.getObject("image");
                        response.setContentType("image/jpeg");
                        InputStream in = rset.getBinaryStream("image");
                        //Have also used:
                        //InputStream in = blob.getBinaryStream();
                        OutputStream out = response.getOutputStream();
                        byte b;
                        while ((b = (byte)in.read()) != 1)
                             out.write(b);
                        in.close();
                        out.flush();
                        out.close();
                   catch(SQLException e)
                        throw new ServletException("Problem");
              }

  • IPhoto 6 - please help - images lost

    pls help if u can! i use iPhoto V6 and have 500 images that I have manipulated usign iPhoto where the original image may have been changed over time up to 10 times to render a new image - all saved correctly and filed under a sub system of changed images - this has been done over the previous 12 months
    however on booting up this week my thumbnails in each iPhoto folder show the correct image but on clicking to open the original image comes up
    i have never used the 'revert to original' tool - how has this happened?
    where are my final (changed images) sitting.....
    it looks like all images have reverted to their original when clicked on but this istn something I have manually done..

    Ben
    Welcome to the Apple user discussion forums
    - all saved correctly and filed under a sub system of changed images -
    Could you explain what you mean by this please?
    If you go to the iPhoto library in your pictures folder and look (DO not move or change anything within the iPhoto library) at the originals folder and at the modified folder what do you see? The originals folder should contain the original photos and the modified folder the latest (One only) edited version
    LN

  • Please help - image viewer help needed

    hi
    can anyone plase help
    I am building a CSS site and want a simple image viewer -
    just one image viewing in a box with >> and << buttons
    for the user to scroll through images. I know that dreamweaver has
    a built in Image viewer but it does not work properly. It will not
    go back to the first image after it has gone forward to the next
    images. Even the tutorial does this.
    Does anyone know why this happens or can anyone direct me to
    a good tutorial that will provide instructions for this?
    I know that there are many add ons to deal with this but it
    is only a small function that I should be able to produce myself.
    Many Thanks

    If you're building a CSS site you might not want to use
    Flash. Try Googling
    for "lightbox". If you have a development budget, you might
    also want to
    have a look at this:
    http://www.projectseven.com/products/galleries/ssm/ssm_01.htm
    Al Sparber - PVII
    http://www.projectseven.com
    Extending Dreamweaver - Nav Systems | Galleries | Widgets
    Authors: "42nd Street: Mastering the Art of CSS Design"
    "sarah louise water" <[email protected]>
    wrote in message
    news:fhocso$61t$[email protected]..
    > hi
    > can anyone plase help
    >
    > I am building a CSS site and want a simple image viewer
    - just one image
    > viewing in a box with >> and << buttons for
    the user to scroll through
    > images.
    > I know that dreamweaver has a built in Image viewer but
    it does not work
    > properly. It will not go back to the first image after
    it has gone forward
    > to
    > the next images. Even the tutorial does this.
    >
    > Does anyone know why this happens or can anyone direct
    me to a good
    > tutorial
    > that will provide instructions for this?
    > I know that there are may add ons to deal with this but
    it is only a small
    > function that I should be able to produce myself.
    >
    > Many Thanks
    >

  • Please help - Images not loading in Safari

    I've been a Mac user for about 7 years now, and I'm stumped. Literally overnight Safari started acting up... and now no images on webpages will load. The pages load fast per usual, and all the text is there. Other than the images not appearing everything else appears normal. I've run Cocktail, done system checks, ran Tech Tool - pretty much everything i can think of without calling Apple Care. Does anyone have any ideas as to what the problem might be and how I can fix it?
    Thanks very much for your time and help! I really appreciate it, and would love to get this solved - it's driving me nuts!
    Powerbook G4 Mac OS X (10.4.4)

    safari > preferences > appearance > is "display images when page opens" checked? if not .. check it

  • Please help - image won't appear in iTunes

    Hi
    I hope you can help as we seem to have followed all the rules but the image for our podcast still hasn't appeared after more than two weeks.
    RSSFeed:
    http://www.podooch.com/corporate/dirtydancing.php5?action=subscribe&chid=220&corpid=179
    Format: jpg
    Size: 300px x 300px
    Resolution: 72 DPI
    We have also changed the file name so that iTunes will recognise it as new (as suggested in another post).
    Any help would be greatly appreciated!
    Thanks in advance.
      Windows XP  

    Hi ..
    Follow the instructions here >  iOS: Device not recognized in iTunes for Mac OS X
    The iPhone should be recognized in iTunes no matter which user account you are logged into.

  • Help, image is resizing when opening PH3 out off LR2

    Hi guys,
    i have a problem when I open a 10,2 MB image from LR2 with PS3. It will open in PS3 but has rezised to 51MB. I use MacBook Pro.
    What can I do to change that!
    Cheers Dirk

    Dirk,
    Where are you seeing the file size change? File formats that use compression, such as .jpg and .psd will balloon in size when opened, but store compact.
    Neil

  • Please help after being on phone to bt about my slow internet, to be told that the best I can get, I put the phone down...but gone to turn my iMac on and Safari will not open I have tried to push reopen button but keeps going back to same menu sayin

    ssafari quit unexpectedly I keep pressing reopen button but nothing. Bt told me to put imac into safe mode, could this be the problem.

    Eustace
    Thank you so much for replying.  However I was about to remove this post.  I worked out how to do it!
    If anyone is having similar issues then turn off mirroring and change the arrangement in display preferences so that the monitor works as the main display and the macbook just shows the desktop.  I then turned down the brightness levels on the macbook to conserve power.
    Feel very proud of myself, but thank you!
    S

  • HT201263 my ipod touch 4th gen isnt work after a long time with 0 percent battery power.Then its not working. computer doesnt respond to my ipod .only black screen is appearing it even not wake up after reset it what can i do please help me

    my ipod touch 4th gen isnt work after a long time with 0 percent battery power.Then its not working. computer doesnt respond to my ipod .only black screen is appearing it even not wake up after reset it what can i do please help me

    After being connected to a charging source overnight try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
      Apple Retail Store - Genius Bar

  • Why is itunes too big for my screen? i'm on the highest resolution. i'm on windows 7 on a sony vaio ! please help !!

    why is itunes too big for my screen? i'm on the highest resolution. i'm on windows 7 on a sony vaio ! please help !!

    Resize it.

  • Canvas Resize to Square for a large number of images using script. E.g. image is currently 1020 x 600, I would like to change this to 1020 x 600. PLEASE HELP

    Hi All,
    I have a large number of images that I need to resize the canvas sizes to a square, the images are currently in different sizes. For example, if an image is 1020 x 600 I would like to change the canvas to 1020 x 1020 so that the image becomes a square. I am using CS3 and all the images are jpeg's. I have done research on scripts but the ones I have tried have not worked. Please help.
    Thanks.

    Since you do not want to crop your images to a square 1:1 aspect ratio changing the canvas to be square will not make your images square they will retain their Aspect Ratio and  image size will be changer to fit within your 1020 px square. There will be a border or borders on a side or two borders on opposite sides.   You do not need a script because Photoshop ships with a Plug-in script to be used in Actions.   What is good about Plugins is the support Actions.  When you record the action the plug-in during action recording records the setting you use in its dialog into  the actions step.  When the Action is played the Plug-in use the recorded setting an bypasses displaying its dialog. So the Action can be Batch.  The Action you would record would have two  Steps.   Step 1  menu File>Automate>Fit Image... in the Fit Image dialog enter 1020 in the width and height  fields.  Step 2 Canvas size enter 1020 pixels in width and height  not relative leave the anchor point centered it you want even borders on two sides set color to white in the canvas size dialog. You can batch the action.
    The above script will also work. Its squares the document then re-sizes to 1020x1020  the action re-sizes the image to fit with in an area 1020 x 1020 then add any missing canvas. The script like the action only process one image so it would also need to be batched. Record the script into and action and batch the action. As the author wrote. The script re size canvas did not specify an anchor point so the default center anchor point is uses  like the action canvas will be added to two sides.

  • Rating is being applied to EVERYTHING, not just the active image- please help.

    Seemingly out of nowhere a particular feature in LR stopped behaving the way it normally does for me.
    When I am in the Survey view (in the Library mode) and I have a number of images selected because I am trying to make my selections, it suddenly started applying my star rating to the entire set of say 10 images I have selected, and not just the one that is active. This is very strange- I have never seen it behave like this before. I can't remember hitting anything or changing any settings, but it just seemed to have started out of nowhere.
    It appears that if I go in and "manually" click on the star scale that appears below each of the images when you mouse over it, THEN it will apply the star rating to just that one image, but I can no longer just hit the "5" key and have just that one image that's active get the 5 star rating. It's doing it to everything.
    I've tried just restarting LR but that didn't change anything. Please please help, as this is really messing up my workflow.
    Thank you,
    Robyn
    I did visit the page below to confirm that it should indeed not be behaving in this manner:
    http://help.adobe.com/en_US/lightroom/using/WSEEE8FD0F-DFD8-47d0-A6FE-DD726E5F2E1A.html#WS 11A1E98C-3D8D-47b5-8335-4B9D8C3A5D36

    Rick,
    Thank you so much for your time and support!! Unfortunately I don't see that as an option . I'm including a screen shot of what I do see. Anything else you have to offer would be very much appreciated!
    thanks again!

  • Spry Image Slideshow not being nice, please help

    Ok, first off, web design novice so please keep it simple for me. I'm trying to set up a portfolio page for a photography website using the Spry Image Slideshow Widget with Film Strip in Dreamweaver CS5.5. The problem occurs when I try to set the width and height as a percentage. Width, no problem, but when I try to set up the height as a percentage, the slideshow disappears and I'm left with just the thumbnail film strip. To clarify here's what I'm doing - in Adobe Widget Browser in the "Frame & View Port" Tab, Change Frame Width to 70% and View Port Height to 70%. In the Live View pane of the Adobe Widget Browser, the slideshow frame changes size with the window as expected, but go to Dreamweaver, open up a blank HTML page,  Insert: widget.. and bam, no slideshow, just a row of thumbnails. Thrashing around in the dark here, please help...

    Wow, it's like a ghost town on here, think I find a different slideshow.......

  • Help please on image resizing

    How do you resize images (I can't find anything in the APIs).
    At the moment I have an application with an inherited layeredPane and images (from inherited JLabels) drawn on top.
    The pane currently has no layout, if I resize the application everything else resizes but the images stay the same.
    Would anyone be able to show me what I have to change to enable the images to resize, help would be appreciated.
    public class BoardPanel extends JLayeredPane
        public BoardPanel()
        //Overwrite abstract painting method
        public void paintComponent(Graphics g)
            super.paintComponent(g);
            //draw Image at size of panel starting at 0,0
         g.drawImage(backgroundImage,0,0,this.getWidth(), this.getHeight(), null);
        private Image backgroundImage = new ImageIcon("./Images/Board.gif").getImage();
    public class PieceIcon extends JLabel
        //Create new image with the piece (symbol) chosen by the player
        public PieceIcon(String symbol,int pNum)
            playerNumber = pNum;
            pieceImage = new ImageIcon("./Images/"+symbol+".jpg").getImage();
            setOpaque(false);
        public void paintComponent(Graphics g)
           super.paintComponent(g);
           g.drawImage(pieceImage,boardPos[0][(MainFrame.getPlayer(playerNumber).getCurrentBoardPos())],
                                  boardPos[1][(MainFrame.getPlayer(playerNumber).getCurrentBoardPos())],this);
        private Image pieceImage;
        private int playerNumber;
        private static int[][] boardPos = //load of absolute values, change to proportionate values if images can be resized
    public class MainFrame extends JFrame
        /** Creates new form JFrame */
        public MainFrame()
            initGUI();
            pack();
        private void initGUI()
           //create components and add to frame, including:
            JPanel content = new JPanel();
            getContentPane().add(content, java.awt.BorderLayout.CENTER);
            content.add(boardIcon, java.awt.BorderLayout.CENTER);
            //Create the board Pane
               boardIcon.setPreferredSize(new java.awt.Dimension(500,500));
            //start at (x,y) 0,0, with height/width (600,600)
                boardIcon.setBounds(0,0,600,600);  //does this have to be set again if window is resized?
            boardIcon.setLayout(null);      
        public void createPieces()
           //method called in main once player names and details have been enterd
           playerPieces = new PieceIcon[this.getNumPlayers()];
           for(int i=0; i<this.getNumPlayers(); i++)
              //Create new icon with players piece selection and number selection
              playerPieces[i] = new PieceIcon(this.getPlayer(i).getPiece(),i);
             //Add piece at depth of '10' (default layer is 0 so just above other board components)
             boardIcon.add(playerPieces,new Integer(10));
    //label size of board, piece drawn at specific point within board
    playerPieces[i].setBounds(0,0,boardIcon.getHeight(),boardIcon.getWidth());
    private static BoardPanel boardIcon = new BoardPanel();
    private PieceIcon[] playerPieces;
    Thanks in advance

    You need to use g.drawImage(image, dest.x, dest.y, dest.width, dest.height, source.x, source.y, source.width, source.height, null)
    It's in the Graphics API. It will scale the image on the fly. The destination coordinates should be the panel you want to paint on.

  • In filters (liquify) my pic is black, when I click on the black screen I keep getting a message that my background settings is preventing the image from being displayed.. please help

    Could someone  please help with a step by step for dummies to rectify this.

    With these settings it does not raise that alert for me.

Maybe you are looking for

  • Rebates in SAP Retail

    Hi, One of my clients wants to implement Rebates. Can you ket me know what are the various kinds of rebates that are supported by sap is retail. Some business processess / best process documents will be helpful Thanks Barry

  • ITunes 9.2 Hanging on "Restoring iPhone Frimware.."

    Sorry if this has been posted before Whenever I run iTunes and try to update any of my devices (iPad, iPhone 3GS & 4 or iPod Touch) the pop up window gets as far as "Restoring iPhone Firmware.." The progress bar get to about 4mm away from being full

  • Can't seem to arrange files in Files panel.  (Mac).

    Hi, I'm teaching myself Dreamweaver on a Mac. I can't seem to move and re-arrange my file and folders in the Files panel.  When I try to move one file to another location on the Files panel (not into a folder) it just moves back to its original locat

  • Exporting photos from ipod to pc

    On holiday we used our ipod as a harddrive for our digital camera. Our ipod 5th generation was recently purchased without an instruction manual. Can anyone help us figure out how to export the photos on to our pc??? Thanks

  • Multi-file placing order

    Whenever I load a couple of images from Bridge to use them with the new multi-file placing 'tool', I never get them in the order they are in Bridge. Is there any way to solve this, so I don't have to flip through all the images (which, unfortunately,