Initial Import

From Sea of Fate
Revision as of 16:41, 14 July 2025 by Wikisailor (talk | contribs) (Created page with "==Introduction== The initial Import for the '''Image Processing Application''' will be performed by a single application called photo Importer. The application will be written in traditional C, Mostly by Gemini AI but designed and edited by me. C has been chosen as I at least understand enough of it to know when it is being done badly. == Library functions == There will be a series of Libraries to do some of the operations. Most have been made in to SO files but t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Introduction

The initial Import for the Image Processing Application will be performed by a single application called photo Importer. The application will be written in traditional C, Mostly by Gemini AI but designed and edited by me. C has been chosen as I at least understand enough of it to know when it is being done badly.

Library functions

There will be a series of Libraries to do some of the operations. Most have been made in to SO files but the source code is also available.

filename Creation Lib

The Library that creates the new filenames will have a single parameter of a number, in this case it will be the loop count. The function will take the parameter and do a mod((26 x 26)-1) and the convert the number to a base 26 number represented by lower case letters. By keeping it down to mod(26x26)-1 there should only ever be two letters.