3 questions from the last 7 days
0
votes
1
answer
23
views
Get the actual (Original) resolution of a High quality image in ReactNative
When I used Image.resolveAssetSource, I was getting a null value when using an image URL instead of a local image.
When I used onLoad, I received {"height": 972, "width": 1296}, ...
0
votes
0
answers
23
views
Get audio frame from audio file in Flutter
I am using flutter_quick_vide_encoder Flutter package to create a video from images. The package documentation explains, and there is also an example, on how to create a video with PCM audio generated ...
0
votes
1
answer
14
views
What would happen if I store signed values in a PNG with the opposite byte order?
Aside from the image not being properly represented in something like an image editor, if my goal is to simply compress the pixels, and then retrieve them by decoding and reading them as I wrote them, ...