abh - HTMLify profile
files of /abh/learning/c/BPPL/Phase-3/image-filter/
#include "string.h"
#include "filter.h"
// filters
Image *grayscale(const Image *image) {
Image *filtered = image_
#include "filter.h"
// filters
Image *grayscale(const Image *image) {
Image *filtered = image_
#include "image.h"
#ifndef FILTER_H
#define FILTER_H
typedef struct {
char *name;
int argc;
#ifndef FILTER_H
#define FILTER_H
typedef struct {
char *name;
int argc;
#include <gdk/gdk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include "image.h"
#include "filter.h"
#include "gui.h"
extern ch
#include <gdk-pixbuf/gdk-pixbuf.h>
#include "image.h"
#include "filter.h"
#include "gui.h"
extern ch
#include <gtk/gtk.h>
#ifndef GUI_H
#define GUI_H
int gui();
#endif
#ifndef GUI_H
#define GUI_H
int gui();
#endif
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <stdbool.h>
#include <stdlib.h>
#include "image.h"
Image *load_image(const cha
#include <stdbool.h>
#include <stdlib.h>
#include "image.h"
Image *load_image(const cha
#include <stdbool.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#ifndef IMAGE_H
#define IMAGE_H
typedef struct {
unsigned c
#include <gdk-pixbuf/gdk-pixbuf.h>
#ifndef IMAGE_H
#define IMAGE_H
typedef struct {
unsigned c