Questions tagged [image-editing]

Anything related to image editing

Questions related to image editing like modifying, resizing, brightness and color adjustment, white balance, backlight correction, adding text, cropping, filters

173 questions
0
votes
1 answer

Squeezing/Squashing of Images in iOS Swift

I am working on a photo editing application where I need to squeeze/squash car images to create cute caricatures just like the image attached. This is my very first photo editing application so I don't exactly know what term to put on Google search…
Jabbar
  • 590
  • 1
  • 7
  • 21
0
votes
0 answers

How to change view size according to its content in iOS swift

I am working on photo editing app. I want to put some label and images in a view which is named as 'stickerView'. All I want when content size in that view change the stickerview also change its height and width accordingly. For sticker view I am…
0
votes
2 answers

Saturate image where mouse is hovering

I'm trying to have an image on my website become saturated at the same location the mouse is. When the mouse moves the saturation effect goes with it, and the area previously hovered over becomes grayscale again. I'm thinking this effect could be…
0
votes
1 answer

Basic & easy image manipulation library for VB (5 or .NET)

this topic has been touched multiple times on Stack Overflow, but my search still did not give me an answer. I'm looking for a SIMPLE and easy to use, very basic, image editing library. All I need to do is check the size of jpeg and png files and…
Davide
  • 87
  • 13
0
votes
0 answers

Opacity Or Alpha issue - Different Look in screen and while export in Photos in swift

Hierarchy Of View ===> CTStickerView(UIView) -> RefenceView(UIView) -> LabelMakingView(UIView) -> StackView(UIView) Having a Multiple Labels When I try to apply a shadow and Opacity on the RootView which is CTStickerView at that time will look good…
0
votes
1 answer

How to store data from a .TIFF file to then modify it with my C program

I know few about this and i'm trying to keep building upon it. My goal is to do image stacking with some criteria using C language, as i came upon some cool ideas i think i should be capable of doing with my photos. My C background should be enough…
Marc
  • 1
  • 1
0
votes
4 answers

any free/opensource image editor or java program to make white color transparent in a gif icon image?

I am using software to edit an icon, the orignal transparent background becomes white after editing and can not make it back. IS there any free easy editor to change whilte color to transparent or is there any easy java program to do so. Both are…
Ben Xu
  • 1,279
  • 4
  • 13
  • 26
0
votes
2 answers

get high quality images in background of websiteswithout compromising load time?

i am making a website where i want one huge image to cover the complete background. I have seen many websites where the images in the background look to be of very high quality and still the pages load really quickly. How? for example look at this…
dannysood
  • 1,129
  • 3
  • 18
  • 36
0
votes
1 answer

Why did my new python edited photo lose brightness?

I am working on a photo editing project and I am curious about why did my new photo lose it's brightness. The program shoud get 2 photos out of the original one. One of them shoud contain only RED value and the other shoud contain BLUE and GREEN…
gasper101
  • 102
  • 1
  • 12
0
votes
1 answer

Python tkinter, resizing transparent image on canvas

I am making an isometric game using python and the Tkinter library. I ran into a problem though when rendering my schematics to the screen. I can't seem to keep the transparent background even though the images (.png) are being stored as rgba in…
0
votes
0 answers

FFMPEG program to crop images and merge them side by side

So I am trying to make a ffmpeg program for my youtube thumbnails. For now, I have done the part of getting 3 different shorts for my thumbnail. So I want a FFMPEG program to crop all three images into 1280x240px and then end up joining all three…
BitBit
  • 3
  • 4
0
votes
1 answer

I getting trouble when i am creating this type play store app icon anyone can help me

enter image description here how can I turn the image right side without photoshop please help me!!
0
votes
1 answer

Changing / 's contrast

I've used an example code (source: https://forum.qt.io/topic/11390/increasing-contrast-of-qimage/4) to change contrast of a QImage (I've also edited it a little) : void SetBetween0and255(double& value) { if(value > 255) …
Ivan Silkin
  • 381
  • 1
  • 7
  • 15
0
votes
1 answer

Is there a way to automate / script video editing with python?

I do have the problem that I have to generate a daily video file for an information screen. I need to be able to create a video with preferably a python script that goes over all images in a directory and display each image for 10 seconds while…
user2436057
  • 195
  • 11
0
votes
0 answers

Calculate gradient from line profile between certain coordinates

I would like to compare the gradients of different lineprofile at the same spot using Matlab. An example for a picture I am working with is the .tif file in the appendix. I marked two points in the png file where the gradient should be calculated. I…
toastflow
  • 13
  • 3