UAS Pengolahan Citra Digital

Completed on November 30, 2023
UAS Pengolahan Citra Digital
Next.jsImage Processing

Digital Image Processing Dashboard

A specialized web application developed for the Digital Image Processing final project (UAS). This tool leverages the power of the HTML5 Canvas API within a Next.js environment to perform real-time pixel-level image manipulations.

✨ Core Features

The platform provides a suite of fundamental image processing operations, executed directly on the client side:

  • Image Negation: Transform images into their negative counterparts by inverting pixel intensities.
  • Arithmetic Operations:
    • Image Addition: Blend two images together by summing their pixel values.
    • Image Subtraction: Calculate the difference between two images to highlight changes or features.
    • Image Multiplication: Multiply pixel values for masking or brightness enhancement effects.
    • Image Division: Perform division operations, often used for shading correction or change detection.

🛠 Tech Stack

  • Framework: Next.js (React)
  • API: HTML5 Canvas API for direct pixel manipulation and rendering.
  • Styling: Tailwind CSS (for a modern, responsive dashboard interface).
← Back to Portfolio