[ misxa @ 15.10.2005. 02:36 ] @
Kako u C# procitati podatke o slikama kao sto su: Rezolucija (dpi) Color mode (BMP, CMYK, Indexed...) ??? Pomoc Hvala |
[ misxa @ 15.10.2005. 02:36 ] @
[ Smireni Magnet @ 15.10.2005. 07:14 ] @
Formiras Bitmap instancu od slike i onda pristupis podacima na sledeci nacin.
Ovde ti je dat primer u ASP.NET-u: Code: Bitmap bm = new Bitmap( Server.MapPath("b2346.jpg")); Response.Write ("Height :" + bm.Height.ToString() ); Response.Write ("<br> Width :" +bm.Width.ToString() ); [ misxa @ 15.10.2005. 11:05 ] @
Ma ne treba mi Width i Height. To znam kako da uradim.
Rezolucija (dpi) Color mode (BMP, CMYK, Indexed...) Ima li nade?... Copyright (C) 2001-2025 by www.elitesecurity.org. All rights reserved.
|