Canvas resize stretches pixels of image content slightly when used :(

Hi,
I've a document that measures 3000 x 3000 pixels and I want to put an extra 600 pixels in height on it. I tried using canvas resize tool and it puts the extra pixels in height where I want them but it actually stretches the content very slightly. I noticed this because my artwork contains an image of planet earth from space and the globe gets stretched higher (only very slightly) in the direction of the new pixels. I've viewed it in various zooms including 50% and 100% and no success there either. Could it be a bug? best
Paul

Hi guys,
Here are the screenshots...not sure I'm allowed to upload full size copies...I'll try
I've also just been working on another piece of work and photoshop said there was a problem saving the file...I had to close it and lose all my work...could it be a bug with the download?
I don't think I previously cropped the image with delete cropped pixels unchecked and when I did use the crop tool I only ever expanded the top section too. The only layer that extends beyond the canvas is the lightning layer at the top.
Cheers
Paul

Similar Messages

  • Panel contents overlap when using borderSkin style and layout=absolute

    This problem has been reported on several occasions
    (http://bugs.adobe.com/jira/browse/SDK-14806)
    and there are several articles that talk about this:
    http://dougmccune.com/blog/2008/01/17/followup-about-flex-panel-bug/
    http://dougmccune.com/blog/2008/01/12/calling-********-on-a-resolved-flex-bug/
    I´m not an expert but think I found a fix/workaround for this.
    frameworks\projects\framework\src\mx\containers\Panel.as
    Must to be changed in the viewMetrics() method.
    Line:
    973- if (FlexVersion.compatibilityVersion < FlexVersion.VERSION_3_0) 974- {
    Replace by:
    if ((FlexVersion.compatibilityVersion < FlexVersion.VERSION_3_0) || (getQualifiedClassName(border) != "mx.skins.halo::PanelSkin") || (getStyle("borderStyle") != "default") ) {

    Hi Andres,<br /><br />I haven't tried to verify your fix, but would you be willing to fill out a contributor agreement and submit an official patch?<br /><br />Matt<br /><br /><br />On 4/25/08 12:34 PM, "Andres Serral" <[email protected]> wrote:<br /><br />A new discussion was started by Andres Serral in<br /><br />Developers --<br />  Panel contents overlap when using borderSkin style and layout=absolute<br /><br />This problem has been reported on several occasions<br />(http://bugs.adobe.com/jira/browse/SDK-14806)<br />and there are several articles that talk about this:<br />http://dougmccune.com/blog/2008/01/17/followup-about-flex-panel-bug/<br />http://dougmccune.com/blog/2008/01/12/calling-********-on-a-resolved-flex-bug/<br /><br />I´m not an expert but think I found a fix/workaround for this.<br /><br />frameworks\projects\framework\src\mx\containers\Panel.as<br />Must to be changed in the viewMetrics() method.<br /><br />Line:<br />973- if (FlexVersion.compatibilityVersion < FlexVersion.VERSION_3_0) 974- {<br /><br />Replace by:<br />        if ((FlexVersion.compatibilityVersion < FlexVersion.VERSION_3_0) || (getQualifiedClassName(border) != "mx.skins.halo::PanelSkin") || (getStyle("borderStyle") != "default") ) {<br /><br />________________________________<br />View/reply at Panel contents overlap when using borderSkin style and layout=absolute <a href=http://www.adobeforums.com/webx?13@@.59b51731><a href=http://www.adobeforums.com/webx?13@@.59b51731><br />Replies by email are OK.<br />Use the unsubscribe <a href=http://www.adobeforums.com/webx?280@@.59b51731!folder=.3c060fa3><a href=http://www.adobeforums.com/webx?280@@.59b51731!folder=.3c060fa3>  form to cancel your email subscription.

  • How to embed image in html when using JTextPane, HTMLEditorKit, JavaMail

    I am developing a specialized e-mail client that has to be able to send e-mail messages (in html format with images and attachments) that can be read by standard e-mail clients, and receive similar messages from standard e-mail clients.
    I have everything working except for embedding images.
    Images are to appear in the document mixed in with the text, but that's not what I mean by "embed". By "embed" I mean that the image itself is encoded within the html.
    Here's a bit of code to set the context.
    JTextPane bodyPane = new JTextPane();
    bodyPane.setEditorKit(htmlEditorKit);
    bodyPane.setTransferHandler(new DropHandler());
    bodyPane.setDocument(new HTMLDocument());
    In the DropHandler I have the following:
    HTMLDocument htmlDoc = (HTMLDocument) bodyPane.getDocument();
    HTMLEditorKit htmlKit = (HTMLEditorKit) bodyPane.getEditorKit();
    int caretPos = bodyPane.getCaretPosition();
    At this point get "filename", the full path to an image file that has been dropped onto bodyPane.
    String htmlString = "<img src=\"file:///" + filename.replace("\\","/") + "\">";
    htmlKit.insertHTML(htmlDoc, caretPos, htmlString, 0, 0, HTML.Tag.IMG);
    This works just fine. The image is displayed in the document at the point of insertion.
    However, the image itself is an external file. I need to send an e-mail with this image and could send the image file as an attachment, but I obviously can't assume that the recipient of the email is going to save the attachment into the proper location.
    What is the best way to do this?
    There is a technique for embedding the actual image in the html, using this syntax:
    String htmlString = "<a href=\"data:image/png;base64,---mimed png image here--\" alt=\"Red dot\"></a>";
    I can't get this to work in JTextPane, so perhaps it's not supported. Also, there may be limitations on the size of an image. And apparently Internet Explorer doesn't support this.
    From what I read, using a "content identifier", that is, "cid:" and adding the image as another part of the e-mail message is probably the thing to do. I haven't taken the time to explore this yet.
    Does JTextPane support cid? Is that a nonsense question? I suspect what I need to do when the message is being composed is use absolute paths to local files with the images, and then when assembling the e-mail, attach the files and rewrite the html to build in the cid linkage. Similarly, when reading a message with cid's, the thing to do is save the body parts as files and rewrite the cid to point to the actual file.
    I have seen others ask similar questions, one as recently as last December, and the reply was to refer to a Sun tutorial. But that tutorial doesn't address the full problem of 1) inserting an image into a document (instead of attaching an image to a component) and 2) sending it as an e-mail message.
    I have yet to see an example that shows the complete package.
    Am I right that the data option I mentioned is not going to work?
    Am I right that cid is the best approach, and do I understand how to use it?
    Is there something else?
    Thanks
    John

    Hi Rocky,
    Are you using the DC?
    if yes then you need to put the image inside the component folder. after that close the application
    & reopen. You will get the image.
    In case this does not work then try refreshing the portal through server side. Once the cache is cleared, it will be up to view.
    Also check the Activity list you have created. It should be added to the dtr properly or else it wont be reflected once reimported the configurations.
    Regards
    Chander Kararia

  • Images not displaying when using Mod_JK

    Has anyone had this problem with any success?
    platform:
    Windows 2000 Professional
    Jakarta Tomcat 4.1.3
    Apache 2.0.039
    Mod_jk connector
    My_Sql 4.0.1
    I have a successful connection between Tomcat and Apache via the mod_jk module.
    All JSP's are displaying with the appropriate data from MySql.
    My problem is that no images will display when I connect through Apache, via port 80.
    When I connect to Tomcat direct through port 8080, everything displays properly including images.
    Currently, I am running my application under Tomcat's webapp subdirectory.
    Is there something that I perhaps not did properly configure with Apache's http.conf file or with
    server.xml?
    Any suggestions or answers would certainly be appreciated.
    Thanks,
    Lenny Sorey

    Lenny,
    I apologize for not having an answer to your question, but I'm envious that you've successfully configured mod_jk. I've read several different versions of how to configure this, but nothing has worked so far. I wonder if you could either point me to some correct instructions on how to integrate Apache and Tomcat so I might try to duplicate your success.
    Thanks in advance,
    Vince

  • Image.source problem when using an URL with params

    Hello everbody,
    I want to dynamically load images into a dataGrid using the
    following item renderer:
    <mx:DataGridColumn headerText="Image" dataField=""
    width="100">
    <mx:itemRenderer>
    <mx:Component>
    <mx:Image width="100" height="75" source="{'
    http://myserver:8080/servlets/getImage?id='+data.@id+'&width=100&height=75&format=image/pn g'}"/>
    </mx:Component>
    </mx:itemRenderer>
    </mx:DataGridColumn>
    This source won't compile, the error message is 'The
    reference to entity "width" must end with the ';' delimter.
    Ok what's going on here. Seems AS3 not liking my URL params,
    it's not that the width url parameter is a general widget property,
    when i rename the params to "xywhatever" i have the same result.
    When i remove the "&...." from the URL the code compiles.
    (Unfortunately my servlet isn't working without the params..).
    Anyone has an idea what i can do here?
    Thanks in advance!

    I am having difficulties connecting to the MS Active Directory from weblogic 10.3.2. Can you please post your connection info? I am getting data 525 v1772 error. I can't see the users.
    Note: My friend Koksal Aci changed a user parameter, we are not sure if it is the main reason we couldn't connect, but after we have written the first domain's name in capital + "\" + user name, we were successful in connection to Microsoft AD, and getting the user and group names.
    Edited by: cenkozan on Dec 3, 2010 11:12 AM

  • Iview contents missing when using FQDN Cisco Load Balancer

    Hello Experts,
    We are using Cisco load balancer to distribute the load across the portal servers. Everything was working fine, but after upgrades to the latest support package stack SP18, we ran into some odd behavior. Some of the contents on the iview are blank when using FQDN load balancer URL e.g. http://sap1234.corp.com/irj/portal .  But those blank contents does show up if we donu2019t use FQDN e.g. http://sap1234./irj/portal .  At this point we are not sure where to start troubleshooting?
    Any helps would be appreciated,
    Dave
    Edited by: davidn on Feb 27, 2009 11:50 AM

    Isn't this the same as your other post? I'm locking this one...

  • No content loads when using portal links

    We recently upgraded from 3.0.9.8.2 to 3.0.9.8.5 and in the new version we are having issues with our favorites portlet as well as any links that users create to send to other users. In the new version, after a user logs in, if they click on a saved favorite link, the new page does not load. The tabs at the top of the screen stay and the content of the page is left blank. The same thing happens if you copy a link into the browser window after logging in. However, if you navigate to the tab that the link is going to, and then go back to the login page and use the link, it works fine. We have a TAR logged with Oracle and they do not know what is wrong. Has anyone experienced a similar problem or know a solution?
    After testing, we came up with something interesting. When we were creating favorites, we were going to the page we wanted, copying the URL, and pasting it into a favorite. This URL is fairly short. Just now I tried right clicking on the folder I wanted to make a favorite and copying a shortcut. This URL is much longer (although it should point to the same place as the short one). When I tested the favorites, the first URL loaded a blank screen (as you saw in the ODC), but the second loaded the page correctly. I went back to our System Test environment to make sure that the problem does not exist there (this instance is still 3.0.9.8.2). Both the short URL and the long URL worked. Why should patching the portal cause the short URLs, which worked before, to
    stop loading pages correctly? Here is an example:
    Portal Production (3.0.9.8.5)---------------------------------------------------------------------------
    URLs for My Regional tab
    WORKS(right-click and copy shortcut)
    http://portal.us.colorcon.com:7777/pls/cc_prod/CC_INTRANET.wwpob_page.changetabs?p_pageid=952&p_regionid=2264&p_portletid=956&p_mainpageid=952&p_mode=3&p_debug=0&p_back_url=http%3A%2F%2Fportal.us.colorcon.com%3A7777%2Fservlet%2Fpage%3F_pageid%3D952%2C956%26_dad%3Dcc_prod%26_schema%3DCC_INTRANET
    BREAKS(navigate to page and copy URL)
    http://portal.us.colorcon.com:7777/servlet/page?_pageid=952,956&_dad=cc_prod&_schema=CC_INTRANET
    URLs for QA Tab under My Knowledge (this is a sub-tab)
    WORKS(right-click and copy shortcut)
    http://portal.us.colorcon.com:7777/pls/cc_prod/CC_INTRANET.wwpob_page.changetabs?p_pageid=952&p_regionid=2277&p_portletid=997&p_mainpageid=952&p_mode=10&p_debug=0&p_back_url=http%3A%2F%2Fportal.us.colorcon.com%3A7777%2Fservlet%2Fpage%3F_pageid%3D952%2C954%2C960%2C997%26_dad%3Dcc_prod%26_schema%3DCC_INTRANET
    BREAKS(navigate to page and copy URL)
    http://portal.us.colorcon.com:7777/servlet/page?_pageid=952,954,960,997&_dad=cc_prod&_schema=CC_INTRANET
    Portal System Test (3.0.9.8.2)-------------------------------------------------------------------------
    URLs for My Regional tab
    WORKS(right-click and copy shortcut)
    http://hercules.us.colorcon.com:8020/pls/cc_prod/CC_INTRANET.wwpob_page.changetabs?p_pageid=952&p_regionid=2264&p_portletid=956&p_mainpageid=952&p_mode=3&p_debug=0&p_back_url=http%3A%2F%2Fhercules.us.colorcon.com%3A8020%2Fservlet%2Fpage%3F_pageid%3D952%2C956%2C960%2C964%2C48%2C47%2C614%2C50%2C103%2C49%26_dad%3Dcc_prod%26_schema%3DCC_INTRANET
    WORKS(navigate to page and copy URL)
    http://hercules.us.colorcon.com:8020/servlet/page?_pageid=952,956,962,964,48,47,614,50,103,49,1006,1020,1154,1060&_dad=cc_prod&_schema=CC_INTRANET&2086_IT_EBUS_PROJ_93987.p_subid=83600&2086_IT_EBUS_PROJ_93987.p_sub_siteid=1&2086_IT_EBUS_PROJ_93987.p_edit=0

    Hi,
    The reason why I decide to use Light Framework, itu2019s because Iu2019m creating an EFP, and Iu2019m using the WPC to publish the content (articles, news, and link list), using the standard Web Forms.
    The problem is, after adding to a WPC Page something so simple like an article (using the Web Form Article), no Portal iView, HTMLB or other stuff included, the preview of the WPC Page using the Default Framework Page is ok, but when using the Light Framework Page, the text in the article doesnu2019t have the correct font-family. It looks like there are some styles missing in the Light Framework Page, that WPC content is expecting.
    Thanks and Regards,
    John

  • Change images/content within PDF using controls?

    Hi,
    Sorry about the title of the question -- not sure how to phrase it. Basically I need to know:
    Is it possible, within a PDF, to give the viewer an option to switch content using a dropdown list, or radio buttons or some other form of control.
    So, lets say I have an image on the pdf, and a drop-down next to it. If the user pick 'A' from the drop-down, they get one image, if 'B' another. Similar thing for a piece of text.
    Is this something that can be done (HOW it could be done that would be awesome to know also : ) ?
    A similar side-question:
    Is it possible to allow a user to "upload" an image into a pdf? Something like having a placeholder for an image on the PDF, and an UPLOAD button, that lets the user browse for an image, which will then go into the placeholder (and made to fit). Is this possible?
    Thanks in advance for any info,
    Andrey

    Hey Data_bitz
    Let me see if I understand correctly:
    Content is in Workflow A.
    Exception occurs the content goes to another workflow (or step) assigned to the "exception" alias.
    Now you want the members of the exception alias to figure out where the content should really go and reroute it to that workflow.
    Is that right?
    There are a number of ways to do this but here is one using sub workflows and jumps.
    If so you should do the following
    Workflow A = step 1.. step N, exception step, final step, exit
    In the exception step entry event check for the custom metadata field value. If present, stay in the step, if absent or set to some automatic default, skip the exception step and continue to final step.
    In the exception step update event check for a custom metadata field value that indicates what exception resolution workflow the content should go into.
    Have a jump defined for each exception resolution workflow and a return step that comes back to the final step of Workflow A (that last return step is optional).
    The idea is that your exception managers (members of your exception alias take a look at the content, figure out what workflow is needed, select the workflow from a metadata option list that only appears when the doc is in workflow (you do this with profiles), and effectively "assign" it to the users in that particular exception resolution workflow.
    You really do not want to be changing security groups in the middle of a workflow as it breaks the security paradigm of the document.
    hope this helps!
    Warmly,
    Billy Cripe
    Fishbowl Solutions

  • Image not rendering when using Content Presenter Template

    I have checked in an image in UCM with security group as "Public" and in the content presenter template I have the following code to display image:
    <af:outputText value="#{node.propertyMap['TESTREGDEF:Image'].asTextHtml}" id="image5"
    escape="false"/>
    The image does not render on the page and it displays as a broken Image.I tried to print the value of the image URL and it is:
    <img src="${wcmUrl('rendition','xyz/web')} " alt = "Logo">
    Am I doing anything wrong?
    Thanks,
    Swathi Patnam
    Edited by: Swathi Patnam on Jul 12, 2012 5:24 PM

    Hi Vinod,
    I tried using af:image like below and its the same issue.I have read in most of the blogs that since this is in the content presenter template, the image has to be displayed using output text with escape set to false.
    <af:image source="#{node.propertyMap['REGDEF:Image'].asTextHtml}" id="image5"/>
    I am not using <img> anywhere, its just that on the webpage when the image doesnt appear, I tried to see the source of the image using Firebug and it shows following:
    <img src="${wcmUrl('rendition','xyz/web')} " alt = "Logo">
    Edited by: Swathi Patnam on Jul 13, 2012 6:00 PM

  • Why is all my content rasterized when using PDF format folios?

    My folio is created using PDF default, as is the single smooth scrolling article it contains.
    the indesign file uses a large background image (PSD) and text created in layers over the top, as well as MSO containing text.
    The result in Adobe Content Viewer on ipad is completely rasterized? I dont see the point in having PDF (which allows pinch & Zoom), if the zoomed result is pixelated?
    anyone got any guidance or general tips about this? Can I control the resolution that rasterization produces somehow?
    thanks

    I believe all content within scrollable frames or MSO will get rasterized, and text with text-effects applied. (so if you have any drop-shadow or other effects on the text, all of the text will be rasterized)
    If you have the text by itself it shouldn't get rasterized tho, even if it is in a smooth scrolling article.
    I would recommend you to avoid putting the text in an MSO. Maybe you can have the text on a layer under, and have a MSO-state hiding it at first with something covering it?
    Hope it helps.

  • Dynamic Image Displays Blank When Using In Visual Studio Project

    I am trying to simply display a dynamic image in a report. I am using Crystal Reports XI Release 2.
    I have two different environments: Local via Progress where reports are called using Crystal Viewer ActiveX, and over the web where reports are called from Open Laszlo and Visual Studio project.
    The image is set to a blank image as default, and Graphic Location Forumla loads the image from the database (site.logo_location + site.logo_filename) which results in an image http:
    www.vetinfo3.com\a.jpg.
    When I run the reports locally using the ActiveX control, it works just fine and displays the image.
    When I run over the web using OpenLaszlo, it displays a blank.
    Troubleshooting
    We are using Visual Studio 2005, which is bundled with an older version of Crystal that doesn't support dynamic images.
    To address this, I loaded Crystal XI Release 2, which updated the version in Visual Studio and enabled the Graphic Location formula field on the dev machine.
    I verified the Graphic Location field was set correctly.
    This caused a Version error, so we loaded cr_net_2005_mm_mlb_x86.zip on server and specified the Version in web.Config.
    No errors now, but when I build and publish the code, the image still displays as blank.
                From Fiddler
                   GET http://www.vetinfo3.com/mdsol1/CrystalImageHandler.aspx?dynamicimage=cr_tmp_image_c5d6a923-293b-4f1e-8739-4e698f83b087.png
                   Creates C:\Documents and Settings\Curtis\Local Settings\Temporary Internet Files\Content.IE5\PWRUX2XW\CrystalImageHandler[1].png
                   Blank Image
    According to issues within Visual Studio, they say the fix to this is to add the <httpHandler> in web.Config, but it is already there; added when we add the viewer to the project:
    In web.Config I have some questions about this line:
        <httpHandlers>
          <add verb="GET" path="CrystalImageHandler.aspx" type="CrystalDecisions.Web.CrystalImageHandler, CrystalDecisions.Web, Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"/>
        </httpHandlers>
    There are more service packs for Crystal XI Release 2:
    crXIr2sp2_net_server_install.zip
    crXIr2sp3_net_server_install.zip
    crXIr2sp4_net_server_install.zip
    I have not loaded these yet, but the readme files do not indicate they fix any dynamic image issues.
    I am out of ideas on this; does anyone have any ideas?

    What about if you take OpenLaszlo out of the picture? E.g.; use one of our samples from here;
    https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsfor.NETSDK+Samples
    I'd recommend vbnet_web_simplepreviewreport
    Also, see [this|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0437ea8-97d2-2b10-2795-c202a76a5e80] article.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • How do I resize/change resolution of photos from iPhoto when used in iWeb

    I am shooting with a 7.1 Mega Pixel Canon to get enough quality to crop and print high quality pictures of my baby daughter and her adventures in the world.
    I have a website up made with iWeb, but when I select the photos in iPhoto and go Share / Sent to iWeb / photo page - I get a nice layout of the photos but at full resolution when the thumbnails are selected or the slide show is run. Although nice and sharp, this is a pain for anyone looking at the site even with high speed access.
    There must be some way to resize photos, but I have yet to figure that out with iPhoto, let alone iWeb. And as one photo at a time is a pain, there must also be a way to rescale a whole selection of photos that I want to use for a page - say her Disneyworld trip. I can't be the first person to run into this, but I have not found anything out there to point me in the right direction.
    Ideally I wold like to create a resized set from the originals - so I can still print and crop in high qulity. I also am not really sure what resolution would be best or easy viewing and download - that's probably subjective. 1200x800 comes to mind but I am open to suggestions.
    Perhaps resize is not the right term - changing resolution is probably more accurate, but there too I have not found an answer.
    Appreciate the help and suggestions.

    dan28088,
    Tried your site on two different browsers, using highspeed broadband; the site is, indeed, extaordinarily slow. We can dissect the thing down to the last file, but it won't change anything, as far as I can see. If it were me, I would host the site on another server. The .Mac servers are just plain slow, period. I think that is the primary problem here. Just my opinion, others may disagree.
    I created a new site this past weekend for a new project, and published it to .Mac. It contains a lot of jpeg files in slideshows (along with the usual png suspects!) . After reviewing it a few times, and not being satisfied with page-load speeds, I published to a folder and uploaded the site to space on 1&1 WebHosting.
    The page-load speeds TRIPLED. That's right...3X as fast page-load speeds. Even large, linked to files, 3MB+, load within a reasonable amount of time. (seconds)
    I still will keep a .Mac subscription, as I like and use all of the other features of the iDisk. But for serious website hosting, I think you will be better 'served' with a remote host. Your money with .Mac is certainly not wasted; the syncing services and other features of iDisk space that integrate with your local files are well worth the yearly fee. Again, only one user's opinion, based on experience.
    Mark

  • Image quality poor when using "fit in window" view

    Hello,
    i´m getting familiar with PS CS3 Demo and what buffles me is the poor quality of the downsized view of large images. I loaded a 8 MP JPEG image from a digital camera and it looks good in 100%, but when i choose to view the whole image to fit the window (33,33% in my case), the resulting "downsampled" image is very jaggy and pixelated. I use a freeware image viewer called Xnview that gives me a far superior view when viewing large images downsized - i can even choose to select a "HQ" mode so those images get resampled to look better. It it normal that PS does not offer such a thing (or did i not see it?) and delivers such poor visual quality or is there something wrong with my PC?
    Thanks for your help.

    Though 6.735, 12.5, 25 and 50% views usually are OK too. "Image quality" is great, though sometimes deceivingly so. I guess I don't understand sampling enough to tell you why 33% looks bad (rounding errors, I suppose). But 66% makes sense. You're trying to stuff 3 pixels into the space of 2.
    Dave, what are the advantages to these nearest neighbor views instead of bicubic (or even bi-linear). Just speed?
    J

  • Distorted Images in Slideshow when using Philips Screen on Mac Mini

    Photos are distorted (horizontally stretched) when a slideshow is run independent from the preferences (tried them all). However, the full screen edit mode displays the images correctly. The problem did not occur with the previous analog screen.
    I'm using the following Mac Mini (PowerMac10,2, PowerPC G4 (1.2), 1.33 GHz)
    with the latest iPhoto version 6.0.6 under 10.4.9 and with a Philips 200WS 20" screen (DVI port) running the the native resolution of 1680x1080.
    Mac Mini G4 1.33 GHz, 1GB   Mac OS X (10.4.9)   Philips 200WS screen
    MacBook 1.83 GHz, 2GB RAM   Mac OS X (10.4.6)  

    I actually just encountered the same exact problem today. I've had a Mac Mini connected to a 42" TV for the past 6 months, and I always used ARD to view the screen (rarely via the TV).
    Today, I moved the machine to a new location, one which leaves it headless, and now ARD displays a black screen. I don't know if it has to do with the Mini not knowing what resolution to present, since it doesn't have a display connected to it, but it's definitely causing a problem- I no longer have the 42" TV, or any display, for that matter, to use!

  • Image capture stucks when using Canon CanoScan LiDE60 scanner

    Hi,
    I tried to use Image capture to get an image from a book. I chose the following options :
    600 dpi
    Text
    Save in : Desktop
    File type : PNG
    I started the scan, it scanned. But instead of putting a file on the Desktop and show it with the Preview application, it stucks there indefinitely. I have to close it down, but afterwards, the scanner does not scan anymore. It only works again by restarting the system.
    Can someone have a clue of what's going on?
    Thanks,
    Frédéric Chiasson
    MacBook   Mac OS X (10.4.8)  

    Hi there,
    The CanoScan toolbox application lets you set which application you use to scan a document and where to save a scanned document. If you haven't configured this, it will be impacting the operation of the scanner. Open the application and I would suggest you set Preview to be your scanning application instead of Image Capture. If you want to save to the desktop this is where you can set this also.
    Paul

Maybe you are looking for