Border around "scale-to-fit" image is not "tight" around image

I have a form with repeating pages that displays an image (jpg file) on each page. Each image is a different size so I need to use the scale-to-fit feature so the images appear in a predetermined location.
One of the requirements given to me is that I need to place a border around the image. Unfortunately, the border appears around the predetermined location and not the image itself. In other words, if the image I insert doesn't fit exactly into the space provided, white space appears between the border and the scaled image.
Is there another way?

Scale-to-fit uses the scale of the image and the space to change the size of the image in the best possible way, it does not force the image to fit exactly in the space if the space is out of scale with the image. So if you have a 10x1 image and try to "scale-to-fit" it into a 10x10 space there will be a lot of whitespace.
Alternatives would be to use "stretch-to-fit" which will force the image to fit in the size you define, but the image may become distorted. The other option is to use "use-image-size" which will change the size of field to fit the image pefectly.
H.

Similar Messages

  • In an eMail message, when I attempt to save two photos by clicking the 'Save 2 Images' link, not the 'Save Image' link, the images are not saved. (I use I I apologize for the late notice, butOS7 on IPhone5). Is this feature broken?

    In an eMail message, when I attempt to save two photos by clicking the 'Save 2 Images' link, not the 'Save Image' link, the images are not saved. (I use I I apologize for the late notice, butOS7 on IPhone5). Is this feature broken?

    Please don't post the same question multiple times!

  • Disk Image could not be opened: image not recognized

    So I downloaded the free student versions of both Maya and Maya LT from the autodesk website. It took a little while to download the .dmgs, but once I got them, I couldn't run them. Every time I double click them the disk image mounter tells me "Disk Image could not be opened: Image not recognized." Why? What am I doing wrong? I could have sworn I downloaded the mac version of each program, could that have something to do with it?

    benchristianson,
    perhaps both of your downloaded disk images were only partially downloaded?

  • Preview 'scale to fit paper size' not working for PDFs

    If I have a pdf document that is larger than A4, Preview's 'scale to fit paper size' does not seem to do anything. Even the actual preview of the pages in the print dialog doesn't change when toggling the 'scale to fit' option.
    Strangely, my pdf e-invoice from the Apple Store for my new MacBook Pro was larger than standard A4 size, and I couldn't get Preview to scale it.
    This isn't a printer issue, as I have the same problem on 2 completely different printers. Also, Adobe Reader has no problem scaling the pdf. I even generated a pdf from Inkscape that was larger than A4, and Preview couldn't scale it to fit on A4, but Adobe Reader could.
    Can anyone else replicate this problem?

    I have found the answer to my problem. For some reason, the print dialog box I see through 'File>Print' is different to the print dialog when I click the Print icon on the toolbar (which I added to Preview's toolbar and was using whenever I wanted to print).
    The dialog you get when clicking the Print icon is missing the 'Preview' option in the drop-down menu, which is where the 'Scale each page to fit paper' is.
    It seems crazy to me that using Print icon on the toolbar has this option missing. But at least it's working now!

  • If image file not exist in image path crystal report not open and give me exception error problem

    Hi guys my code below show pictures for all employees
    code is working but i have proplem
    if image not exist in path
    crystal report not open and give me exception error image file not exist in path
    although the employee no found in database but if image not exist in path when loop crystal report will not open
    how to ignore image files not exist in path and open report this is actually what i need
    my code below as following
    DataTable dt = new DataTable();
    string connString = "data source=192.168.1.105; initial catalog=hrdata;uid=sa; password=1234";
    using (SqlConnection con = new SqlConnection(connString))
    con.Open();
    SqlCommand cmd = new SqlCommand("ViewEmployeeNoRall", con);
    cmd.CommandType = CommandType.StoredProcedure;
    SqlDataAdapter da = new SqlDataAdapter();
    da.SelectCommand = cmd;
    da.Fill(dt);
    foreach (DataRow dr in dt.Rows)
    FileStream fs = null;
    fs = new FileStream("\\\\192.168.1.105\\Personal Pictures\\" + dr[0] + ".jpg", FileMode.Open);
    BinaryReader br = new BinaryReader(fs);
    byte[] imgbyte = new byte[fs.Length + 1];
    imgbyte = br.ReadBytes(Convert.ToInt32((fs.Length)));
    dr["Image"] = imgbyte;
    fs.Dispose();
    ReportDocument objRpt = new Reports.CrystalReportData2();
    objRpt.SetDataSource(dt);
    crystalReportViewer1.ReportSource = objRpt;
    crystalReportViewer1.Refresh();
    and exception error as below

    First: I created a New Column ("Image") in a datatable of the dataset and change the DataType to System.Byte()
    Second : Drag And drop this image Filed Where I want.
    private void LoadReport()
    frmCheckWeigher rpt = new frmCheckWeigher();
    CryRe_DailyBatch report = new CryRe_DailyBatch();
    DataSet1TableAdapters.DataTable_DailyBatch1TableAdapter ta = new CheckWeigherReportViewer.DataSet1TableAdapters.DataTable_DailyBatch1TableAdapter();
    DataSet1.DataTable_DailyBatch1DataTable table = ta.GetData(clsLogs.strStartDate_rpt, clsLogs.strBatchno_Rpt, clsLogs.cmdeviceid); // Data from Database
    DataTable dt = GetImageRow(table, "Footer.Jpg");
    report.SetDataSource(dt);
    crv1.ReportSource = report;
    crv1.Refresh();
    By this Function I merge My Image data into dataTable
    private DataTable GetImageRow(DataTable dt, string ImageName)
    try
    FileStream fs;
    BinaryReader br;
    if (File.Exists(AppDomain.CurrentDomain.BaseDirectory + ImageName))
    fs = new FileStream(AppDomain.CurrentDomain.BaseDirectory + ImageName, FileMode.Open);
    else
    // if photo does not exist show the nophoto.jpg file
    fs = new FileStream(AppDomain.CurrentDomain.BaseDirectory + ImageName, FileMode.Open);
    // initialise the binary reader from file streamobject
    br = new BinaryReader(fs);
    // define the byte array of filelength
    byte[] imgbyte = new byte[fs.Length + 1];
    // read the bytes from the binary reader
    imgbyte = br.ReadBytes(Convert.ToInt32((fs.Length)));
    dt.Rows[0]["Image"] = imgbyte;
    br.Close();
    // close the binary reader
    fs.Close();
    // close the file stream
    catch (Exception ex)
    // error handling
    MessageBox.Show("Missing " + ImageName + "or nophoto.jpg in application folder");
    return dt;
    // Return Datatable After Image Row Insertion
    Mark as answer or vote as helpful if you find it useful | Ammar Zaied [MCP]

  • Preview image does not match content image

    I have been using Bridge CS3 on MAC OS X 10.4 for about 2 years and have happily used it as part of my image processing work flow for thousands of images. A Canon 1DS is my main camera. Some time ago I have started using a Canon G9 in addition to the 1DS. So far so good.
    Recently and for no reason I can see, Bridge has started displaying an entirely different image in the preview panel than the image selected in the content panel. This only seems to happen when selecting RAW G9 images in the content panel; the image shown in the preview panel will be a processed PSD file originally taken on the 1DS, or a 1DS RAW image (of an entirely different subject and processed months earlier). Needless to say, the file name format of RAW G9 images and processed / RAW 1DS images is entirely different. What ever Bridge is using to marry content image selected with preview image displayed, its getting it wrong. I should add that that this doesn't always happen all of the time - but it does happen about 25% of the time.
    When I open in ACR I get the correct image. Also Bridge meta data refers to the correct image. It is just preview that is incorrect.
    I have compacted and refreshed the cache. This resolves the issue the first time I go back in and select images from the content panel, but if I reselect, I'm back where I started.
    Has anyone ever experienced this?
    (in preferences against "When Creating Thumbnails Generate:" I have "Convert To High Quality When Previewed". Also I have both "Use Software Rendering" and "Use High-quality Previews" checked. I'm using Bridge CS3 2.1.1.9)
    Many thanks, Tom

    I had this with my Canon30D files as well. Spurious previews. I met with Adobe in person and went over this. I then moved to Bridge 3.x and went over why I needed high quality images and the person I was working with took many copies of my images to work on the high quality previews.
    I found when I went to one of the 3.x versions of Bridge, this was corrected and I got to use High Quality without the spurious previews.
    I did not have to give up my High Quality. At least not in my case.
    I will note that I was on the prerelease member site and so did get Bridge 3.x versions that may not have made it to the public, hard to know as I have since moved on to CS4.
    I remember a time when I could not use the global purge command and had to throw away all cache folders but this is no longer the case.
    I think Adobe did all they could to fix this issue and still feel that it was incredible that they met with me several times and did conference calls with 6-7 engineers in the room with me and how they really seemed to want to know what was up.
    So I, for one, cannot say there will remain a black eye. Adobe was very supportive with me.
    b One thing though, I could not use "software render" ever with any success.

  • Image gallery not removing previous image

    Hi,
    I have an image gallery but I can't seem to get the previous image removed. I have two functions:
    [AS]function clearLoader():void {
    try {
      var li:LoaderInfo = slideLoader.contentLoaderInfo;
      if(li.childAllowsParent && li.content is Bitmap){
       (li.content as Bitmap).bitmapData.dispose();
    } catch(e:*) {}
    }[/AS]
    And
    [AS]while(currentContainer.numChildren)
    var obj:DisplayObject =  currentContainer.getChildAt(0) as DisplayObject;
    if (obj is Bitmap) {
      Bitmap(obj).bitmapData.dispose();
      currentContainer.removeChild(obj);
    } else if (obj  is MovieClip) {
      currentContainer.removeChild(obj);
    }[/AS]
    But in some way not the previous image is removed, but the one before that. Annoying, because if image 1 is larger than image 2, image 1 stays on the background. It is only when loading image 3 the first image is removed from the stage. Any advice?
    Thanks!
    Dirk

    Hi,
    1. With the switchSlide() function:
    function switchSlide(intSlide:int):void {
     if(!Tweener.isTweening(currentContainer)) {
      if(slideTimer.running)
       slideTimer.stop();
      intCurrentSlide = intSlide;
      if(currentContainer == sprContainer2)
       currentContainer = sprContainer1;
      else
       currentContainer = sprContainer2;
      currentContainer.alpha = 0;
      mcSlideHolder.swapChildren(sprContainer2, sprContainer1);
      clearLoader();
      slideLoader = new Loader();
      slideLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, fadeSlideIn);
      slideLoader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, showProgress);
      var  unesc_xmlSlideshow:XML = new XML(unescape(xmlSlideshow));
      slideLoader.load(new URLRequest(unesc_xmlSlideshow..image[intCurrentSlide].@src));
      mcInfo.lbl_description.text = unesc_xmlSlideshow..image[intCurrentSlide].@title;
      mcInfo.lbl_artist.text = unesc_xmlSlideshow..image[intCurrentSlide].@artist;
      strLink           = unesc_xmlSlideshow..image[intCurrentSlide].@link;
      strTarget          = unesc_xmlSlideshow..image[intCurrentSlide].@target;
      mcInfo.mcDescription.lbl_description.htmlText = unesc_xmlSlideshow..image[intCurrentSlide].@desc;
      mcInfo.lbl_count.text = " Slide " + (intCurrentSlide + 1) + " / " + intSlideCount2;
    /AS
    2. No images from other domains... just the ones on my webserver.

  • Thumbnail image is not the same image as the picture that shows when opened

    When I look at a thumbnail image in iPhoto and then I click to open that picture a different picture appears on the screen and the thumbnail image is not opened.  It's almost like they are both within that image, one appearing in the thumbprint and one in the full image.  So if I want to print a thumbnail image I can not find it and if I want to see what is in the folder some don't show in thumbnails.  I think this happens when I transfer from my iPhone to iPhoto and I have deleted some pictures from my phone before the transfer.  The deleted ones I see the thumbnail image of but they are not there when images are opened, and the pictures they override are not there when I try to find them in the thumbnails.  I am only having this problem in two of the iPhoto folders that I have.  I have a large iPhoto library.           

    Back up your iPhoto library, Depress and hold the option (alt) and command keys and launch iPhoto - from the resulting first aid window rebuild thumbnails and if needed repair permissions and if necessary rebuild your database
    LN

  • How do I straighten an image within an image.  Not the entire image.  Only a portion of the image.

    I have been looking online and in my Speaking Photoshop CS6 instruction book and cannot find where to straighten only part of an image.  Some of the image is straight but he middle section needs adjustment, straightening.  I can only find how to straighten an entire image.
    Thank you
    Lorraine

    I am very curious as to what you are trying to do. In a nutshell, you need to first select the part of the image that you want to adjust (via the lasso tool, etc.), then press Command/Control + T to enable rotation/scaling. If you're adjusting part of an image you will most likely need to fill in some areas after doing so.

  • Import Image Sequence not importing all images

    I have a sequence of 99 JPG images that I am trying to import into Premiere Pro. These images were created by an export from Lightroom.
    When I perform the import starting at the first image, only 35 images are imported.
    If I import the sequence starting at the 34th image, only 2 images are imported.
    If I import the sequence starting at the 35th image, only 1 image is imported (and it is imported as an image file it appears).
    If I import the sequence starting at the 36th image, the remaining images are imported.
    I have tried a number of different settings for the export from lightroom, but it doesn't seem to make a difference. For example, if I export as TIFF I see the exact same problem. If I export as JPG using a smaller image size I see the exact same problem.
    I have tried "Replace Footage..." to no effect.
    When I inspect the image files using an image view there appear to be no issues with the files. File sizes are consistent and not inordinantly large (~5MB).
    The filenames are all properly numbered as expected by Premiere Pro.
    I have done this successfully dozens of times before this problem arose, and I have done it successfully a number of times since the problem arose. The problem appears to happen only with this particular set of images.
    I can work around the problem by importing the images as two separate imports (one starting at the first image and a second starting at the 36th image) and putting them both in a single sequence. In fact, this spliced sequence looks as expected with no missing frames or anything else untoward that I can see.
    I've poked around with this for a couple days, and cannot discern any other factors that may be causing this.
    Does anybody have any idea what might be going on?

    I checked the filenames again and they're properly sequenced with no extra or missing spaces or anything else that doesn't follow the pattern of the first 34 images. In fact, I took a screenshot of this, and in doing so I figured out what the problem is.
    Here's a screenshot of the directory with all the images.
    As I was reviewing this screenshot, I noticed that the "Date" column goes over midnight. Images 0001-0034 all took place before midnight, and images 0035-0099 took place after midnight.
    This column shows the capture time of the images, coming from the camera and through the export from Lightroom. This is different from the creation date of the exported file, which is shown in the "Date modified" column (cropped out of screenshot). In other words, you can see that I took the pictures on February 25 and 26, but exported them on March 1.
    To verify that this might be the problem I used "Edit Capture Time..." in Lightroom to shift all the images an hour earlier. This means that there is no longer a date change in the sequence as they all have capture times before midnight. I then exported the images from Lightroom again, and imported them into Premiere Pro.
    When I do this, all the images are imported into Lightroom successfully.
    I realize this is only one data point, but it sounds like Premiere Pro is maybe using the capture time as part of its sequencing heuristics, and for some reason it isn't handling a date change properly. Or maybe something else is afoot.
    What do you think?
    Message was edited by: reastick trying to fix link to screenshot...
    Message was edited by: reastick ...well that didn't work either...

  • UI element-Image is not showing JPEG images

    Hi Gurus
       i am facing a problem while displaying an image in ImageUI,
    its not working with JPEG files, also its showing pblm while
    displaying gif images with size above some 50KB. Small size gif images are properly working.
    With Regards
       Vipin

    Hi Vipin,
    Regarding the image visibility, please check the permissions also.
    For eg:
    check with Read/Write permission for yourself and for others with Read permission.
    If you are displaying the images in WebDynpro application then you can allow/restrict the types of images like .jpeg or .png etc..
    Hope this helps..
    Regards
    Piyush
    Please reward points if this helps!!!

  • System Image Utility not seeing Source Images.

    Ok, so I've got 10.6 server running on a New MacPro. It runs amazingly, and I love it.
    Trying to create a NetInstall service to deploy a bunch of Macs. Everything I've read says that I'll need an image of the Install, or a mounted disk that I need to create an image of. I have tried both of these scenarios and I cant seem to get anything to show up in the Sources section of System Image Utility.
    I created my custom image on an Intel MacBook Pro, and it boots without any problem. I restarted the MBPro in target disk mode, connected it to the MacPro, and created a "New Image From Disk...." in disk utility, and still it does not show up in System Image Utility.
    A stock Mac OS X install DVD in the drive shows up in the sources section, without any issue, but I really need to be able to install a customized build of the image.
    So, here's my questions:
    1) Can I create and deploy a custom 10.5 image from 10.6 server / System Image Utility II?
    2) If so, How, or what am I doing wrong?
    Desperate for help!
    Any assistance is greatly appreciated.

    I talked to Apple Support. It seems that 10.6 server can serve out 10.5< images, however each NetInstall image needs to be created with the corresponding version of System Image Utility. That is to say, if you want to create a 10.5 image to be deployed on SnowLeopard Server, you have to install 10.5.7 Server tools on a partition running 10.5, and create the image from there, then move the .nbi folder from that machine to the 10.6 server.
    Trying it now, but it seems to be working already.
    Thanks Apple Care guy!

  • Scale to fit not working in Ppro cs3

    I have an issue with scale to fit of export settings in Premier Pro CS3. I need to eliminate the black bars on the side of clips. I check the scale to fit of the output box but it will not do the job. I have to manually play around with pixels numbers in order to get rid of the black bars. Is this normal or am I missing something?

    I have a semi-related question. I'm using CS4.  Does scale to fit reduce the image quality? It seems like it does.
    I shot P2 HDV footage in the widescreen ratio (shot 24p 720p HVX-200), but my intention was to present a 1.33 image aspect ratio (not to be confused with the HDV pixel aspect ratio) even on the 16x9 displays, in other words pillarboxed.
    This output was successful using crop tool in Media Encoder, but on 4x3 TVs, I want to present a fullscreen image. I output with Media Encoder, select 4x3, and I crop the same way, and then I choose "scale to fit". However, this reduces the image quality.
    Is there any other way I can take 16x9 1.78 footage and crop it in Premiere Pro, or Encore, or Media Encoder to create a full-quality 4x3 image that is fullscreen on 4x3 TVs?  (Note: I definitely don't want a letterboxed and pillarboxed result on 4x3 TVs, i.e. windowboxed).
    I tried opening new Premiere Pro projects with different settings, and tried using "interpret footage" to fool it, but I couldn't hit on the magical combination to create a 4x3 cropped project (or Pan&Scan you might say) in Premiere Pro. Are there some Pan and Scan tools in Premiere Pro that can do this?
    I found some help here. It says: "This techniques is called pan & scan. In Adobe Premiere Pro, you can implement either technique by using Motion effect properties such as Position and Scale."  But what the heck would I do? Open a 4x3 standard def project and then import the HDV P2 footage and use position and scale there?  Cropping it in an appropriately opened DVCPROHD project has a 16x9 image area to start with...
    Any help?

  • Clone Stamp & Paintbrush cursor not displaying on image

    Hey there,
    When attempting to edit a photo (on PS CS3), the cursor for the paintbrush and clone stamp tools does not display on the image - it'll come up when the mouse isn't directly over it (ie around the borders, & workspace etc, but not on the image itself).
    All other tools the cursor will display (eg marque and crop etc).
    Is anyone able to offer any help on the subject?
    Thanks very much.

    If you are using a Wacom, keep the pen well away from the tablet when using the mouse and vice versa.
    Try unplugging the Wacom – if the problem disappears, update the drivers.
    Or
    Try resetting the tools from the little drop-down menu in the Options Bar.
    If all else fails, try resetting your preferences as described in the FAQ.
    http://forums.adobe.com/thread/375776?tstart=0
    You either have to physically delete (or rename) the preference files or, if using the Alt, Ctrl, and Shift method, be sure that you get a confirmation dialog.
    This resets all settings in Photoshop to factory defaults.
    A complete uninstall/re-install will not affect the preferences and a corrupt file there may be causing the problem.

  • List VM Images not listing my images

    HI 
    I am using the virtual machine api on https://msdn.microsoft.com/en-us/library/azure/dn499770.aspx to get a list of all available vm images, but when I call this I am not getting the VM images that I have created and are available on the portal, the
    list of vm images I get with the api are very different from the ones I have available on the portal.
    Anyone experience this ?? maybe I have to get my vm images in a different way?
    Thanks for your help.

    https://msdn.microsoft.com/en-us/library/azure/jj157191.aspx
    - Above link provides details on OS images. OS images are the ones you create from PowerShell or from management portal (Virtual Machines > images). These images are restricted with in the scope of a specific subscription id.
    I will assume that there are two reasons why these come as different api endpoints
    - It is easier to manage security checks this way (as one is owned by subscription id) vs. other is generic to a subscription type
    - VM images, is not just OS image. It contains much more provisioning information (about disks etc.)
    Please note that these are my assumptions (not authoritative why it is different). Hope you understand. :)

Maybe you are looking for

  • Windows doesn't recognize Ipod and causes iTunes to Crash. . HELP!!

    Hi, Recently, I plugged in my ipod (30GB Photo) to my computer (running windows XP with SP2) and it caused itunes to crash. I rebooted the machine and tried again and the same thing has happened. I've spent the past day trying to fix it. I have done

  • Material purchase price variance and different cuurrency in IR

    we have a requirement to split  price variance and freight purchase price variance in goods receipt stage, but the problem is condition type can not be assigned COPC original group. so what are the tables I can use to split the two ppvariance using c

  • Staging Area - Sans Transformations?

    I am struggling to come up with a proper term for a database that will contain untransformed application data.  This would be an EL process what will pull application data from the source, and insert it into the "staging" area.  A subsequent job will

  • I'm stuck after I delete onEnterFrame

    I've made a lot of progress on this file thanks to some help from the forum. I've reached a point I can't figure out. In my released() function, I need to call a delete onEnterFrame so that the scripted tweens can run. But how do I "reinstate" the on

  • Nokia 5630 XM Maps Updater Error Cannot get enough...

    Hi experts, I have unsolved problem until now. I have Nokia 5630 (buy in Czech Republic), I updated to lastest firmware 012.020 and after that I can´t connected with Nokia maps updater (it shows the announcement like topic - see attached file). I try