Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [image]

The image tag is for questions related to the loading, formatting, saving, compression, and display of images in the context of source code. This tag should also be used for assistance using various image libraries. Questions about specific image formats should include the tags for those formats. Include tags to mention if the question relates to format conversion, processing, etc.

0 votes
0 answers
5 views

How to Insert Text with Background Images and a Gallery in GitHub README with a Three-Column Layout?

I'm working on my GitHub README and I want to insert an image gallery alongside text with a background image. My goal is to achieve a three-column layout that includes text with a background image and ...
Farley Runkel's user avatar
-1 votes
0 answers
12 views

Create custom img collage from uploaded photos [closed]

I wan to build custom image layout, where you upload image and the end result is collage. I dont really know where to start. My idea is to create pre-defined grid, and to each square you can upload ...
Joshep95's user avatar
  • 145
0 votes
0 answers
24 views

Rotating bitmap and keeping track of location on new image C#

If I rotate a bitmap and want to keep track of a point on the original image as translated on the new image, how would I achieve this. I essentially want to know where the top right corner of the ...
Chris Gedling's user avatar
0 votes
1 answer
24 views

Children in flexbox not responding to order and align-self

I am trying to create a responsive island scenescape by overlaying three elements: I would like to place the palm tree on the sand island to the left, and position the text to float in the space to ...
Jett 's user avatar
-1 votes
0 answers
14 views

Image Processing in javascript [closed]

I've been tasked with creating a web app that'll be made with react that scans an image and takes certain regions of the image as data to be used in the app. Is there any library in javascript that ...
Durotimi Mafe's user avatar
0 votes
0 answers
19 views

How to read images from PIXTIFF compressed binaryfile

I have large size binary file comprised of several JFIF images. By looking at byte pattern and metadata i could figure out its PIXTIFF compressed. Pixel Translation Inc., PIXTIFF Version 58.6 How can ...
CoronaVirus's user avatar
0 votes
0 answers
10 views

Image Position Misplaced with the Custom controls after Dragging (interact.js integrating)

I have these script that integrate dragging with interact.js but after integrating i cannot get the position of the image right after dragging using interact.js. Here is the screen recording gif of ...
setiawanfarlin's user avatar
1 vote
0 answers
20 views

Watermark for custom image size in WordPress

I use a watermark code for a WordPress theme. The code works fine, but it generates a watermark for every uploaded image. How can I modify my code to not watermark some image sizes? I have an image ...
Pityer's user avatar
  • 135
0 votes
1 answer
41 views

Upload multiple images flutter

I have these body in postman,where the image params look like this, and it support base64. And here my code: Future createComment( ..., List<dynamic>? urlImage) async { List<String&...
Tony's user avatar
  • 2,686
0 votes
0 answers
64 views

Reduce an Image in C

Hello fellow programmers. I'm new to the forum so please bear with me. I found a ReduceImage() function online and am trying to port it over to my uefi program. I've included my struct's for reference....
Mike Ambrose's user avatar
0 votes
0 answers
4 views

I use Android Image Cropper ArthurHub and migrate to CanHub, but I got problem after that. I don't really understand

Sorry I just started android and I watched the tutorial "Make a Text Scanner App - OCR App - Full Tutorial - Android Development" on Youtube. He uses a library from ArthurHub and currently ...
Cahyo Priambodo's user avatar
-3 votes
0 answers
15 views

Woo commerce image size [closed]

for weeks now i have been trying to fix an issue i encountered after uploading my product images. I noticed some of the pictures are too zoomed in and do not fit into the frame. Hiw do i fix this. ...
Lesline Abonwoh's user avatar
1 vote
2 answers
37 views

Is it possible to Lua match string with an image name?

I got this script door = script.Parent function onChatted(msg, recipient, speaker) source = string.lower(speaker.Name) msg = string.lower(msg) -- thecharacter = script.Parent.TheCharacter if (msg ==...
RaZzA's user avatar
  • 11
0 votes
0 answers
16 views

Flutter Image Picker Transparency

I have an app where users are supposed to be able to upload images with transparency (PNG's). I'm using the image picker package to achieve this: void selectGraphic() async { _graphic = await ...
sdass's user avatar
  • 19
-1 votes
0 answers
15 views

Making an image responsive - possibly involving container [closed]

We are using Tovuti LMS. Everything is configured using their software, but they allow us to input CSS and JavaScript. Unfortunately, most of the site is designed to only be ran at 1080p. If a ...
Grey's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
7611