Skip to content

Commit

Permalink
chore: replace jpeg references in "Notice" comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsinclair committed Nov 2, 2024
1 parent b91c505 commit 2574536
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/qoi/decode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
*/

/**
* Notice: I (Jamie Sinclair) have copied this code from the JPEG encode module
* and modified it to decode JPEG images.
* Notice: I (Jamie Sinclair) have copied this code from the original and modified
* to align with the jSquash project structure.
*/

import type { QOIModule } from './codec/dec/qoi_dec.js';
Expand Down
5 changes: 2 additions & 3 deletions packages/qoi/encode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@
*/

/**
* Notice: I (Jamie Sinclair) have modified this file.
* Updated to support a partial subset of Jpeg encoding options to be provided.
* The jpeg options are defaulted to defaults from the meta.ts file.
* Notice: I (Jamie Sinclair) have copied this code from the original and modified
* to align with the jSquash project structure.
*/
import type { QOIModule } from './codec/enc/qoi_enc.js';

Expand Down

0 comments on commit 2574536

Please sign in to comment.