Skip to main content

Questions tagged [image-manipulation]

0 votes
1 answer
104 views

I am building a mobile client app that gathers info about movies/TV shows from a website and displays it in a pretty format. When the user clicks on a show, they are taken to a page with the thumbnail ...
James Ko's user avatar
  • 358
2 votes
3 answers
315 views

Display devices have their own PPI.Do these devices respect the DPI information of image file? If not, then what is use of"DPI" of image file? example: Image file- height: 1200 px width: 900 ...
sk patra's user avatar
  • 457
-3 votes
1 answer
107 views

Is it possible to scale a low resolution image to a highier resolution upto the point with minimum effect on quality, sharpness and other notable attributes of an image.
Alien128's user avatar
  • 121
4 votes
3 answers
438 views

I am trying to create a web UI for image processing, with some operations similar to what a site like fotor.com offers. However, I have problems to achieve a similar performance. For example, lets say ...
BJ Patel's user avatar
  • 151
4 votes
1 answer
280 views

I'm building a web site and I want to use a big background image. Because of speed considerations, I thought that it would make sense to send a low-res version of the image the user first (for fast ...
A. Kali's user avatar
  • 151
5 votes
2 answers
497 views

I have two friends that want to create a jewelry store, focused on customized jewels. The core feature is the jewelry designer, based on a jewel model. Here's an example of the sort of thing I am ...
Fabrício's user avatar
  • 189
0 votes
1 answer
148 views

check this picture out before I explain further: How can I count the amount of lines there are from the yellow line to line #5? OCR sounds like overkill, because I don't really care what the text ...
user126682's user avatar
3 votes
0 answers
72 views

I have an N-vertex shape that I cut out from an image, and I want to project it onto another shape with the same amount of vertices, but different. So, the image will get changed inside the projection....
noncom's user avatar
  • 303
2 votes
1 answer
3k views

I'm building an app where users list items for sale and they can include up to five photos for each item. I'm using Azure Blob storage for storing the images. In my app, I'll be displaying these ...
Randy Minder's user avatar
1 vote
1 answer
950 views

I'm trying to make a small program in c#, that will downsample image to specified amount of colors (using K-means). Then, user will be able to hide\show colored areas(clusters) in image. I've ...
photostok's user avatar
3 votes
2 answers
295 views

I have an image (an array of 1000 x 1000 pixels) of 1s and 0s. I was asked to do edge detection, so I wrote this program in C to traverse the figure. My idea was to convert every pixel surrounded by ...
TV Mohini's user avatar
  • 181
1 vote
1 answer
2k views

We have a ASP.NET MVC project with AngularJS and Entity Framework database-first, a news portal already in production for about a year. The project is mainly focused on providing content for users (...
jpgrassi's user avatar
  • 135
2 votes
1 answer
769 views

I want to manually antialias the output of GDI drawing functions on Windows. Each drawing function is rendered onto its own image and then blitted back (so alpha blending can work, as GDI doesn't do ...
andlabs's user avatar
  • 223
2 votes
1 answer
92 views

I'm faced with image manipulation requirements for a mobile app I wish to develop that I could quite easily (or 'easier', at least) implement in C# or javascript, as it's what I'm most familiar with. ...
JᴀʏMᴇᴇ's user avatar
3 votes
0 answers
57 views

I have a project of a community website, where people can alter/manipulate photos that they upload, in a particular way. For example, a person could select various contours and control points on ...
Roz Agnew's user avatar

15 30 50 per page