Displaying 10 results from an estimated 10 matches for "drawimage".
2005 Aug 09
3
file
...g");
img3 = this.getImage(this.getCodeBase(), "8.jpg");
}
public void paint(Graphics g) {
super.paint(g);
y = (int) (Math.random() * 210 - 100);
n = (int) (Math.random() * 260 - 100);
o = (int) (Math.random() * 240 - 100);
// g.drawImage(img1, x, y, 120, 150, this);
g.drawImage(img2, m, n, 60, 40, this);
// g.drawImage(img3, k, o, 140, 170, this);
g.fillOval(225, 620, 150, 150);
g.setColor(Color.red);
g.fillOval(c, d, 20, 20);
g.setColor(Color.BLACK);
g.fillRoundRect(293, 530...
2011 Feb 04
12
Run Nice Player .nmf app
Hi all,
I'm needing/trying to save linux in my company. I have files in format .nmf (from a company called Nice) to listen. Don't have open or proprietary codecs for linux. I can only to the Nice Player. <Ubuntu Desktop>
I've tried:
1- copy of folder installed in the windows for linux ubuntu desktop and run "wine nice.exe" and dont' run
2- run the package of
2009 May 02
0
installing maple 8 - Java error
...>(Unknown Source)
at sun.java2d.loops.RasterOutputManager$RenderImageCachedState.getDstLR(Unknown Source)
at sun.java2d.loops.RasterOutputManager.renderImage(Unknown Source)
at sun.java2d.SunGraphics2D.renderingPipeImage(Unknown Source)
at sun.java2d.SunGraphics2D.drawImage(Unknown Source)
at sun.awt.windows.WGraphics.drawImage(Unknown Source)
at javax.swing.JComponent.paint(Unknown Source)
at java.awt.GraphicsCallback$PaintCallback.run(Unknown Source)
at sun.awt.SunGraphicsCallback.runOneComponent(Unknown Source)
at sun.awt.Sun...
2008 Apr 15
4
trouble streaming images with send_data
...h = bi.getHeight(nil);
if bi.getType != BI.TYPE_INT_RGB
bi2 = BI.new(w, h, BI::TYPE_INT_RGB)
big = bi2.createGraphics()
$stderr.print "after getting graphics"
big.drawImage(biFiltered, 0, 0, nil)
bi = b2
biFiltered = bi
end
rescue
$stderr.print "Couldn''t load file"
end
big.drawImage(biFiltered,
java.awt.geom.AffineTransform.getScaleInstance(2, 2)...
2008 Feb 08
2
Dynamic resize of drawing canvas and FXImage
How can I use the drawing canvas and its off-screen image buffer, say
FXImage, to dynamically resize or have its width and height attributes
changed in reply to user interaction with the main window (FXMainWindow)?
It seems that whem I put initial values to W and H of the canvas or FXImage,
they remain with its initial values no matter what I do whem resizing the
main window.
--
Ranieri Barros
2010 Jul 30
1
Photomatix Pro 3 no buttons in tone mapping
...;
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentException: Parameter is not valid.
at System.Drawing.Graphics.CheckErrorStatus(Int32 status)
at System.Drawing.Graphics.DrawImage(Image image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit)
at Photomatix.Controls.x82003beccf6a3d04.xf37efc23a52ca755(Bitmap x49d5b7c4ad0e0bdd, Size xa829e7fdd9a63411)
at Photomatix.Controls.x82003beccf6a3d04.xd8e5fe08cae37124(Bitmap[] x77e8d77b650d1b2f, Size xe896b4e160504930,...
2010 Sep 15
5
Hide an image in show.html.erb
...;
<p>
<%= image_tag @dicom.photo.url , :id => ''dicom_image'' %>
</p>
<%= javascript_include_tag "coordinate" %>
<%= update_page_tag do |page|
page << "drawLine();"
end
%>
<%= update_page_tag do |page|
page << "drawImage();"
end
%>
<%= link_to ''Edit'', edit_dicom_path(@dicom) %>
<%= link_to ''Back'', dicoms_path %>
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk&qu...
2012 Mar 14
13
[Bug 47306] New: segfault in nouveau_fence_update
...unsigned int, unsigned int, unsigned int, unsigned int) () from
/usr/lib/libmythui-0.25.so.0
No symbol table info available.
#11 0xb6af78f3 in MythOpenGLPainter::GetTextureFromCache(MythImage*) () from
/usr/lib/libmythui-0.25.so.0
No symbol table info available.
#12 0xb6af7da8 in MythOpenGLPainter::DrawImage(QRect const&, MythImage*, QRect
const&, int) () from /usr/lib/libmythui-0.25.so.0
No symbol table info available.
#13 0xb6a03a6f in MythUIImage::DrawSelf(MythPainter*, int, int, int, QRect) ()
from /usr/lib/libmythui-0.25.so.0
No symbol table info available.
#14 0xb69fd0e4 in MythUIType::Dr...
2012 Aug 17
0
Wine release 1.5.11
...ng font and device unit/resolution/scale.
gdiplus: GdipMeasureString should apply its internal scaling factors to layout rectangle.
gdiplus: Replace convert_unit() by a clearer units_to_pixels() helper.
gdiplus: Add a test for font height scaling.
gdiplus: Add a test for GdipDrawImage scaling.
gdiplus: Forward GdipDrawImage to GdipDrawImagePointRect.
winedbg: Make the crash dialog slightly larger and minimize/maximize-able.
gdiplus: Destination points passed to GdipDrawImagePointsRect should be in device units.
gdiplus: When there is no target rectangle s...
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
...sIndicator heartBeat:]
9 __NSRenderSpinningIndeterminateIndicator
9 CUIRenderer::Draw(CGRect, CGContext*, __CFDictionary
const*, __CFDictionary const**)
5 CUIRenderer::DrawAnimation(CUIContext const*)
5 CUIRenderer::DrawImage(CGRect, long, CUIContext
const*)
3 CUIPenCG::DrawImage(void*, CGRect, void*)
3 CGContextDrawImage
3 ripc_DrawImage
3 ripc_RenderImage
3 ripl_BltImage...