Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Load RGB fits image with GIMP Python API
#8
(10-09-2024, 09:02 AM)Ofnuts Wrote: This is because as used in ttt's example, your images are indices -4 to -2 (which implies there are at least 4 images in the list). If you want the last three the slice is [-3:] (from -3 to whatever the end is).

Indeed [-3:] get me the full array Smile

Thanks again!
Reply


Messages In This Thread
RE: Load RGB fits image with GIMP Python API - by damien.f - 10-09-2024, 11:20 AM

Forum Jump: