image tag

106 questions


1 answers
84 views
0
Information on inserting shadow characters into UIImage

Thank you for your help.I'm working on an iOS app that has the action of writing characters directly into UIImage, but when I tried to put a shadow on that character, it didn't work well.The option to...

2 years ago

2 answers
116 views
0
JavaScript encodes Base64 to display images in Canvas

function addMessage(value,color,size){ varcanvas= document.getElementById(picture); varctx=canvas.getContext(2d); var image = new Image(); variable image.src="data:image/jpg;base64,+window.bt...


1 answers
117 views
0
There is a difference between the point of acquisition with pyautogui and the HSV value when reloading after saving the same image.

Regarding the title, I was at a standstill because I didn't know the cause.QuestionsIn Python, I have written a program to compare the following two HSV values.Convert images from pyautogui.screenshot...


1 answers
75 views
0
Unable to load pygame image

import pygamefrom pygame.locals import*import sysdefmain(): (w,h) = (400,400) (x,y) = (200,200) pygame.init() screen=pygame.display.set_mode(w,h), 0,32) screen=pygame.display.get_surface() pygame.disp...

2 years ago

1 answers
64 views
0
object recognition in an image using python

We use Python (WinPython 3) and OpenCV for image processing programming.What should I do to make the building in the image recognized in the image taken with a digital camera?Specifically, if there ar...


1 answers
68 views
0
Checking Image Similarity on Python 3 on Alpine Linux

I would like to prepare two types of photos (A and B) in Python, compare the parts of photos A and B, and return the coordinates of photos B if there is a high similarity, but I am having trouble usin...

2 years ago

2 answers
54 views
0
Is there a way to save images on the web at once?

I'd like to save a lot of images for machine learning, but is there any way to save images on the web at once or efficiently?I'm using a Mac.

2 years ago

1 answers
90 views
0
Wordpress I want to send pages according to the number of images.

The code below displays all the images (other than thumbnails) in the article, and if the displayed images exceed 16, I was going to send a page.I was planning to send you a page if there are more tha...

2 years ago

1 answers
99 views
0
I want to change the tabbar icon to the original one.

Thank you for your continuous support.I'm thinking of making an original icon, but I don't know how to customize it.At first, I was planning to replace the icon I created with the icon I didn't use us...

2 years ago

1 answers
51 views
0
I want to create an image file by specifying the capacity.

I am using macOS Catalina (10.15.7).In order to check if a form with a capacity limit (file size limit) for image uploads has been properly validated when the capacity exceeds that limit, I think we m...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.