Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
96 views

I'm working with legacy code, the code was written in java 5 and 6. Recently they updated the machines where this code is used to use Java 8. They recompiled this old code in JAVA 8 it did not fail ...
xerido's user avatar
  • 168
3 votes
1 answer
72 views

I am trying to reconstruct a full newspaper page from multiple image slices. Each slice has coordinates encoded in the filename like: 01_<x>_<y>_<width>_<height>.jpg Example: ...
nicholaspooran's user avatar
-5 votes
0 answers
50 views

Is it possible to store a small number of images privately on Cloudflare without a subscription? The main Cloudflare Images page says the service is available on Free tier plans but while following ...
garson's user avatar
  • 1,625
Advice
1 vote
8 replies
114 views

I have a folder containing hundreds of jpg images. I wish to combine them into a single large image (for some processing work), and then subsequently split them out into separate jpg image files with ...
Lyon's user avatar
  • 7,374
Advice
0 votes
8 replies
182 views

I'm working on some projects in Python and JS. Lately, I decided to speed up the creation process, only stopping to fix bugs. I found an image in the root of my backend saying "hello chat" ...
julianodloss's user avatar
0 votes
0 answers
91 views

I need to decode barcode from captured images in my flutter application in WINDOWS. For example, this Code 39 Barcode image (not a perfect image, but that's the purpose of this question) I have tried ...
Luka's user avatar
  • 55
0 votes
1 answer
94 views

I have code to compose and send, or display, an email with an image in it, but the image won't display. I have read a dozen plus blogs on this error and how to use CID in the HTML body, and it seems ...
Shannon Hinkle's user avatar
Tooling
0 votes
0 replies
54 views

I'm working on facial recognition in torn or missing images I wanted to know if the Dlib model also works on missing images and if the mediapipe model works on missing images. And if so, which model ...
student's user avatar
Advice
0 votes
1 replies
50 views

I'm working on a project to complete missing pictures and color them. I wanted to know, at what percentage of tears are they no longer dealt with, meaning if I have a picture that is mostly torn, is ...
student's user avatar
1 vote
0 answers
69 views

I've been playing with a domain-specific web crawler and have bumped into a website that occasionally uses the text <image src="…"> when they mean <img src="…"> - and ...
Guss's user avatar
  • 32.9k
1 vote
1 answer
54 views

could someone help me dynamically define the source of an image in native React with expo? because I send to my component this table: const sidebarContent: SidebarItemData[] = [ { icon: "...
Marcel's user avatar
  • 41
Advice
0 votes
9 replies
156 views

I write a tool (C# 9) to solve word games like crosswords and others. I am provided with the game board as an image. I tried various ways to read the board in order to build an in-memory object ...
Romain Lazaud's user avatar
1 vote
1 answer
27 views

I am building a bootstrap website. I have one of the carousels to open in a modal with images. It works so I used the same code in three more modals, giving each a unique ID. The modals on the 2nd ...
Lisa Kordich's user avatar
2 votes
1 answer
71 views

I have a small Python code to read and save an image: import numpy as np # from scipy.misc import imread, imsave # Not working from imread import imread, imsave img = imread('tst-image.jpg') # print(...
Patrick TSHABA's user avatar
Best practices
0 votes
2 replies
41 views

If a contributer attaches an image in a github issue (or any other comment) it will be uploaded as is. If the image is large this results in poor usability of that post. Is there a way to shrink image ...
Fred's user avatar
  • 623

15 30 50 per page
1
2 3 4 5
7561