Questions tagged [image]
Questions related to images, including creation and modification
266 questions
0 votes
1 answer
70 views
Can PNG format be used for alpha channel-packing for URP shader in Unity engine?
Note: I intend to use only the Inspector window to use all textures, not Shader Graph or Nodes or any custom scripts. Also I might use some technical terms incorrectly by mistake, as I'm not much ...
0 votes
0 answers
66 views
Bicubic filtering of texture with arbitrary data
I want to add bicubic filtering to my software raytracer. I have a texture that can contain arbitrary data. I want to sample that texture by bicubic interpolation (bilinear isn't smooth enough). Here ...
0 votes
0 answers
62 views
Use alpha map instead of PNG
When I browsed the files in Insaniquarium, I found these images: The first image "smallswim.gif" is sprite animation The second image "smallswim_.gif" is (I think) alpha map So ...
0 votes
1 answer
272 views
How to control the scaling/cropping of a background image
I created a new scene in Unity, dragged an image file, and scaled it to fit the screen size. Here is how it looks like in the Scene panel: When I change the screen size, e.g. by switching to ...
1 vote
1 answer
702 views
Godot 4.2.1: Calling get_data() on Image from NoiseTexture2D Returns Null
I am trying to retrieve image data from a NoiseTexture2D. I seem to be able to get an image resource, but as soon as I try to get the associated data via ...
1 vote
0 answers
49 views
Texture wrapping mode for KHA
I'm working on a game engine which is written in Haxe with the Kha API. I need to set a texture to wrap mode but I can't find any function or variable to use/set. The image is created with these ...
1 vote
1 answer
212 views
How to fix Unity UI Panel Image being replaced with an "X"?
In my Unity Game, the Image on my UI Panel got replaced with an "X" instead of the Image it is supposed to be, I tried adding a different image to the panel and making a new panel, but it ...
0 votes
2 answers
128 views
Display image by using tooltip
I want to display the image using a tooltip. So when I point to the 3dobject, it will display the image that I already created. Right now I already set the sprite in the tooltip but I have an error in ...