Skip to content

Ayush517/Testing-repository-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

Testing-repository

LoadJPEG Function

  • abhi it still decompresses the image as RGB yes? so you need tp modify the decompression acc to what user gives the format as input so if they ask to decompress as RGB you decompress as RGB, if they want BGR you decompress as BGR etc. etc.
  • like choose pixel format for decompression acc to the image format inputted by user
  • rename function to what Brad said in the PR

SaveJPEG Function

jtImage struct

  • Enable user input for image format and number of channels
  • accordingly create the tensor using number of channels given by user - might need to modify the LoadJPEG function, not sure though

Add error handling in LoadJPEG and SaveJPEG

Use FileManager for writing/loading a file

Think of Unit Test for ImageOps

CMake

remove commented code

Add error handling

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%