03-03-2024, 08:54 PM
(03-03-2024, 07:56 PM)gimpygirl Wrote: How to extract the tiles (the fonts) of this specific image using ofn-tiles ?
It are not squares
And if it's not possible using ofn-tiles , then I can only do it using below?
- making guides between the tiles
- python_fu_ofn_guillotine_layer
- python_fu_ofn_export_layers
Or is there another more easy way with script/plugin that is available somewhere?
You measure the characters, from the top corner of one to the top corner of the one below to the right: 150x416
Your crop the image from the top left corner of the first character, making sure that the result is a multiple of the tile size
You export
Result:
As you have probably noticed, the Heart is a bit truncated because your character aren't as regularly spaced as the look. The left edges are respectively at: 0, 151, 301, 450, 600, 750, 900, 1049, 1199, 1349, 1499, 1648, 1798, 1948, 2098, 2247.