Top "Image-manipulation" questions

Image manipulation is the term used to describe various operations applied to images such as resizing, removing noise, or alteration of colour depth.

Reducing the file size of a very large images, without changing the image dimensions

Consider an application handling uploading of potentially very large PNG files. All uploaded files must be stored to disk for …

image image-processing compression image-manipulation imagemagick
How to upload files in asp.net core?

How to upload files or images using Asp.net MVC 6 with some model data? Example, I have a form like …

c# file-upload asp.net-core-mvc image-manipulation
How to use .svg files in a webpage?

I want to know how can one actually use a .svg file In a web page?

image image-manipulation svg adobe-illustrator
Getting image dimensions without reading the entire file

Is there a cheap way to get the dimensions of an image (jpg, png, ...)? Preferably, I would like to achieve …

c# .net image image-manipulation
Tint image using CSS without overlay

Is it possible to tint an image with a specific color using CSS without an overlay in a WebKit browser? …

css svg webkit image-manipulation
Merge two images to create a single image in C#.Net

I have a requirement wherein I need to merge two different png/jpeg images resulting into a single image using …

c# .net image-manipulation
How to get the file size of a "System.Drawing.Image"

I am currently writing a system that stores meta data for around 140,000 ish images stored within a legacy image library …

c# image image-processing image-manipulation
Which library should I use for server-side image manipulation on Node.JS?

I found a quite large list of available libraries on Node.JS wiki but I'm not sure which of those …

javascript image node.js image-processing image-manipulation
How to cartoon-ify an image programmatically?

My app works with photos and videos of people, which I want to cartoonify. So I need an algorithm to …

algorithm image-manipulation command-line-interface
Command line batch image cropping tool

is there any lightweight command line batch image cropping tool(Linux or Windows) which can handle a variety of the …

image image-manipulation crop os-agnostic