image tag

106 questions


1 answers
55 views
0
Ajax error when using image upload module multiparty in node.js

Cho Daehyuk's blog http://bcho.tistory.com/1078 Here, we use the multiparty module to study uploading images. It works fine if you follow the example. Ajax method $.ajax({ type: post, url: /users/uplo...


1 answers
53 views
0
Spring boot Multiple image files return

I'm using the spring boot gradient base. I have a question. After I bring the path containing the image file from the database, I change the image file to byte and return it, but can you tell me how i...

2 years ago

1 answers
75 views
0
discord.js random image question

// Send hikari's imageclient.on('message', message => { if (message.content.startsWith (hikari)) { const hikari = [ 'https://example/giphy.gif', 'https://example/giphy2.gif', 'https://example/g...

2 years ago

1 answers
43 views
0
Inserting JavaScript Card Flip Problem Image

I want to put the image source instead of color while writing JavaScript, but I have a question because only the white screen does not come out.var width=4;var heigth = 3;var colorList = [];var color ...

2 years ago

1 answers
81 views
0
Questions regarding Python PIL and cv...

First, if I were to show you the result image, this is what it looks like this.And the result I wanted is to square the orange area.I measured the pixel coordinate size of the picture and turned x, y ...

2 years ago

1 answers
102 views
0
Python tkinter image file

from tkinter import *window = Tk()window.title (Choose what you need right now)def myFunc(): if var.get() == 1: labelImage.configure(image=photo1) elif var.get() == 2: labelImage.configure(image=pho...

2 years ago
« - 11 -

© 2024 OneMinuteCode. All rights reserved.