Zoom option in lightweight wallpaper programs

In gnome when you pick a wallpaper, you can pick the zoom option and the wallpaper is set to the whole screen and all ratio's in the image are maintained (which is not the case with fill screen, and scale gives borders if the image hasn't got the right resolution).
Now what I was wondering, is there any way to get this behavior from feh, imagemagick, xsetbg or some other non-gnome wallpaper setting program?
I'd really like to know how to do so

But that best fit option also gives borders, I'm on a 1024x1280 resolution and most wallpapers doesn't fit natively to this resolution. So with the gnome background handler I could select an option to magnify the image to fit the screen and loose a little piece of the image at the borders.
But all other apps I've tried until now only support the option to set the image to the biggest size which shows the whole image and show a colored border at the sides.
So I'm looking for an app with that same option as the gnome app (it's called zoom there).
I hope my explanation is a little clear.

Similar Messages

  • Zoom option in accessibility enabled automatically and icon become so large. So not able to access (even call any no.) phone. Please fix this problem.

    Zoom option in accessibility enabled automatically and icon become so large. So not able to access (even call any no.) phone. Please fix this problem.

    Update:  I tried the "Toshiba Recovery Wizard" after everything else either fizzled out or hung up. After going all the way thru the recovery process (up to 100%), I finally got an error message.....it didn't work. And now, when I fire up the computer, I don't even get to that menu with the recovery options....the only thing I can boot into is the screens with the various ways to run your OS (in "safe mode", "safe mode with networking", etc).
    I'm not a techie, but I'm guessing at this point, the part of my hard drive that got damaged in the fall was, at the very least, the partition with the recovery data. Couple that with the fact that this cheapo Toshiba laptop didn't even come with recovery disk (or ANY kind of disk, even basic installation software!), I'm screwed: I don't see any way to get a workable computer now without some kind of disk to boot from. So NOW my concern is more about spending the $$ for a new OS and THEN finding out the hard drive has other problems too...is broken in some other way to boot.
    How to check this? As I said, I did run "chkdsk" back when I could get into the recovery menu and run the fix-it programs. It didn't note any problems. Thinking of taking this opportunity to upgrade to Windows 7 from Vista (which I never liked), but I have to know that the computer is otherwise ok....how to be sure?

  • Re : select-options in abap-objects program

    Dear friends,
                      I want to give select-options in abap-objects program. How to give that.
                                 Thanking You
    with regards,
    Mani

    In the transaction SE24, enter your class name, click modify.
    in the tab named "Types" you have to declare two types. By example, if you want to receive one select-options that in your program that uses this class is declared like:
    " P_SAKNR FOR SKAT-SAKNR".
    you've got to declare two types in the class:
    a- TYPES:  begin of E_S_SAKNR,
                          sign(1),
                          option(2),
                          low(10),
                          high(10),
                      end of E_S_SAKNR.
    b - TYPES E_T_SAKNR type standard table of E_S_SAKNR.
    so, in the class method that you want to receive P_SAKNR as importing parameter. You got to do this:
    method TEST importing ET_SAKNR type E_T_SAKNR.
    now, in the implementation of this method you should be able to use ET_SAKNR as the same way as you usually use a parameter or a select-option. You could use it in a select with the operator IN by example..

  • How can we pass the select-option value to modulepool program?

    hi,
      how can we pass the select-option value to modulepool program ?
      Because if i declared select-options in executable program and i used SSCRFIELDS to define push buttons in selection screen.
               My requirement if enter the values to select-options and press UPDATE pussbotton then i want call screen which contains tablecontrol.
               How i get select-option values to PAI of call screen for getting the data from database table to my internal table?

    Oh I thought that you have selection-screen and again you are working on dialog programming.
    if you want to use select-option directly in module pool then it is not possible.
    but you can do other way.
    create two varaiables
    data : v_kun_low like kna1-kunnr,
             v_kun_high like kna1-kunnr.
    use these two variables in layout ,let user knows that he can not give options like gt,lt,eq ,it will be always BT.
    and also when you see normal report program,you can use multiple values in either low or high,but here it is not possibel.
    use can enter only low value and high value.
    when you come to program point of view
    declare one range
    ranges r_kunnr for kna1-kunnr.
    do the coding like
    r_kunnr-low = v_kun_low.
    r_kunnr-high = v_kun_high.
    r_kunnr-options = 'BT'.
    r_kunnr-sign = 'I'.
    append r_kunnr.
    now you can use r_kunnr in select query ,it will work like select-option.
    other than this there is no option.
    Thanks
    Seshu

  • Enlarge a section of the screen or at least vertical zooming option

    Isn't there in FCE the zooming funcionality of Logic (Zooming to enlarge a section of the screen to fill the whole window)?
    And if no, is there at least a vertical zooming option?

    I'm not sure I understand what you need.
    In any case if you want to enlarge a section of the clip, you can use the Motion tab of the viewer: open the clip from the timeline into the viewer, open the Motion tab, change Center and Scale until the section you want is centered in the window and zoomed as required.
    If you want you can also keyframe both Center and Scale to move them as you like.
    As another possibility you can activate Image+Wireframe in the canvas, and while the clip is selected in the timeline you can drag the image in the canvas window to move its center, and drag one of its corners to change its zoom.
    I hope this answers your question
    Piero

  • Select-options in module pool programming

    hi,
       I need to have four fields as part of my layout that are select-options fields with multiple values entry options. Since layout doesnt have 'select-options" functionality, i defined it from the module pool program, ie: I wrote a  selection screen in the PBO module. The problem is if i make any changes to the code, the layout changes back to the previuos format.
    Is there any way in which i can combine selection-screen logic with my layout.
    Thanks,
    Sruthy

    HI
    GOOD
    Selection Screen Version
    Only for Executable Programs
    If you do not specify a selection screen version, the system automatically creates a selection screen based on the selection criteria of the logical database and the parameters and select-options statements in the program.
    If you want to use a different selection screen of the logical database, enter a number in this field. The number must be smaller than 1000 and correspond to an additional selection screen of the logical database. The possible values help displays a list of available selection screens. You can also look in the selection include of the logical database (program DBxxxSEL, where xxx is the name of the logical database).
    Tomislav
    1. In the top include define the selection screen with
    selection-screen begin of screen 9250 as subscreen.
    SELECT-OPTIONS analyt FOR ztv_cc02-zd_mumla .
    selection-screen end of screen 9250.
    2. Using the screen painter create a subscreen area in
    the main screen where you want to have this.
    3. Then, in the screen flow logic code as follows:
    PROCESS BEFORE OUTPUT.
    MODULE STATUS_1000. etc
    call subscreen SUB1 including 'PROGRAM NAME' '9250'.
    PROCESS AFTER INPUT.
    module exit at exit-command. etc.
    call subscreen SUB1.
    THANKS
    MRUTYUN

  • How to create select-options in module pool program

    Hi
    i am structed at this point could you please tell me
    how to create select-options in module pool program

    Steps to get SELECT-OPTIONS in module pool programs.
    <li>. Start one dialog program with SAPZ_TEST.
    <li>. Place the below code in the TOP include of the dialog program.
    PROGRAM SAPMZ_TEST.
    TABLES mara.
    SELECTION-SCREEN BEGIN OF SCREEN 2100 AS SUBSCREEN.
    SELECT-OPTIONS: matnr FOR mara-matnr.
    SELECTION-SCREEN END OF SCREEN 2100.
    <li>. Create one screen 2000 .
    <li>. Go to Layout of the screen and Define subscreen area on the screen and Name it as g_subscreen.
    <li>. Place the below code in the Flow logic of the screen.
    PROCESS BEFORE OUTPUT.
      CALL SUBSCREEN g_subscreen INCLUDING 'SAPMZ_TEST' '2100'.
    PROCESS AFTER INPUT.
      CALL SUBSCREEN g_subscreen.
    <li>. Activate all.
    <li>. Create Transaction code for the dialog program SAPZ_TEST.
    <li>. Execute the transaction code. You will see the select-option like we see on Selection-screen.
    I hope that it gets u clear idea.
    Thanks
    Venkat.O

  • Why do I get this error message when I open Organizer in Photoshop Elements 11 "Elements Organizer has stopped working"? My only option is to Close Program so I am effectively locked out of my photo catalogue.  I have reinstalled the program to no avail.

    Why do I get this error message when I open Organizer in Photoshop Elements 11 "Elements Organizer has stopped working"? My only option is to Close Program so I am effectively locked out of my photo catalogue. I have tried reinstalling the program but it made no difference to the error message.
    Could someone help please?  Steph

    Hi,
    Please give a try to Photoshop Elements (PSE) knowledge base. steps mentioned on this and see if it works.
    Regards
    Kishan

  • Just bought Photoshop Elements 13...I'm trying to make a slideshow but can't figure out how to alter duration time that the slide is on the screen.  They presently move from one to another way too quickly...also need a different pan and zoom option.  Wher

    Just bought Photoshop Elements 13...I'm trying to make a slideshow but can't figure out how to alter duration time that the slide is on the screen.  They presently move from one to another way too quickly...also need a different pan and zoom option.  Where are all the options I had in PS10?  Also...Can I burn this to a DVD?

    The changes have brought improvements but also drawbacks compared with the old slideshow editor.
    The templates are now fairly fixed but I find the “Classic Dark” gives reasonable results with some panning and you can click the audio button and browse you PC for any track. Unfortunately there are only three speed choices linked to the music track. The improvement for most people is that you can now export to your hard drive at 720p or 1080p and upload to sites like YouTube and Vimeo.

  • Select-option field in dialog programming

    hi guys,
    i need to declare field matnr as select-option range in dialog programming..how can i code it in the module program?

    This questions has been answered many times (even in february)
    - search sdn wiki (2 commented samples at [SELECT-OPTIONS on Dialog programming screen|http://wiki.sdn.sap.com/wiki/display/ABAP/SELECT-OPTIONSonDialogprogrammingscreen] and [Select-Options in Module Pool Programming|http://wiki.sdn.sap.com/wiki/display/ABAP/Select-OptionsinModulePoolProgramming])
    - search abap online help ([SELECTION-SCREEN - AS SUBSCREEN |http://help.sap.com/abapdocu_70/en/ABAPSELECTION-SCREEN_SUBSCREEN.htm] with sample at [Selection Screens as Subscreens |http://help.sap.com/abapdocu_70/en/ABENSEL_SCREEN_SUBSCREEN_ABEXA.htm])
    Regards,
    Raymond

  • Pull out tab pan and zoom option grayed out

    I've been trying to follow this great tutorial about pull out tabs, but have one issue. I've just updated InDesign 5.5 Folio Builder to v.22 and the producer tools to the most recent release on August 7. Here is what I've been doing.
    Create an unassigned box for the tab. Create an unassigned box for background. Create a text box and add text.
    Group all of them together.
    Create an image box (container frame) that is larger than my grouped content and paste the grouped content into it.
    When I select the image box (container frame) and select Pan and Zoom, all options are greyed out.
    If I clear the content from the image box and put a photo in it, I can use the Pan and Zoom options.
    Any ideas on what I'm doing incorrectly? Thanks!
    Tutorial I'm following.
    http://tv.adobe.com/watch/digital-publishing/pull-out-sliders-and-trays/

    Thanks, for the record, I updated my steps to show the correct process.
    Create an unassigned box for the tab. Create an unassigned box for background. Create a text box and add text. Create an unassigned box at the top left to "hold" the tab position to the right side of your document.
    Group all of them together.
    Create an image box (container frame) that is larger than the grouped content and paste the grouped content into it.
    Select the image box (container frame) and choose Scrollable Frame with the options - Horizontal, check Hide for Scroll Indicators, and select Upper Left for Initial Content Position.
    Thanks again Bob!

  • How to provide select-option in module pool programming

    Hi all,
    How to provide select-option in module pool programming.
    If any body knows let me immediately.
    Thanks
    sudheer

    Hi Sudheer,
    Unfortunately there is no standard way of having a select-option in a module pool program.
    What you can try is having two fields and creating a range in your program and populating the range at runtime with respective value and trying to simulate some functionality of the select-option.
    Hope it helps.
    Thanks, Debasish

  • No zoom option for camera

    I have an 8900 that was given to me by my sister-in-law. I read that I should be able to zoom in when taking a picture by selecting the menu key, then the zoom option. However, when I do this, the only options I have are help, now playing, view pictures, options, video camera, switch application, and close. Options just show the current settings. Anybody know what I can do?
    Thanks in advance!

    possible workaround for the caller id / contacts issue is to enter in two phone numbers for the people in your contacts, one used for calling them and one used for incoming caller id. Example: I have my phone number blocked at AT&T. Some people dont except blocked calls so I have to use *82 in front of the number to temp release it when i call them, but when they call me the caller id doesn't match their real number with the *82 number I have saved for them, so under each person in this situation I put two phone numbers, one with the *82 used for outgoing calls and one without used for incoming caller id.... you may be able to do something similar.

  • How to Zoom and Pan in the program window.

    Hi,
    I have been using scale to adjust larger than 4K image sequences so they fit 1080 and 4K output. I want to be able to zoom in and pan/tilt the program window so I can see the edges of the program window close up, so I can see to make a fine adjustment of scale. I want to be able to adjust scale precisely so I don't lose a single pixel, or include any black around the edges of the images. Of course I can't see the edges close up enough while looking at the entire image, to really see if I have scaled too much or too little. I know how to zoom in the program window, but how do I pan over to the side and bottom edges ? Without being able to pan I instantly lose the edges of the frame when I zoom in the program window.

    Perhaps this will help it make sense to you.
    I am taking tme lapse sequences shot on a DSLR and putting them onto Blu Ray disks for viewing. I also outputted a 4K file to try to play at Best Buy on a 4K television. The images are  4928 X 3280 pixels, which is larger than 4K, and much larger than 1080. One of the advantages of using these large images directly and not reducing them in Photoshop first is that I can have a time lapse zoom, which is very difficult to achieve otherwise. I can also pan and tilt. Another advantage is not having to reduce thousands of images three times, once for 1080, once for 4K, and once for stills..
    I usually work with 1080 video, and animated 1080 still sequences from Maya, or standard definition video. This is the my first opportunity to work with higher resolutions.
    Generally, for my first evaluation of these DSLR stills, i wanted to show some of them fully without cutting any off. This means there is a black border onthe sides because the DSLR stills are 2:3 instead of 9:16. For this I have used a scale of 32.6% for 1080, and 66% for 4K. For some sequences i wanted to just completely fill the frame. For this I used 38.9% for 1080, and 77.9% for 4K.
    My assumption is that Premier should do scaling as well as Photoshop does, and so  I have let Premier do the work, saving me a lot of extra work. First i take all the original images and process them from raw to tiff, for the day exposures. Then i process them again for the night exposures. Then i bring them into either my 1080 project, or my 4K project. I put the night pictures above the day pictures on a separate video track. I use opacity to dissolve from the day to night processed images as night falls inthe scene.
    Two sequences I shot are of the night sky during the recent meteor shower. After watchign the video I see i caught three instances of persistent meteor trails distorting in the sky. I was able to zoom in quite a bit, and track the position, because the sequence is of greater resolution than the native 1080 format. It gives me a second change at composition, or the ability to zoom in on something interesting that happens in the scene.
    It seems to me that the only reason i would want to first process the images down to 1080 in Photoshp, would be if the quality of the scaling was higher in Photoshop.
    When i adjust the scale, I am adjusting the scale of an image that is 4928 X 3280, in the program monitor which is probably only well less than 1000 pixels on my screen. It would be nice if I could not only zoom, but pan in the program window, so I could more accurately adjust scale by looking at the edges. So if there is no other way to do this visually, I am suggesting adding the ability to pan and tilt in the program monitor to accomplish this. Sure I could figure out the scale mathematically. I could still end up adding a row of black pixels, or cutting off a row of image pixels, due to some error such as rounding errors, or starting with 1 instead of zero, or vice versa.

  • What's with the limited Zoom options?

    Just switched to Pages about a month ago after seven years of using Word for Mac (and 7 years of trying and discarding alternatives, OpenOffice, Scribus, etc).
    Now, I have to say, I'm impressed. I could stick with this but for one thing that's really interupting my workflow: the limited zoom options. Why is there no way to specify the exact amount you want (like say 175%), and why can't you zoom in and out like you can with Preview using the trackpad?
    Both these functions are standard in Apple progs and use regular OS-defined routines (right??). Is there any way to enable them (partic' the trackpad dynamic zoom), say in Terminal?
    I can't live with no options between 150% to 200% on my screen. Please don't tell me I'm going to have to go back to Word again...:(

    Not an error, a design choice.
    And in Numbers the choice is more drastic because there is no way to apply a factor which isn't predefined.
    In Pages it's really easy to edit it.
    I do that for months in my scripts.
    Here is a short script doing only that.
    --{code}
    --[SCRIPT set_Pages_zoom_factor]
    Enregistrer le script en tant que Script : set_Pages_zoom_factor.scpt
    déplacer le fichier ainsi créé dans le dossier
    <VolumeDeDémarrage>:Users:<votreCompte>:Library:Scripts:Applications:Pages:
    Il vous faudra peut-être créer le dossier Pages et peut-être même le dossier Applications.
    Ouvrir un document Pages
    Aller au menu Scripts , choisir Pages puis choisir “set_Pages_zoom_factor”
    Tapez le coefficient de votre choix.
    --=====
    L’aide du Finder explique:
    L’Utilitaire AppleScript permet d’activer le Menu des scripts :
    Ouvrez l’Utilitaire AppleScript situé dans le dossier Applications/AppleScript.
    Cochez la case “Afficher le menu des scripts dans la barre de menus”.
    Sous 10.6.x,
    aller dans le panneau “Général” du dialogue Préférences de l’Éditeur Applescript
    puis cocher la case “Afficher le menu des scripts dans la barre des menus”.
    --=====
    Save the script as a Script: set_Pages_zoom_factor.scpt
    Move the newly created file into the folder:
    <startup Volume>:Users:<yourAccount>:Library:Scripts:Applications:Pages:
    Maybe you would have to create the folder Pages and even the folder Applications by yourself.
    Open a Pages document.
    Go to the Scripts Menu, choose Pages, then choose “set_Pages_zoom_factor”
    Enter the wanted zoom factor.
    --=====
    The Finder’s Help explains:
    To make the Script menu appear:
    Open the AppleScript utility located in Applications/AppleScript.
    Select the “Show Script Menu in menu bar” checkbox.
    Under 10.6.x,
    go to the General panel of AppleScript Editor’s Preferences dialog box
    and check the “Show Script menu in menu bar” option.
    --=====
    Yvan KOENIG (VALLAURIS, France)
    2011/08/03
    --=====
    on run
              local coefficient
              repeat
                        set coefficient to text returned of (display dialog "Type the wanted zoom value…" default answer "175")
                        try
                                  set coefficient to coefficient * 1
                                  exit repeat
                        end try
              end repeat
              tell application "Pages" to tell window 1
                        set view scale to coefficient
              end tell
    end run
    --=====
    --{code}
    --[/SCRIPT]
    (1) Don't hope for a major update before 2012.
    (2) The resize handle (which no longer exists in Lion) is not dedicated to change the zoom factor but the size of the displayed area.
    Yvan KOENIG (VALLAURIS, France) mercredi 3 août 2011 10:28:12
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

Maybe you are looking for

  • Is Retrospect Necessary if have Backup 3?

    I am finally getting serious about backing up and forming a consistent backup plan for my computer. I think I have Backup 3 setup right for my home folder to be backed up on iDisk but I haven't tested it to be sure yet. My next plan is to back up my

  • Using part of file name in a query

    I am putting together a member directory and I want to be sure that it is best optimized for the search engines (SEO). For this reason, I want to appear to have a unique file for each member. I know that I could just link to a master file and pass th

  • How do i watch movies i purchased on my i pad thru apple tv

    cant figure it out

  • Getting Nullpointer exception if i try to get value from messageChoicebean in read only/disabled mode

    Hi, I have standard notification page and there are three messagechoice components in that page. my requirement is to set default values for those three components and make read only/disable the components. I could be able to achieve this through con

  • Email Template issues

    Hi Gurus, IHAC who has a Provisioning Account Complete email template assigned on Notification tab for Create User task. The email template is a Provisioning Related type and they are using some Requested Related tags. At the Recon events, after crea