res picture questions

I am currently a personal/portfolio site and its going to be quite heavy photo. I currently have a few problems with getting high-resolution photos imported. I heard the Muse using technical different subsampling for photoshop which can cause blurred images. Currently I export the photos in full resolution and screen optimized versions (PS sous-échantillonné 1080 x 1625) these two and PSD files when they are imported for muse don't come looking almost as good as they should be...? is there another method I should use to import the or other dimensions/dimensions files? the issue of the poor quality is even worse when the image is used as a parallax scrolling?

If your image has exactly the pixel size you need to place on your page, Muse will not touch at all.

Tags: Adobe Muse

Similar Questions

  • Reactive picture questions

    Hi all

    I am currently give Adobe Muse a trial, have chopped in front of Webplus and am really impressed.

    I worked through some of the trial and began to generate a sensitive site. I have a slight problem with my site, but with images that are not in motion when the site is resized. My Web page is here (a lot of broken links and photos of poor quality at the moment):

    Battle of Killiecrankie (1689) Jacobite rebellions

    I have breakpoints at 1200 and 820. The pictures and the site works as expected in the latter with the images which move in resizes it text. In the 1200 version however the pictures on the left don't move and overlap the text so that it fits in the browser. Those on the right move very well. I guess I'm missing something obvious, but the images are marked as fluid and not selected for lock.

    Any help or pointers?

    Thank you very much

    James

    Hi all

    Thought I'd give a quick update on what I have solved the problem. The problem was caused by the text that comes to superimpose the images. Once it was all separate everything worked a treat.

  • Import the folder structure, shaded pictures question

    Im just starting my Lightroom Catalog. I tried to import some photos that reside in a folder on my desktop in lightroom

    I'm in the library I hit import.  I scroll down to the folder I want to import.  (it has sub ) categories)

    All the photos I want to import are greyed out. as they have already been imported into lightroom.


    The right column (Destination dropdown)

    I scroll to the destination drop down and look for the desktop folder that I selected in the box on the left origin


    If I click on the bar of all the photographs in the catalog list box... all these pictures Im trying to import already show up... but they are not in the appropriate folders, as they are in the original desktop folder.

    Other folders appear as they do on the desktop folder, but not this one.

    It appears when I imported the file structure did not follow, but imported photos.


    Do I have to drag all these photos in this folder on the left... each one individually?


    I hope this feeling.


    Thanks for your help

    Rich



    You would use ADD until it meets your needs. And you would use to COPY or MOVE if one of those that meet your needs.

    I have and how to delete the old catalog in order to not confuse.

    Give you the new catalogue a new name (it asks for the name when you select the file-> new catalog) and then you can use your operating system to delete the old catalog file, the name ends with. LRCAT (you can tell that it is earlier than the date that the file has been modified).

  • KF-E50A10 Rear Projection picture question

    I have a KF-E50A10 rear projection, that's what I see when I turn it on now:

    Is this a bulb problem, or is this another problem altogether?

    Thank you

    Basically Yes, it is not repairable, or would cost as much as a new TV set. did you send sony support usa team to [email protected] including your serial number and coordinated model number.

  • 5.3 LR picture questions

    LR 5.3 has begun to show some of my images as corrupt. After a thorough check, I reinstalled the program nothing works. I kept LR4 on my machine and it confirms that the images are very good. What is going on? Phil

    When you say "showing" Summers - see you the artifacts to develop or library or elsewhere (exporting)? Using the grid or loupe? What file format? What camera? What OS? Try to reset preferences: http://helpx.adobe.com/lightroom/kb/recover-catalog-images-resetting-lightrooms.html. Try to create a new catalog and import of a couple of these images.

  • Picture questions

    I need very specific project, and can't understand how best to go about it.  The project is put multiple PDFs into one document and then assemble them.  They are super high resolution, created with a vector program, probably CAD.  They match each other, so I need to be able to edit the content.  Each combination of Photoshop and InDesign I use ends up losing its quality and always sends me the size of huge files, to the point where the programs keep freezing, despite my 12 GB of RAM.  I was hoping to make some changes to the content in InDesign, so the files could stay vector.  They are very simple line drawings.  I know that I could manipulate the image to show only the content I want, but is there a better way?  I just need to be able to delete the content of the image and move the pieces on a little bit.  Any ideas?

    Well, it depends on what is in your PDF. You may be able to select, move, delete, and change items in Acrobat (Tools > advanced > touch up object tool), however if the PDF is a great image, Photoshop is your best bet. If everything is vector, Illustrator is your best bet. From a CAD program, there could be additional layers that can be removed, which could help your freezing problems in InDesign. Save in Illustrator a .ai or a PDF with Illustrator editing capabilities. If you're still having problems of gel, try to optimize your PDFs in Acrobat to remove fresh General (make a copy first). You can also disable the preview high-resolution in InDesign. Good luck.

  • PSE 8.0 (Mac) - scrolling and Magnifying a picture questions

    I wonder if other people have similar problems with PSE 8.0. I use PSE 8.0 on a laptop MacBook Pro with Snow Leopard (OS X 10.6).

    1. I'm not able to use the "left arrow" (I'm not sure of the technical term) to scroll an image.  Upwards, downwards and to the right the arrows move the image, but does not have the arrow to the left. Very weird!

    2. in an older version of the EP, I was able to type in the magnification that I wanted, (e.g., 150%, 200%, 400%).  In PSE 8.0, the magnification dialog box will allow me to type a number in, but it won't change the magnification of the image.  I have to use the +/-buttons or the associated cursor that are not as specific to type in a magnification level desired.

    Are there other users of problems similar to this, or should I consider unloading and then reloading the software?

    Thanks in advance for any help provided.

    Hmm, that's weird. My arrows are both on the right side:

    and I can scroll with them.

  • Of repeat XMLAGG values

    Hello, I just started working with xml and trying to merge 2 xml documents into a single document.

    The query, XmlAgg is to repeat some of the data of the first xmltable.

    I created a small example of what I'm trying to do (illustrates very basic)
                Select  XMLELEMENT("Questionaire",
                          Xmlagg(
                            XMLELEMENT("Questions",
                              Xmlconcat(
                                Xmlforest(Question_Nbr As "QuestionNumber"
                                        , Question_Type As "QuestionType"
                                        , Question_Asked As "QuestionAsked")
                                        , Xmlelement("QuestionAnswer",Question_Ans)
                                       ))Order By Id)) QT
                From (Select Qt.Id, Qa.Question_Nbr, Qt.Question_Type, Qt.Question_Asked, Qa.Question_Ans
                      From Xmltable ('/Test/Questions/question' Passing Xmltype('<Test><Questions><question><type>general</type><asked>Are you ok</asked></question><question><type>specific</type><asked>Do you know why not working</asked></question></Questions></Test>')
                              COLUMNS 
                                  Id For Ordinality 
                                , Question_Type Varchar2(100) Path 'type'
                                , Question_Asked varchar2(100) path 'asked') Qt
                      inner join   XMLTABLE ('/Results/question' PASSING XMLTYPE('<Results><question><nbr>1</nbr><ans>Yes</ans></question><question><nbr>2</nbr><ans>No</ans></question></Results>')
                              COLUMNS 
                                  Id For Ordinality
                                , Question_Nbr Number Path 'nbr'
                                , Question_Ans varchar2(100) path 'ans') Qa
                      ON Qt.Id = Qa.Id);
    produces the following: QuestionNumber is 2 in the two Questions/QuestionNumber (more nodes = more repeating values)
    <Questionaire>
      <Questions>
        <QuestionNumber>2</QuestionNumber>
        <QuestionType>general</QuestionType>
        <QuestionAsked>Are you ok</QuestionAsked>
        <QuestionAnswer>Yes</QuestionAnswer>
      </Questions>
      <Questions>
        <QuestionNumber>2</QuestionNumber>
        <QuestionType>specific</QuestionType>
        <QuestionAsked>Do you know why not working</QuestionAsked>
        <QuestionAnswer>No</QuestionAnswer>
      </Questions>
    </Questionaire>
    Running the internal query produces 2 rows with the correct data.
    Select Qt.Id, Qa.Question_Nbr, Qt.Question_Type, Qt.Question_Asked, Qa.Question_Ans
                      From Xmltable ('/Test/Questions/question' Passing Xmltype('<Test><Questions><question><type>general</type><asked>Are you ok</asked></question><question><type>specific</type><asked>Do you know why not working</asked></question></Questions></Test>')
                              COLUMNS 
                                  Id For Ordinality 
                                , Question_Type Varchar2(100) Path 'type'
                                , Question_Asked varchar2(100) path 'asked') Qt
                      inner join   XMLTABLE ('/Results/question' PASSING XMLTYPE('<Results><question><nbr>1</nbr><ans>Yes</ans></question><question><nbr>2</nbr><ans>No</ans></question></Results>')
                              COLUMNS 
                                  Id For Ordinality
                                , Question_Nbr Number Path 'nbr'
                                , Question_Ans varchar2(100) path 'ans') Qa
                      ON Qt.Id = Qa.Id
    QUESTION_NBR | QUESTION_TYPE | QUESTION_ASKED | QUESTION_ANS
    1. General | You're ok. Yes
    2. specific | Do you know why does not work. None

    database version:
    Oracle Database 11 g Enterprise Edition Release 11.1.0.7.0 - 64 bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    "CORE 11.1.0.7.0 Production."
    AMT for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production

    Can someone point out where my request went wrong.

    Thank you

    Mike.

    Hi Mike,.

    Your query is OK and I reproduce on the 10.2.0.5 and 11.2.0.2, versions unless you tell us everything, it must be a bug in your version.

    I'm just stabbing in the dark, but try to remove XMLConcat, you don't need here:

    Select XMLELEMENT("Questionaire",
             Xmlagg(
               XMLELEMENT("Questions",
                 Xmlforest(Question_Nbr As "QuestionNumber"
                         , Question_Type As "QuestionType"
                         , Question_Asked As "QuestionAsked"
                         , Question_Ans as "QuestionAnswer")
                ) Order By Id
              )
            ) QT
    From (
     ...
    

    Moreover, a single XQuery should do the job too:

    SQL> SELECT XMLSerialize(document qt as clob indent) qt
      2  FROM XMLTable(
      3  '
      4   {
      5     for $i at $qn in $qst/Test/Questions/question
      6       , $j at $rn in $res/Results/question
      7     where $rn = $qn
      8     return element Questions {
      9       element QuestionNumber {data($j/nbr)}
     10     , element QuestionType   {data($i/type)}
     11     , element QuestionAsked  {data($i/asked)}
     12     , element QuestionAnswer {data($j/ans)}
     13     }
     14   }
     15   '
     16    passing xmltype('
     17   
     18    generalAre you ok
     19    specificDo you know why not working
     20   
     21  ') as "qst"
     22  , xmltype('
     23   1Yes
     24   2No
     25  ') as "res"
     26  columns qt xmltype path '.'
     27  );
    
    QT
    --------------------------------------------------------------------------------
    
      
        1
        general
        Are you ok
        Yes
      
      
        2
        specific
        Do you know why not working
        No
      
    
     
    
  • Text overlay

    Hi, is there a way I can achieve the same kind of page, but not on questions of text and the section running down the card logo.  If I do the screen smaller, shorter text map logo.  The page looks great on my IMac and my laptop windows but apparently on the old monitors the h1 and p tags sink on top of the card/logo.

    Appreciate any feedback.

    Site is http://kimberleywebdesign.com/index.html

    The page looks great on my IMac and my laptop windows but apparently on the old monitors the h1 and p tags sink on top of the card/logo.

    It's all monitors, not only the old ones.

    Avoid using position: absolute position everything on the page precisely where you want it.

    Because it removes the element of the natural flow of the page, position: absolute often has unintended consequences such as those you are experiencing now.

    Because the older ones are smaller and lower res, this question appears first. But he also appeared in the small windows of browser on hi res monitors. Everyone sees the web with full-screen browsers.

    Given that you create on a hi res monitor, always test your pages in various browser sizes. I check mine entering the lower RIGHT of the browser window and drag it through a series of different sizes to see the effect on the layout.

    Remove any positioning (relative and absolute) of your CSS and rearrange the page using margins and floats.

    for example

    {#card}
    Width: 475px;
    position: absolute;
    top: 122px;
    padding: 0;
    margin: 0;
    left: 0px;
    }

    can be replaced by

    {#card}
    float: left;
    margin-top: 122px

    }

    which leaves in the natural flow of the page so that the text wrapping around as expected in smaller browser windows.

    You can then float the other elements around it.

    See http://www.barelyfitz.com/screencast/html-training/css/positioning/ for more information.

  • Blue square with a question mark instead of a picture

    I'm on Messages to use with your Mac - Apple Support.

    Instead of pictures (or), I get a blue square with a question mark in it.

    This does not happen with all Web sites, but I wonder why it's happening with an Apple site, and how I can see the photos.

    It sounds like a broken image link.

    Post a screenshot if you can, so that we can confirm. The page seems OK after a glance. Command + shift + 4 then do slide on the affected area, add the image to the desktop to this site via the camera icon.

    If you have browser extensions, disable them and repeat the test. Also try a different web browser if possible to see if it is the scale of the system or only Safari. Is - this Safari you use?

  • Photos? I have a number of pictures I want to make a photo book. Howevmake a photo book. Re the photos in question appear only in 'Photos' as a 'iPhoto event' how I arrange for these photos to put in an album to make a photo album?

    Photos? I have a number of pictures I want to make a photo book. However, the photos in question appear only in a 'Pictures' folder as "iPhoto events." I can't copy them into a book format. Can someone help me or show me how to transfer these photos in a Photo Book album?

    Select the photos that you want to use in the book and use the file ➙ book create menu option:

  • How can I set my profile picture? The image everyone sees beside your question?

    How can I put the image everyone sees right next to the question that is posted? The picture on my profile on Firefox?

    On this site, it's called the Avatar and you can update it here:

    https://support.Mozilla.org/en-us/users/edit

  • Question for the geniuses of pictures only.

    Question for the geniuses of pictures only.

    You see, I started with iPhoto and later began to use Aperture.  With iPhoto and Aperture, you can have ALL the metadata below the thumbnails, (nice).  Well, I put all my images descriptions in the keywords section because it didn't really matter, because these programs could show them as thumbnails.

    Now, I use this wonderful program of Photos and I found out that it will ONLY show the title of"the image in the thumbnails.  I've got on 30 000 images with keywords but no title.  I want to move / copy the text in the keywords section in the section of the title. I'm not a computer scientist, I guess that my skills are in average.  But I can follow directions.

    Suggestions appreciated.

    Member of ASC compiled some useful on Photos AppleScripts. Maybe one of them will be sufficiently close to your needs.

    http://www.oldtoadstutorials.NET/no.P01.html

  • Question of ink Officejet 7612 picture

    I recently bought an Officejet 7612 to replace a 7310 who died.  I was very impressed by the ability of the 7310 to print photos, however, he used a special photo cartridge to replace the black ink cartridge to get the best quality photos of this printer (even if it is true, he did do a decent job with just black and tricolor cartridges normal installed).  I don't see a photo cartridge similar to printing of photos available for the 7612.  The two test photos of the 7612 I printed came out rather well, unfortunately, I can not print them off the 7310 for comparing the quality of the photos.

    My question is, is there an ink cartridge for the 7612?  HP finished far who with their printers today because they can print photos without the special photo cartridge?

    Hello

    Not in the following list.

    http://WWW8.HP.com/au/en/products/printers/product-detail.html?OID=6877295#! tab = OAS

    If you want to print pictures, there are a lot of printers to do this job such as Photosmart class printers.

    Kind regards.

  • Picture of user account plus-res for the login screen?

    I have an image ~ 530pixels the place I want to use as an image of user account. I've seen mention that windows dimensionnera the image up to 48 x 48, and that's very good for when the image is displayed small (i.e. the start menu). However, it seems that this image of 48 x 48 is be climbed back to the login screen because it displays the usual up-scaling artifacts. Is it possible to tell Windows, through the registry, use an plus-res image for user account image is displayed on the login screen?

    But my source image is certainly high enough res ~ 530 squares. I want windows to * not * is resize up to 128 x 128 for things like the start menu, but then resizing * that * image 128 x 128 to something bigger for the photo log. It would be great if I could just give a picture of 128 x 128 for the profile photo (or the user in mosaic as I see articles call them) and then provide a plus-res image to the login screen. Such an arrangement already exists to provide images for, say, the start menu take into account different parameters.

    I think that the icon on the start menu is only 48 x 48. I just changed to a 256 x 256 user image and it is was reduced to 128 x 128 screen connection, much smaller than that of the start menu. I didn't know myself, but I read somewhere that the logon image is reduced even more if you're not using passwords. A 128 x 128 image should not get resized to the logon screen, only reduced to the start menu.

    Sorry, no idea how to display a larger image.

Maybe you are looking for