Effacer les filtres
Effacer les filtres

One-row PNG files

1 vue (au cours des 30 derniers jours)
Thomas
Thomas le 9 Avr 2012
Réponse apportée : DGM le 3 Mai 2023
Hi,
i am confused about reading one-row PNG-files using imread. When i read e.g. a 1x256 image, it is converted to a 1x1x256 image due to the following lines in readpng.m:
% A one-row image needs to have this dimension re-imposed.
if h == 1
X = reshape(X,[1 size(X)]);
end
But why is this? Why does the dimension have to re-imposed? What's the purpose?
Cheers, Thomas

Réponse acceptée

DGM
DGM le 3 Mai 2023

Plus de réponses (0)

Catégories

En savoir plus sur Convert Image Type dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by