Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1033675 // imageSurface_unpixelated

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (14312L) is out of date.

svoid imageSurface_unpixelated(ImageSurface imageSurface) {
  if (imageSurface == null) ret;
  imageSurface.interpolationMode = RenderingHints.VALUE_INTERPOLATION_BILINEAR;
  repaint(imageSurface);
}

Author comment

Began life as a copy of #1019213

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033675
Snippet name: imageSurface_unpixelated
Eternal ID of this version: #1033675/3
Text MD5: 9950abdb5764e247ffc8e85f809a1731
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-12-26 18:51:50
Source code size: 203 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 67 / 116
Version history: 2 change(s)
Referenced in: [show references]