Tagged Questions
0
votes
0answers
22 views
Keeping canvas pixel always steady
I made a curve on the canvas to display on a browser. The problem is the bigger I zoom the browser (Firefox), the more dehiscent the curve's pixel. What I want to achieve is making the curve's pixel ...
0
votes
0answers
9 views
Getting canvas data without using canvas.toDataURL?
I'm making a painting application but the browser I want it to work (Nintendo 3DS Browser) doesn't support canvas.toDataURL.
I know it's possible getting the canvas data without canvas.toDataURL, ...
2
votes
1answer
43 views
HTML5 canvas clearing and redrawing with for loop
I'm playing around with JS and found a small HTML5 game tutorial that I thought would be cool to modify. (This is the outcome: http://www.lostdecadegames.com/demos...e_canvas_game/ )
So I modified it ...
0
votes
2answers
25 views
JavaScript - Pixastic - Error : this operation is unsecure
I'm trying to desaturate an image using Pixastic. I donwloaded the script from the official website and checked the only things needed (core, jquery plugin, and desaturate effect).
I tried using the ...
0
votes
0answers
17 views
Canvas, images, patterns and Chrome
I'm using canvas for a graph.
I'm encountering several issues between canvas images and Chrome...
My first bug : I'm using an svg for a pattern. The svg is hosted in the same domain than the js ...
0
votes
0answers
32 views
Image cropping with arbitrary shape
I need to crop an image with any arbitrary shape rather than using square or oval shape. Is it possible in php or javascript ? I've tries some JS libraries but failed to get the exact outcome that I ...
0
votes
0answers
24 views
Fabricjs: When I apply and re-apply Image filters, Image quality went down
I have applied invert, grayscale and other filters in my image using fabricjs and the image quality is going to down and then. please see the code below and let me know if any issue with the code. I ...
1
vote
1answer
36 views
Python Tkinter : gif image in a canvas
This code works :
import tkinter
root = tkinter.Tk()
canvas = tkinter.Canvas(root)
canvas.grid(row = 0, column = 0)
photo = tkinter.PhotoImage(file = './test.gif')
...
0
votes
0answers
24 views
Rendering of SVG as canvas pattern in Chrome
Well that's about it, I use an SVG image to create a pattern. The pattern displays in most browsers. Chrome however doesn't display the pattern.
if I put a png image as the source of my new Image() ...
1
vote
1answer
61 views
Scrolling Pictures with javascript
I have written a javascript that is supposed to scroll pictures across the screen using canvas. I am unable to get this to work and would appreciate any help. I was able to get this to work using ...
-2
votes
0answers
29 views
Draw rectangles on image and allow zoom after [closed]
Please help,
My web app needs to display an image,
Draw a number of rectangles over some (x,y) points of the image,
Let the user zoom in/out with the mouseover event on the image parts with the ...
0
votes
1answer
61 views
Uploading canvas image data results in a blank image
I'm using an ajax query to upload canvas image data, along with a few other variables. Here's what the relevant code looks like on the client side:
front_content = ...
0
votes
1answer
64 views
HTML5 Canvas mouse over event on canvas
I am loading an image to an canvas element + playing a soundfile
I want to play the sound again when moving the mouse over the image on the canvas.
I know how to do that adding a button under the ...
0
votes
1answer
79 views
Img src changes but not the actual image
I'm changing image by clicking on a button. I can see in the src code that the image is changed, but the actual image isn't changing in the browser. How come, and how to solve it?
// ...
0
votes
0answers
52 views
Why are my images not consistently showing up?
At http://ancient-clock.stornge.com, I am getting erratic behavior. The clock should have a clock face, hour hand, minute hand, and also a dial hand.
The code in question is:
...
1
vote
3answers
36 views
Draw images on in the middle of a canvas
I'm making a photogallery, but all my images are painted in the origin (0,0).
canvasContent.drawImage(arrPhoto[currentIndex], 0, 0);
How can I make sure that my images are drawn in the middle on ...
0
votes
1answer
32 views
Download generated canvas with blobs
I am working on a project which generates an image on the HTML Canvas, and then offers to download the image as a PNG.
The program has to be clientside (javascript).
I can convert the canvas to ...
0
votes
0answers
56 views
How to remove background of image using html5 canvas
I want to make online photo cutout app that can remove background of any image and save them back as transparent png image. I have seen photo collage application remove background as follows.
It ...
0
votes
0answers
13 views
Html drag'n'drop (browsers real drag'n'drop) image quality for Retina
I set custom image on drag'n'drop start:
var dt = e.dataTransfer;
///...
dt.setDragImage(img, -20, -20);
But image quality for Retina is not good.
Usually, workaround of images quality for Retina ...
0
votes
0answers
44 views
is there any plugin to crop image using arbitrary points like in photoshop?
Want to know any plugin available to crop a perticular portion of the image ? I mean this is not a simple cropping where we select a region ( either in shape square/circle) . What I'm looking here
...
0
votes
0answers
25 views
Do compressed images improve canvas performance
I was wondering, does compressing an image (jpg, png) improve the performance of an web application based on html5 canvas, or does it only improve user experience becasue the load time it less.
0
votes
0answers
91 views
coding with image object, HTML Canvas and HTML Form data
I am writing some code to work with images in users browser to work with image. To perform these I need some sample code which can work with html image, canvas and then can send to server as form ...
0
votes
2answers
413 views
HTML5 Canvas Resize image Click to Zoom
I have an image of a map in a canvas that I would like to act like the google map interface using HTML5 and jQuery. I would like to perform the following actions:
• Double click on pan in without ...
-1
votes
0answers
22 views
IMG, Canvas & Form data [closed]
Can you please share some code which can convert
1. From IMG object (src) to Form data or Canvas.
2. Form data to IMG or Canvas
3. Canvas to IMG or formdata.
4 How can save (using javascript) Canvas, ...
0
votes
0answers
52 views
Include sRGB ICC profile in javascript
I have a web page with HTML 5 canvas and I fetch small images that I draw on the canvas with javascript.
The issue is that the color is off...
I convert them to sRGB but the color is OK only if the ...
0
votes
1answer
36 views
Multi-user image editing
I'm pretty new to HTML5, and want to know if this is possible.
I want to be able to create a canvas in which I can load an image in it, and then draw on it for other people to see, and allow them to ...
0
votes
0answers
16 views
Tagging an image in various spots, and saving to database
This might be too broad a question for this board, since its not very language specific....
But Id like to create something similar to what you see here... ...
0
votes
1answer
110 views
How to Add background image in canvas for android game application
to learn the functionality of missile android game app, i thought of doing some changes to it, so started up the editing of background change, i had googled and placed the code in canvas,
Bitmap ...
0
votes
1answer
55 views
Draw image on canvas with interpolation
Is there a way to apply interpolation to an image or canvas in Javascript? If there is no built-in API for this, what is the best algorithm/method/approach that can be used? Is pixel data manipulation ...
1
vote
1answer
52 views
Image in tkinter window by clicking on button
I need help about this program, this program should open image in new tkinter window by clicking on button, but it doesn't it just opens new window without image.
Where is the problem?
Using: python ...
0
votes
1answer
91 views
Collision detection on rotated image in javascript
I have created a js function, that should rotate a image for a collision detection, but the function don't works correct, when the rotation gets over π*1.5 (Pi), will the image crops.
function ...
0
votes
1answer
41 views
How to scale an image dynamically using canvas
I am trying to resize an image based on the canvas size. My code is below. The issue is that when I try to drawImage(), it draws fine but the pixels get distorted within the image.
Any help would be ...
0
votes
1answer
29 views
saving a canvas image to the server
I'm trying to save a canvas image to the web page server, so a php script can post it to a web api. I've been looking around and all I see is saving it in the users web browser, any help for a newbie? ...
0
votes
1answer
43 views
How to flip only the image horizontally not canvs?
Is it possible to flip horizontally a picture which contain in canvas but not the canvas.
I have canvas with sevral images.
I want to flip only one image from all the images which inside the canvas.
...
0
votes
1answer
70 views
Android: Receiving NullPointerException when initialize a Canvas object
I have NullPointerException when the code gets to the canvas initialization. When creating the canvas I passed in a blank bitmap to it.
This is my code where the nullpointerexception occurs.
...
1
vote
1answer
81 views
Loading a large image to a WPF app - Scrolling and Drawing both needed
I have an idea of how to do only one of these req's, not both of them.
For loading a large image and be able to scroll to see all its parts, I added the image inside a <ScrollViewer/> and got ...
1
vote
2answers
41 views
canvas rendering
If you try to render an image outside of the canvas width and height, will the computer still try to render it and use resources to try to render it? I'm just trying to find out if it's better to do a ...
0
votes
1answer
73 views
stretch image using canvas android
Hello I have two images and i am merging that images using canvas
here is the below code
Intent intent = getIntent();
//bm is the image get from camera
bm = ...
0
votes
1answer
130 views
Drag, Drop, and Resize Images with canvas
This is a very nice demo of canvas and kineticjs. Anyway if an image is drawn to a size of zero pixel all images on the canvas disappear. I'm looking for alternatives to kineticjs in pure JS, or is ...
4
votes
2answers
123 views
Algorithm for Image Sampling for Polygonal Representation using Canvas and JavaScript?
First off I'm not used to dealing with images, so if my wording is off please excuse me.
I am looking to take an image that is dropped onto a HTML5 canvas, sample it, do a reduction of the sampling, ...
0
votes
3answers
177 views
combine two images which is overlay
Hello i have a two image view one with picture which is selected from camera and another imageview is only with TEXT like "Made Hawk Nelson" the image of two imageview is below
xml code is below
...
0
votes
1answer
70 views
canvas image size in html5
var canvas = document.getElementById("canvasPnl");
var context = canvas.getContext('2d');
var locationtxt = "Latitude: " + position.coords.latitude + ", Longitude: " + position.coords.longitude;
var ...
0
votes
1answer
101 views
Crop square image to circle - Programmitically
i was searching for past one day and i was not successful .
i get the image from API , and i download it to a bitmap file using the following code .
private Bitmap DownloadImage(String URL)
{
...
0
votes
0answers
35 views
Canvas drawimage() black result
I have a large image to draw in a canvas : 1900px X 7000px
80% it loads right, but 20% I have a black canvas instead of my image.
Seems to be the Gpu, but not sure.
Do I have to split this img in ...
0
votes
0answers
78 views
Insert image without extension in a HTML5 canvas
How to insert an image with no extension in a HTML5 canvas ?
I want to take an image existing on a page in a canvas I create in this same page in the goal to access to it pixel array.
It works with ...
0
votes
2answers
84 views
html5 canvas, how to export a 2x image?
I designed a web app with html5 canvas. To export an image, the code will be below:
var img = canvas.toDataURL("image/png");
Is there any way to export a 2x image?
It is for hdpi display like ...
1
vote
1answer
163 views
Change image on keypress
I am working on a school assignment to make a small game using HTML5 canvas and Javascript. The idea is based on space invaders but with kites (I know really badass). So I got the kite moving with key ...
2
votes
1answer
142 views
C# Image Resizer with Canvas Handler
I'm incredibly new to C# (just started today)
I need to be able to make a C# Image resizer with a canvas handler. For example a 500 x 500 image needs to retain its aspect ration. it will be getting ...
0
votes
3answers
68 views
How to draw a bitmap from sdcard to custom ondraw method
I have a image on sdcard can anyone tell me how to draw the image from sdcard onto the custom ondraw method
0
votes
0answers
38 views
dynamic created images in canvas to h264
I'm trying to built in an application that transforms the several canvas objects dynamically and constantly created into an h264 video stream.
I'm working with node.js now but i can change.
Can you ...




