search for: getimage

Displaying 20 results from an estimated 22 matches for "getimage".

2005 Aug 09
3
file
...ndom() * 540 - 100); // m = (int) (Math.random() * 350 - 100); // k = (int) (Math.random() * 530 - 100); // a1 = getAudioClip(getDocumentBase(), "4.au"); t.start(); this.setSize(600, 670); this.setBackground(Color.CYAN); img1 = this.getImage(this.getCodeBase(), "4.jpg"); img2 = this.getImage(this.getCodeBase(), "7.jpg"); img3 = this.getImage(this.getCodeBase(), "8.jpg"); } public void paint(Graphics g) { super.paint(g); y = (int) (Math.random() * 210 - 100);...
2015 Jun 11
0
[ANNOUNCE] rendercheck 1.5
...xes in I thought it could do with a release, since there was a bunch of other changes. Aaron Plattner (1): Use the right screen from $DISPLAY Chris Wilson (13): repeat: Specify test width/height rather than relying on win_width/height blend: Combine multiple tests into a single XGetImage request composite: Batch tests Split out printing the results from eval_diff() repeat: Only call GetImage once for each test. triangles: Use a single GetImage call to sample the result tsrcoords: Sample result with just a single GetImage tsrcoords2: Sample result...
2008 Dec 23
1
Approximate Entropy?
Dear guRus, is there a package that calculates the Approximate Entropy (ApEn) of a time series? RSiteSearch only gave me a similar question in 2004, which appears not to have been answered: http://finzi.psych.upenn.edu/R/Rhelp02a/archive/28830.html RSeek.org didn't yield any results at all. Happy holidays (where appropriate), Stephan
2011 Aug 05
0
Wine release 1.3.26
...e SetParent test. makefiles: Install dlls from the top-level makefile. makefiles: Install programs from the top-level makefile. user32: Add support for 64-bit formats in wsprintf. shlwapi: Add support for 64-bit formats in wsprintf. winex11: Return color information in GetImage when passed null bits. winex11: Get rid of the no longer used SetDIBits implementation. gdi32: Get rid of the SetDIBits driver entry point. gdi32: Implement GetImage in the null driver. gdi32: Implement GetImage in the DIB driver. gdi32: Add an inline helper to retriev...
2006 May 19
9
Resize uploaded image file without creating temp file?
Hi, I need to take a single uploaded image file and save three resized versions of it, a thumbnail, normal and large version. I was planning on doing this in my model by having an array of geometry strings and looping through them, each time saving a new image object resized to the correct geometry. I know that file column does similar stuff, but I would prefer to have a separate database row
2011 Jul 22
0
Wine release 1.3.25
...ion structure and export it. gdi32: Ask the graphics driver for the function table instead of loading functions one by one. gdi32: Sort the OpenGL driver functions alphabetically. gdi32: Graphics driver functions no longer need to be CDECL. gdi32: Add driver entry points for GetImage and PutImage. gdi32: Add a null driver StretchBlt fallback using GetImage/PutImage. winex11: Add an implementation for the GetImage entry point. winex11: Add support for byte swapping in GetImage. winex11: Add an implementation for the PutImage entry point. winex11: Mo...
2003 Dec 07
5
possible compromise or just misreading logs
...Dec 4 09:18 uic -r--r--r-- 1 root wheel 41964 Dec 4 07:57 xscreensaver-gl-helper dr--r--r-- 2 root wheel 3584 Dec 4 07:57 xscreensaver-hacks/ -r--r--r-- 1 root wheel 988 Dec 4 07:56 screensaver-properties-capplet -r--r--r-- 1 root wheel 4790 Dec 4 07:56 xscreensaver-getimage-video -r--r--r-- 1 root wheel 116916 Dec 4 07:56 xscreensaver-getimage -r--r--r-- 1 root wheel 7271 Dec 4 07:56 xscreensaver-getimage-file -r--r--r-- 1 root wheel 168360 Dec 4 07:56 xscreensaver-demo -r--r--r-- 1 root wheel 205320 Dec 4 07:55 xscreensaver -r--r--r-- 1 ro...
2006 Jun 24
8
How to install programs in wine?
I am a rank newbie to Linux and wine. I am running Ubuntu Dapper on an AMD 1800 mhz machine, wine 0.9.15 Everything I have read says use the installer to load windows programs. Where is the installer? Thanks, -- Ron Thompson On the Beautiful Florida Space Coast, right beside the Kennedy Space Center, USA http://www.plansandprojects.com My hobby pages are here:
2019 Nov 23
0
[ANNOUNCE] xorg-server 1.20.6
...limits miext/sync: Fix needless ABI change glx: Fix previous context validation in xorgGlxMakeCurrent meson: Fix another reference to "gl" 9.2.0 meson: Apparently 1.2 is < 1.2.0 mi: Add a default no-op miSourceValidate dix: Call SourceValidate before GetImage Alex Goins (5): xsync: Add resource inside of SyncCreate, export SyncCreate randr: Fix RRCrtcDetachScanoutPixmap() segfault during server teardown modesetting: Fix ms_covering_crtc() segfault with non-modesetting slave primary modesetting: Fix ms_covering_crtc() segfault wi...
2020 Nov 20
0
[ANNOUNCE] libX11 1.7.0
...blElements label unused in LRGB.c i18n: use memcpy instead of strncpy on unterminated char arrays lcUTF8: Increase string buffer size from 20 to 32 bytes Exempt XLookupKeysym from XKeycodeToKeysym deprecation warnings Use __builtin_popcountl if available to replace Ones() in GetImage.c XimProto.h: wrap XIM_HEADER_SIZE definition in parens Don't leave dangling pointers in Free functions Antti Savolainen (2): Added support for UPWARDS ARROW and ALMOST EQUAL TO Added DOWNWARD ARROW support Benno Schulenberg (8): nls: remove four aliases where th...
2015 Oct 26
0
[ANNOUNCE] xorg-server 1.17.3
...we calculate the height of the OSX menu bar Michal Srb (1):       randr: Allow RRSelectInput for ProviderChange and ResourceChange events Michel Dänzer (3):       glamor: Use a single glTexImage2D call for core font atlas texture data v2       glamor: Use glamor_prepare_access_box() for PutImage/GetImage fallback       glamor: Make our EGL context current before calling into GL in glamor_init Peter Harris (1):       Fix border tile origin when background is ParentRelative Robert Hooker (2):       Add DRI2 2.2/2.3 events and requests to protocol.txt       Add new GLX events errors and requests to...
2016 Oct 28
0
[ANNOUNCE] xorg-server 1.18.99.902
...re of at this point is a crash in FlushAllOutput: https://bugzilla.redhat.com/show_bug.cgi?id=1382444 Adam Jackson (5): glamor: Fall back to software for CopyPlane if we need to xephyr: Don't crash if the server advertises zero xv adaptors test: Re-enable a couple of GetImage tests glamor: Use eglGetPlatformDisplay{,EXT} if we can glx/dri2: Don't include drm headers Alex Goins (1): ramdac: Check sPriv != NULL in xf86CheckHWCursor() Carlos Garnacho (2): xwayland: Apply "last pointer window" check only to the pointer device xw...
2011 Aug 26
0
Wine release 1.3.27
...ations. gdi32: Fix colour table comparison. gdi32: Avoid a possible unnecessary conversion if PutImage is called with zero biClrUsed. gdi32: Allow SetBitmapBits to set incomplete scanlines. gdi32: Add a helper to retrieve the bitmap functions. gdi32: Use the dib driver GetImage and PutImage implementations in GetBitmapBits and SetBitmapBits when appropriate. gdi32: Avoid directly accessing the bits ptr where possible. gdi32: Simplify dibdrv_PutImage a little. gdi32: Use the gdi_image_bits structure to maintain the dib driver's bits. gdi32: Move...
2018 Feb 28
0
[ANNOUNCE] xserver 1.20 RC1
...ow->pixmap copies (v4) Revert "sdksyms: Tighten up the symbols we add to the magic table" ephyr: Don't clobber bitsPerPixel when using glamor xfree86: Remove 24bpp pixmap format support (v2) fb: Remove 24bpp support (v3) fb: Handle ZPixmap planemask in GetImage the other way around glamor: Avoid software fallback for planemasked ZPixmap GetImage dix: Remove PRIVATE_DAMAGE glx: Fix MakeCurrent with no drawables xfree86: Clean up DPMS support dix: Lift DPMS to a screen hook dpms: Consolidate a bunch of stuff into Xext/dpm...
2015 Sep 02
0
[ANNOUNCE] xorg-server 1.17.99.901
...zle. Michal Srb (1): Expose GetMaster to modules. Michel Dänzer (5): Add AC_SYS_LARGEFILE defines to dix-config.h modesetting: Include dix-config.h from dumb_bo.c Instead of one glTexSubImage2D call for each glyph. glamor: Use glamor_prepare_access_box() for PutImage/GetImage fallback glamor: Make our EGL context current before calling into GL in glamor_init Olivier Fourdan (7): xkb: Don't swap XkbSetGeometry data in the input buffer xkb: Check strings length against request size ephyr: Fail if glamor is requested but not usable xwayla...
2012 Jun 08
0
Wine release 1.5.6
...ping for monochrome bitmaps without a color table. gdi32/tests: Add some more tests for monochrome bitmap blits. gdi32: Always use the DIB engine for DDB rendering. gdi32: Remove the null driver Get/PutImage fallbacks for bitmaps. gdi32: Add a helper function that implements GetImage on a bitmap. gdi32: Add a helper function that implements PutImage on a bitmap. winedbg: Fix some pointer conversion warnings. gdi32: Remove the bitmap parameter from the Get/PutImage entry points. gdi32: Remove the CreateBitmap and DeleteBitmap driver entry points. wi...
2010 Jan 09
21
[Bug 25966] New: nv25 : rxvt scrolling is very slow
http://bugs.freedesktop.org/show_bug.cgi?id=25966 Summary: nv25 : rxvt scrolling is very slow Product: xorg Version: 7.5 Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2017 Feb 17
0
Wine release 2.2
...regedit: Sort treeview children on refresh. Huw D. M. Davies (10): user32/tests: Restore the mouse cursor to its original position. wbemdisp: Implement ISWbemObjectSet::ItemIndex. gdi32: Don't copy biSizeImage in copy_color_info(). gdi32: Use the image size returned by GetImage. gdi32: Update biSizeImage when uncompressing the RLE bitmap. gdi32: Initialize biSizeImage in the DDB's bitmapinfo. gdi32: Reset the image size when cropping the source bitmap. gdi32: Calculate the stride from the image size. gdi32: Calculate the stride from the i...
2011 Dec 16
0
Wine release 1.3.35
...shell32: Convert dialogs to po files. user32: Convert dialogs to po files. gdi32: Add a null driver implementation for Polyline and Polygon. wineps: Fall through to the null driver for Polyline and Polygon. winex11: Use an X11 error handler to catch BadMatch errors from XGetImage. netapi32: Simplify the smbpasswd invocation to avoid compiler warnings. gdi32: Add a helper function to clip a rectangle to the DC visible rect. gdi32: Maintain a region inside gdi32 to keep track of the total visible region. gdi32: Pass the total visible region in the SetD...
2012 Oct 26
0
Wine release 1.5.16
...late SystemProcessInformation's ReturnLength and return it. Alexandre Julliard (36): user32: Flush window surfaces in all functions that are used to poll for input. winex11: Remove the no longer needed GetAsyncKeyState entry point. gdi32: Always return the full DIB surface in GetImage and adjust coordinates accordingly. winex11: Move the icon window off-screen for managed windows. user32: Don't show the icon title for off-screen icons. winex11: Get rid of the __wine_x11_managed property. user32: Delay message spying initialization until needed....