Skip to content
Snippets Groups Projects
Closed Cannot write non-continguous numpy view using bob.io.base.save()
  • View options
  • Cannot write non-continguous numpy view using bob.io.base.save()

  • View options
  • Closed Issue created

    Created by: anjos

    This will not work as expected:

    import bob.io.base
    import bob.io.image
    
    image = bob.io.base.load('lena.jpg')
    bob.io.base.save(image[:, 30:50, 30:50], 'patch.bmp')

    We need to create a test unit and fix this issue before the next relese.

    Linked items 0

  • Link items together to show that they're related.

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first