1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-08-29 14:00:49 +03:00

0023486: Remove obsolete image manipulation classes

Remove AlienImage package. Clean up Image package.
This commit is contained in:
kgv
2013-04-20 11:25:18 +04:00
parent bbd048069d
commit 2361d7e861
89 changed files with 21 additions and 15972 deletions

View File

@@ -58,14 +58,12 @@ is
------------------------------------------------------------
SetTextureFileName( me: mutable;
TextureFileName: AsciiString from TCollection)
SetTextureFileName( me: mutable;
TextureFileName: AsciiString from TCollection)
is virtual;
---Purpose : Sets the name of the texture file to map. The accepted
-- file types are those used in AlienImage with extensions
-- such as xwd, bmp, gif, rgb, ras, rs and more.
---Purpose : Sets the name of the texture file to map. The accepted
-- file types are those used in Image_AlienPixMap with extensions
-- such as rgb, png, jpg and more.
------------------------------------------------------------