image-processing tag

6 questions


1 answers
456 views
0
Understanding ImageMagic Blur Processing

-blur radius Q1. You seem to specify the radius and (optional) sigma values, what are the values? How does blurring the image affect it?(I tried to change the number of arguments, but I didn't know ho...


2 answers
124 views
0
Static image file format for uncompressed HDR (High Dynamic Range) images

Look for static image file formats that can store HDR (High Dynamic Range) images uncompressed.I think HEIF and JPEG-HDR can store HDR, but I think these are irreversible compression files.I think the...

2 years ago

1 answers
118 views
0
What is your favorite library for image processing in Java?

I use JAI media apis and ImageMagick.ImageMagick has several scalability issues and is not very attractive because it is based on JNI. Compared to ImageMagick, JAI's quality is too low when calculatin...


2 answers
147 views
0
c# 3d processing in console (service) applications

I want to create a service program (running on the server) that calls Wavefront format (*.obj) on the C# console, applies shader, uvmap, bumpmap, etc., and stores it as a 2d image.I tried using librar...

2 years ago

1 answers
152 views
0
I'm going to create an image gallery, and I'd like to ask you a question about thumbnail capacity and how to save it!

We are creating a website with a basic gallery structure that gathers thumbnail images and makes the image appear larger when you click on the thumbnail. Currently, thumbnails are imported from the sa...


1 answers
148 views
0
I don't understand the process of putting the array in the index position of the array in Numpy. (Example> 3d_array[2d_array])

During the image processing process using numpy, there is a part of the code that I don't understand, so I'm posting a question.import numpy as npimage = np.array([[[1,1,1],[1,1,1]],[[1,1,1],[1,1,1]]]...


© 2025 OneMinuteCode. All rights reserved.