File: dialog-imagepreview.htd

package info (click to toggle)
bitpim 0.9.08.dfsg.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 24,228 kB
  • ctags: 45,773
  • sloc: python: 191,894; cpp: 2,074; perl: 600; ansic: 343; sh: 185; makefile: 76; sed: 1
file content (27 lines) | stat: -rw-r--r-- 1,098 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#include "pagestart.h"

<p align=center><img src="dialog-imagepreview.jpg">

<p>This dialog resizes and converts a user supplied image to a format suitable to be used on a specific phone model.

<h2>Fields</h2>

<p><b>Origin</b>: The type of target image to which the source image is being converted.  Currently, this field would almost always be <B>images</B>.

<p><b>Target</b>: How the target image is going to be used.  This field determines the size and resolution of the target image.  Typical values for this field include: fullscreen, wallpaper, ringtone ID, etc.

<p><b>Scale</b>: The scale at which the the thumbnail of the original image is displayed.

<p><b>Preview</b>: Preview of the target image based on current parameters.

<h2>Buttons</h2>

<p><b>Background</b>: Optionally set the background color for the target image.

<p><b>OK</b>: Accept the current parameters, convert the source image into the target image, and pass it to the Wallpaper tab display.

<p><b>Cancel</b>: Stop adding this image to the Wallpaper tab.

<p><b>Help</b>: Bring up this Help.

#include "pageend.h"