8192px | A collaborative pixel art experiment | Canvas library
kandi X-RAY | 8192px Summary
kandi X-RAY | 8192px Summary
8192px is a little pixel art experiment for the web where users have to work together to fill out the canvas as the timeouts in-between being allowed to place a pixel makes it hard for a single person to fill out the canvas.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of 8192px
8192px Key Features
8192px Examples and Code Snippets
Community Discussions
Trending Discussions on 8192px
QUESTION
Follwing on:
How to load large bitmap in FMX (fire monkey)
I have come to a need to draw whats on TBitmapSurface
on the FMX.Graphics.TBitmap
, i have found a lot of answer regarding this on the web, but they are either in VLC
instead of FMX
or their goal is saving
and loading
instead of drawing on a TBitmap
, which is why i asked a new question here.
Now here is my current code for loading my image on the TBitmapSurface
:
ANSWER
Answered 2018-Jul-26 at 03:57You can split the large image (from a file) to two TImage
components as follows
Load the image from file to a TBitmapSurface
as you already do in your code.
Then create another TBitmapSurface
and set its size to the half of the large one. Copy the first half of the large image to this surface and assign it to Image1.Bitmap
. Then copy the latter half to this surface and assign that to Image2.Bitmap
.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install 8192px
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page