Tagged Questions
0
votes
0answers
7 views
Blobs, ArrayBuffers and ArrayBufferViews in Internet Explorer 9?
I'm developing a little web application, which fetches binary image data encapsulated in XML nodes by XHR. My current web application is using ArrayBuffers, ArrayBufferViews and Blobs to generate blob ...
1
vote
2answers
48 views
Rotate canvas 90 degrees clockwise and update width height
Say we have a canvas:
<canvas id="one" width="100" height="200"></canvas>
And on a button click the canvas gets rotated 90 degrees clockwise (around the center) and the dimensions of ...
0
votes
1answer
54 views
Find all occurrences of one 2D array inside another 2D array
In JavaScript, I'm trying to find all matching coordinates of this 2D integer array:
inside this 2D integer array, with overlapping sub-arrays being counted:
Each image represents a 2D ...
0
votes
0answers
35 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 ...
1
vote
1answer
28 views
How do I rename a JavaScript Image() and create a completely different Image()?
I have 2 images:
A 250 x 250 px white square (image1.png)
A 250 x 250 px black square (image2.png)
I want to create a new image using JavaScript that is called image3.png
var image3 = new ...
0
votes
1answer
33 views
Write image metadata using JavaScript
I'm trying to change image metadata using JavaScript libraries. I found enough libraries to read image metadata. But I couldn't find any JavaScript libraries to write image metadata. Are there any JS ...
0
votes
1answer
22 views
Faulty Logic in this image color equalization algorithm
Somewhere in my code, I seem to be doing something wrong and I cannot tell which part is going awry. I've printed to console the values I'm getting from the various arrays and it seems to match up. ...
1
vote
2answers
68 views
Determine the distance between black and white pixels in Javascript
I'm planning on using JavaScript for this project (but I'm willing to use something else). I load an image in javascript and when I place a point on the image I want to calculate the x and y distance ...
1
vote
2answers
179 views
How do I download 100 images using Google Custom Search API for use with Processing?
A friend and I are trying to create a Photomosaic generator in Processing. We want to be able to pull 100 images from Google using the Custom Search API, restricting the image size and dominant color, ...
-2
votes
1answer
41 views
What techniques are there for character isolation given a image containing a text? [closed]
For example suppose you are given image with white background and black text. I am trying to find a way to separate each character in the word, maybe just a bounding rectangle for each character is ...
1
vote
0answers
88 views
change window center and window width of canvas image Html5
I have jpg images(from DICOM file) that I getting from server. I use these files to set canvas image data. Now I want to change window center and window width of images but don't know what and how to ...
0
votes
0answers
52 views
JavaScript JSON image data to data:image via PHP
I am sending JSON encoded imagedata from JavaScript function getImageData to server and I want to proceed it with PHP and generate data:image/png;base64 string. I cant use toDataUrl because older ...
4
votes
2answers
157 views
Resizing an image before upload in HTML 5
I'm trying to resize an image in a file upload before uploading the image to the server. I found a decent plugin that returns the blob of the updated image, however I cannot find how to assign the ...
0
votes
1answer
85 views
Is there a JQuery plugin like Spot healing tool in photoshop? [closed]
I cant seem to find any jquery plugin that acts like spot healing tool like in photoshop. If anyone have encountered or found something like this please share.
Basically, I want to apply this in a ...
0
votes
1answer
72 views
Fill canvas area with an image instead of color
Using below code i'm able to draw an area on an image loaded into a canvas and fill the drawn area with some color.
Now i need to fill the drawn area with an image instead of a color.
some thing ...
-1
votes
3answers
89 views
How to create rectangle, drag its corners by mouse to create quadrangle, and fill it with image
I have a friend, who is going to build a website, and the need is this:
He wants users to be able to draw quadrangle (no matter, point by point or creating rectagnel and then transform each corner by ...
3
votes
1answer
76 views
Clipping images with Javascript
So far I haven't found anything to substitute using the clip property. I've tried sing negative margins to no avail. And now my last hope is javascript. I've googled it but haven't really found what ...
0
votes
0answers
98 views
Ordered Dithering to 256 colours
I'm trying to ordered dither images in HTML5 canvas down or close to 256 colours every time. I have the dither algorithm working which you can see on my test page (Check the browser console for the ...
0
votes
0answers
56 views
Adding marker tags to an Image using Rails and Carrierwave
I wanted to know the best way to go about this feature.
A user uploads a photo
Users can click on sections of the photo to label what it is (as tags)
I guess it's kind of like Flickr's label ...
2
votes
2answers
104 views
define parts of an image and assign to hover,click events
lets say we have an image of human body,
i want when user hover over part of body (head,arm,etc), this organ turn green and when he clicks a defined action happens.
is it doable using javascript ? if ...
0
votes
0answers
47 views
Javascript library to overlay two images [closed]
I would like to give the user the ability to overlay two photos of the same scene, where the images may differ in terms of scale, rotation (slightly), and translation. To to able to align the images, ...
0
votes
0answers
41 views
How to save a part of the HTML5 canvas which is displaying feed from the webcam?
I used JSFeat to make this: http://myexpressions.in/jsfeat/upperbodytry_capturepopup2.html
(View Source to see the code)
Basically I want to detect a portion of a person's t-shirt. Now, I have been ...
0
votes
1answer
210 views
Grab from one HTML5 canvas and draw to another
I am trying to take pixel information from one canvas element, manipulate it, and draw it to another canvas element. I have been able to make this work when I take and draw to the same canvas. It also ...
0
votes
1answer
125 views
Client side image quality reduction
Is there any pure JavaScript way to reduce the quality to a specified size? For example if someone tries to upload a 12MP image is there any way to reduce this to 5MP for example? At the moment we ...
0
votes
1answer
67 views
javascript/css text highlight inside image
I have a text document which is in image format (PNG FILE). I want to manually highlight each sentence in that image programmatically using javascript/css. I want to use this technique on web page. Is ...
0
votes
2answers
144 views
Divide a 2D array into multiple arrays using a separator
I have converted a JavaScript spritesheet to a 2D integer array, and now I'm trying to split a 2D array of integers into multiple 2D arrays, using 1 as the "separator" number.
Is there any way to ...
0
votes
0answers
65 views
Creating constantly changing 10x10 image grid with images from server [closed]
I have a farily simple appplication to build
It essentially downloads images from a server and populates an image 'grid'. The images will cross dissolve randomly. If there aren't enough images to ...
3
votes
2answers
309 views
Fake parallax effect using a single flat image
I'm trying to achieve a 'fake' Parallax effect in JavaScript using . It's really hard to describe what I mean, but I'm goint to try:
I want things on a page to move around when I hover my mouse over ...
0
votes
3answers
1k views
Basic Open Source JavaScript Image Editor
I've been looking for, but haven't been able to find, a Web/JavaScript based image editor. Something like aviary, but with the ability to POST the image data back to my hosted server directly (without ...
0
votes
0answers
78 views
Cutting a smaller polygon image within an image client side
I'm pretty new to all of this, but I'm currently working on a pet project where I'm trying to allow a client to slice an image into sometimes onconventional polygons.
I originally planned to this by ...
1
vote
2answers
147 views
Finding a polygonal approximation of a Closed Path
I'd like to be able to find the best fitting polygonal approximation of a closed path (could be any path as they're being pulled out of images) but am having issues with how to approach coding an ...
0
votes
2answers
230 views
Capture images in web browser
I am working on Image Processing projects.
I want to capture the images(Face) from the web-camera using web browser and i am not allowed to install any additional plug-ins.
Currently, i am using ...
0
votes
3answers
64 views
Manipulating colors in JS or Python
I am working in a project which involves recognition of characters in an image. I need to switch the dark parts of the image to light, and the light parts to dark (or black), because the program uses ...
1
vote
1answer
179 views
Display a progress bar when uploading an image using the base64_encode method and jquery
The main progress is like the following described.
Someone opens my site.
After that he/she makes ctrl+v and pastes the image but that is irrelevant.
Next the jquery is posting the base64_encoded ...
0
votes
1answer
349 views
canvas.toDataURL() not working properly except mozilla firefox
I have developed a coupon generator module in the site I create a coupon in the html format and fill that html value in canvas by using JavaScript function which is
function checkcanvas(id) {
var ...
1
vote
1answer
217 views
Sub pixel antialiasing canvas pixel shift algorithms in javascript
I'm trying to work out a way of doing pseudo 3d, distorting textures with the javascript canvas.
The best method for my needs so far has been to use displacement maps which I'm largely following from ...
1
vote
2answers
79 views
Image with area where other images are added in random order
I have a background image with object of some shape (example below). I would like to add new images - layers (simple div with position:absolute - left/top) to this image and only on the shape where I ...
0
votes
0answers
50 views
Technique for storing images and the (their) representative data?
First of all, I'm not sure whether it should be here or in Programmers page, so I'll just give it a try.
I'm working on a project where we are building web applications with .NET (VBScript) and are ...
-2
votes
2answers
64 views
For-Loop doesn't finish without error message
I have this for-loop:
y1 = 0; y2 = 3264; x1 = 0; x2 = 4928; uc = 1; vc = 1; scale = 1;
for (var y = y1; y < y2; y++) {
for (var x = x1; x < x2; x++) {
sumR = 0;
sumG = 0;
...
-3
votes
2answers
178 views
Image editor toolkit for php website [closed]
I am searching a lighweight image editor for my website.I previously used tinymce for text editing,now is there any such toolkit for image editing that has at least minimal options for editing image ...
0
votes
1answer
64 views
Embed text and Image & then make it as a single Image
I have an Image; say for example "an appreciation certificate". only the name of the person in the certificate changes.
when the user enters his name in the textbox, the name on the certificate ...
0
votes
2answers
253 views
How to resample an image to a smaller size (locally) using only javascript or jquery? [closed]
Does anyone know how to resample an image to a smaller size using only javascript or jquery?
I would like to shrink an image down to a certain size without it becoming pixelated. I have seen an ...
1
vote
0answers
51 views
Making a geographical surface chart [closed]
I have a special charting requirement.
I need to show a geo heatmap (two values associated with locations like cities/states). I need a 3d surface chart where there are peaks at locations by values ...
0
votes
1answer
72 views
How does twitters profile image uploader show an image preview on the client side
We have recently added image uploading and cropping to our site using Fine Uploader; mixing a set of javascript libraries with a HTTP Handler.
It is working well however for larger images the ...
0
votes
1answer
136 views
Downsizing images in pure Javascript
I have written the following webworker which will process an image and add bilinear interpolation to the upscaled version.
This works great for making images larger however I need to now make images ...
3
votes
3answers
165 views
How can I convert a solid-black and white image into a collection of polygons?
I have a bunch of solid-black and white images with various text and shapes on them. My goal is to convert each image into a set of polygons(defined as a set of vertices) that surround the black area ...
0
votes
0answers
208 views
JSON Gallery Image Link
this may be a simple question to ask but I cannot get my head round it at present! I have just coded a JSON Gallery for my portfolio page with thumbnails and a larger image when a user clicks on the ...
2
votes
1answer
257 views
Feature Extraction with Javascript
I am wondering whether there is any open source or free library for Image feature extraction with Javascript? I am developing an app where I need to use an algorithm like SIFT. It is tough to ...
1
vote
1answer
208 views
Lossless image rotate PHP
I've been working on a system to rotate an uploaded image. The algorithm works as follows:
1) User uploads a jpeg. It gets saved as a PNG
2) Link to the temp png is returned to the user.
3) The ...
0
votes
1answer
233 views
CamanJS image manipulation, strange error
i'm using CamanJS to do some images manipulation with javascript, and I have two similar really simple scripts, the first works well, the second not (and this is the script i need working).
This is ...
