view .editorconfig @ 31148:4bc9a1938f9a

Tiff: added isTiled method to check if the image is tiled or stripped * Tiff.m: added the isTiled method and a test for isTiled. * __tiff__.cc(F__is_tiled__): implemented the internal function for isTiled.
author magedrifaat <magedrifaat@gmail.com>
date Sun, 31 Jul 2022 21:29:15 +0200
parents 640ee0d531d0
children
line wrap: on
line source

root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true

[*.{am,mk}]
indent_size = tab
indent_style = tab