Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
af842200
Commit
af842200
authored
Apr 01, 2008
by
Mathieu Deltorre
Browse files
Register factory pour JPEG 2000 est mis en commentaire,
pour cause d'impossiblité d'écrire des images png.
parent
258de8c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Code/IO/otbImageIOFactory.cxx
View file @
af842200
...
...
@@ -64,8 +64,10 @@ namespace otb
itk
::
ObjectFactoryBase
::
RegisterFactory
(
LUMImageIOFactory
::
New
()
);
// JPEG2000 : New format for OTB
itk
::
ObjectFactoryBase
::
RegisterFactory
(
JPEG2000ImageIOFactory
::
New
()
);
;;
// itk::ObjectFactoryBase::RegisterFactory( JPEG2000ImageIOFactory::New() );
;;
// GDAL : New format for OTB
itk
::
ObjectFactoryBase
::
RegisterFactory
(
GDALImageIOFactory
::
New
()
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment