|
@@ -1,4 +1,4 @@
|
|
-' Copyright (c) 2022 Bruce A Henderson
|
|
|
|
|
|
+' Copyright (c) 2022-2025 Bruce A Henderson
|
|
'
|
|
'
|
|
' Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
' Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
' of this software and associated documentation files (the "Software"), to deal
|
|
' of this software and associated documentation files (the "Software"), to deal
|
|
@@ -27,12 +27,13 @@ The ILBM loader module provides the ability to load ILBM format #pixmaps.
|
|
End Rem
|
|
End Rem
|
|
Module Image.ILBM
|
|
Module Image.ILBM
|
|
|
|
|
|
-ModuleInfo "Version: 1.00"
|
|
|
|
|
|
+ModuleInfo "Version: 1.01"
|
|
ModuleInfo "License: MIT"
|
|
ModuleInfo "License: MIT"
|
|
ModuleInfo "Copyright: libiff/libilbm/libamivideo - 2012 Sander van der Burg"
|
|
ModuleInfo "Copyright: libiff/libilbm/libamivideo - 2012 Sander van der Burg"
|
|
ModuleInfo "Copyright: sdl ilbm image - 2012 Sander van der Burg & 2014 Roman Hiestand"
|
|
ModuleInfo "Copyright: sdl ilbm image - 2012 Sander van der Burg & 2014 Roman Hiestand"
|
|
-ModuleInfo "Copyright: Wrapper - 2022 Bruce A Henderson"
|
|
|
|
|
|
+ModuleInfo "Copyright: Wrapper - 2022-2025 Bruce A Henderson"
|
|
|
|
|
|
|
|
+ModuleInfo "History: 1.01 Fixed compilation error."
|
|
ModuleInfo "History: 1.00 Initial Release"
|
|
ModuleInfo "History: 1.00 Initial Release"
|
|
|
|
|
|
Import BRL.Pixmap
|
|
Import BRL.Pixmap
|